expressir 1.4.3 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (399) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/codeql.yml +2 -14
  3. data/.github/workflows/rake.yml +6 -364
  4. data/.github/workflows/release.yml +15 -178
  5. data/.github/workflows/stress.yml +1 -18
  6. data/.rubocop.yml +1 -0
  7. data/.rubocop_todo.yml +7 -0
  8. data/Gemfile +13 -0
  9. data/README.adoc +6 -19
  10. data/Rakefile +6 -7
  11. data/expressir.gemspec +23 -32
  12. data/expressir_wrapped.txt +23068 -0
  13. data/lib/expressir/cli.rb +1 -1
  14. data/lib/expressir/express/formatter.rb +661 -661
  15. data/lib/expressir/express/parser.rb +299 -33
  16. data/lib/expressir/express/visitor.rb +238 -133
  17. data/lib/expressir/model/declarations/interface_item.rb +1 -1
  18. data/lib/expressir/version.rb +1 -1
  19. metadata +15 -573
  20. data/.cross_rubies +0 -28
  21. data/.gitmodules +0 -6
  22. data/.yardopts +0 -11
  23. data/exe/generate-parser +0 -51
  24. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/CMakeLists.txt +0 -191
  25. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj +0 -652
  26. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters +0 -948
  27. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj +0 -652
  28. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj.filters +0 -948
  29. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/Info.plist +0 -26
  30. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h +0 -17
  31. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj +0 -3040
  32. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  33. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  34. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme +0 -76
  35. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme +0 -76
  36. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme +0 -76
  37. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.nuspec +0 -23
  38. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.targets +0 -8
  39. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.nuspec +0 -30
  40. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.props +0 -21
  41. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.targets +0 -44
  42. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec +0 -29
  43. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.targets +0 -44
  44. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/antlr4.jpg +0 -0
  45. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/pack.cmd +0 -93
  46. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp +0 -10
  47. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.h +0 -167
  48. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp +0 -10
  49. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +0 -121
  50. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +0 -23
  51. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.h +0 -30
  52. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +0 -180
  53. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.h +0 -79
  54. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +0 -61
  55. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.h +0 -59
  56. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.cpp +0 -25
  57. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.h +0 -36
  58. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +0 -414
  59. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.h +0 -200
  60. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.cpp +0 -11
  61. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.h +0 -37
  62. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.cpp +0 -193
  63. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.h +0 -158
  64. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +0 -39
  65. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.h +0 -74
  66. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.cpp +0 -78
  67. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.h +0 -79
  68. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +0 -15
  69. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.h +0 -35
  70. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +0 -336
  71. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +0 -466
  72. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +0 -84
  73. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +0 -80
  74. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.cpp +0 -64
  75. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.h +0 -99
  76. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.cpp +0 -52
  77. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.h +0 -32
  78. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashMap.h +0 -57
  79. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashSet.h +0 -57
  80. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.cpp +0 -18
  81. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.h +0 -24
  82. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.cpp +0 -12
  83. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.h +0 -218
  84. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +0 -19
  85. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.h +0 -45
  86. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.cpp +0 -294
  87. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.h +0 -196
  88. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.cpp +0 -60
  89. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.h +0 -46
  90. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +0 -36
  91. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.h +0 -31
  92. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.cpp +0 -92
  93. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.h +0 -88
  94. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.cpp +0 -46
  95. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.h +0 -42
  96. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.cpp +0 -670
  97. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.h +0 -461
  98. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.cpp +0 -294
  99. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.h +0 -173
  100. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.cpp +0 -138
  101. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.h +0 -147
  102. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +0 -53
  103. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.h +0 -38
  104. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.cpp +0 -65
  105. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.h +0 -98
  106. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.cpp +0 -157
  107. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.h +0 -160
  108. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.cpp +0 -144
  109. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.h +0 -141
  110. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +0 -27
  111. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +0 -32
  112. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +0 -54
  113. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.h +0 -155
  114. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.cpp +0 -9
  115. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.h +0 -92
  116. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenFactory.h +0 -30
  117. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.cpp +0 -9
  118. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.h +0 -85
  119. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.cpp +0 -11
  120. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.h +0 -137
  121. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +0 -425
  122. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.h +0 -295
  123. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +0 -208
  124. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.h +0 -117
  125. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +0 -270
  126. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +0 -115
  127. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Version.h +0 -42
  128. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.cpp +0 -64
  129. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.h +0 -177
  130. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.cpp +0 -9
  131. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.h +0 -23
  132. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-common.h +0 -101
  133. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-runtime.h +0 -168
  134. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.cpp +0 -159
  135. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.h +0 -133
  136. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +0 -106
  137. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.h +0 -157
  138. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +0 -233
  139. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +0 -157
  140. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +0 -39
  141. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +0 -48
  142. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +0 -628
  143. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +0 -32
  144. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +0 -33
  145. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.h +0 -71
  146. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.cpp +0 -56
  147. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.h +0 -139
  148. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.cpp +0 -33
  149. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.h +0 -36
  150. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNType.h +0 -20
  151. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +0 -29
  152. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.h +0 -35
  153. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +0 -16
  154. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +0 -68
  155. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +0 -129
  156. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +0 -51
  157. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +0 -27
  158. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.h +0 -33
  159. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +0 -24
  160. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicState.h +0 -23
  161. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockEndState.h +0 -26
  162. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockStartState.h +0 -30
  163. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +0 -14
  164. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +0 -47
  165. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +0 -14
  166. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +0 -70
  167. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +0 -25
  168. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.h +0 -227
  169. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.cpp +0 -12
  170. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.h +0 -34
  171. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +0 -31
  172. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +0 -42
  173. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +0 -15
  174. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.h +0 -43
  175. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/HashUtils.h +0 -18
  176. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +0 -189
  177. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +0 -76
  178. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +0 -67
  179. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +0 -44
  180. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +0 -621
  181. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +0 -199
  182. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.cpp +0 -15
  183. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.h +0 -100
  184. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +0 -108
  185. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +0 -128
  186. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionType.h +0 -57
  187. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +0 -43
  188. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +0 -59
  189. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +0 -45
  190. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +0 -75
  191. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +0 -50
  192. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +0 -76
  193. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +0 -43
  194. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.h +0 -57
  195. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +0 -36
  196. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +0 -53
  197. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +0 -36
  198. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +0 -53
  199. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +0 -43
  200. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +0 -57
  201. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +0 -36
  202. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +0 -51
  203. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +0 -43
  204. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +0 -51
  205. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +0 -16
  206. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +0 -42
  207. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LoopEndState.h +0 -26
  208. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +0 -22
  209. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.h +0 -27
  210. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +0 -16
  211. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +0 -25
  212. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +0 -102
  213. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.h +0 -102
  214. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +0 -1413
  215. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +0 -911
  216. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulatorOptions.h +0 -50
  217. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +0 -29
  218. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +0 -25
  219. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +0 -23
  220. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +0 -35
  221. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +0 -17
  222. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +0 -62
  223. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +0 -24
  224. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.h +0 -50
  225. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +0 -601
  226. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.h +0 -225
  227. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.cpp +0 -56
  228. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.h +0 -63
  229. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.cpp +0 -167
  230. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.h +0 -101
  231. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCacheOptions.h +0 -71
  232. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextType.h +0 -21
  233. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +0 -202
  234. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.h +0 -436
  235. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +0 -179
  236. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +0 -60
  237. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +0 -26
  238. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.h +0 -31
  239. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStartState.h +0 -26
  240. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStopState.h +0 -27
  241. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +0 -33
  242. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.h +0 -42
  243. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +0 -418
  244. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.h +0 -237
  245. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContextType.h +0 -23
  246. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SerializedATNView.h +0 -101
  247. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.cpp +0 -28
  248. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.h +0 -38
  249. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +0 -79
  250. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +0 -43
  251. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +0 -24
  252. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +0 -37
  253. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +0 -19
  254. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +0 -25
  255. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TokensStartState.h +0 -24
  256. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.cpp +0 -36
  257. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.h +0 -65
  258. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.cpp +0 -27
  259. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.h +0 -33
  260. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +0 -21
  261. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.h +0 -27
  262. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.cpp +0 -115
  263. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.h +0 -96
  264. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +0 -60
  265. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.h +0 -32
  266. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.cpp +0 -59
  267. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.h +0 -154
  268. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +0 -17
  269. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +0 -22
  270. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.cpp +0 -100
  271. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.h +0 -154
  272. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp +0 -124
  273. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h +0 -33
  274. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.cpp +0 -61
  275. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.h +0 -84
  276. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +0 -508
  277. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.h +0 -190
  278. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +0 -120
  279. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.h +0 -102
  280. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.cpp +0 -4
  281. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.h +0 -21
  282. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.cpp +0 -8
  283. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.h +0 -16
  284. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.cpp +0 -43
  285. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.h +0 -149
  286. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/BitSet.h +0 -76
  287. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.cpp +0 -207
  288. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.h +0 -65
  289. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Casts.h +0 -34
  290. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Declarations.h +0 -161
  291. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.cpp +0 -38
  292. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.h +0 -16
  293. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Unicode.h +0 -28
  294. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.cpp +0 -242
  295. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.h +0 -54
  296. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +0 -129
  297. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNode.h +0 -24
  298. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +0 -54
  299. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +0 -43
  300. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp +0 -66
  301. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h +0 -53
  302. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.cpp +0 -12
  303. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.h +0 -111
  304. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp +0 -9
  305. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +0 -39
  306. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +0 -50
  307. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeType.h +0 -22
  308. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp +0 -9
  309. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +0 -57
  310. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +0 -48
  311. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +0 -55
  312. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNode.h +0 -40
  313. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +0 -54
  314. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +0 -32
  315. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.cpp +0 -241
  316. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.h +0 -78
  317. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp +0 -9
  318. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +0 -44
  319. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +0 -69
  320. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +0 -132
  321. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +0 -64
  322. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +0 -105
  323. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +0 -370
  324. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +0 -185
  325. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +0 -77
  326. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +0 -117
  327. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +0 -39
  328. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +0 -86
  329. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +0 -28
  330. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +0 -51
  331. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +0 -36
  332. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +0 -80
  333. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +0 -154
  334. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.h +0 -86
  335. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +0 -31
  336. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +0 -40
  337. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp +0 -180
  338. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4 +0 -64
  339. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h +0 -53
  340. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens +0 -12
  341. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +0 -13
  342. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +0 -22
  343. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +0 -20
  344. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +0 -27
  345. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +0 -30
  346. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +0 -26
  347. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +0 -20
  348. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +0 -25
  349. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +0 -33
  350. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +0 -26
  351. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +0 -23
  352. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +0 -23
  353. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +0 -24
  354. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +0 -23
  355. data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/tests/Utf8Test.cpp +0 -110
  356. data/ext/express_parser/antlrgen/Express.interp +0 -532
  357. data/ext/express_parser/antlrgen/Express.tokens +0 -190
  358. data/ext/express_parser/antlrgen/ExpressBaseListener.cpp +0 -7
  359. data/ext/express_parser/antlrgen/ExpressBaseListener.h +0 -623
  360. data/ext/express_parser/antlrgen/ExpressBaseVisitor.cpp +0 -7
  361. data/ext/express_parser/antlrgen/ExpressBaseVisitor.h +0 -816
  362. data/ext/express_parser/antlrgen/ExpressLexer.cpp +0 -685
  363. data/ext/express_parser/antlrgen/ExpressLexer.h +0 -78
  364. data/ext/express_parser/antlrgen/ExpressLexer.interp +0 -534
  365. data/ext/express_parser/antlrgen/ExpressLexer.tokens +0 -190
  366. data/ext/express_parser/antlrgen/ExpressListener.cpp +0 -7
  367. data/ext/express_parser/antlrgen/ExpressListener.h +0 -616
  368. data/ext/express_parser/antlrgen/ExpressParser.cpp +0 -17591
  369. data/ext/express_parser/antlrgen/ExpressParser.h +0 -3692
  370. data/ext/express_parser/antlrgen/ExpressVisitor.cpp +0 -7
  371. data/ext/express_parser/antlrgen/ExpressVisitor.h +0 -422
  372. data/ext/express_parser/express_parser.cpp +0 -19405
  373. data/ext/express_parser/extconf.rb +0 -63
  374. data/rakelib/antlr4-native.rake +0 -173
  375. data/rakelib/cross-ruby.rake +0 -403
  376. data/spec/acceptance/version_spec.rb +0 -30
  377. data/spec/expressir/express/cache_spec.rb +0 -89
  378. data/spec/expressir/express/formatter_spec.rb +0 -171
  379. data/spec/expressir/express/parser_spec.rb +0 -141
  380. data/spec/expressir/model/model_element_spec.rb +0 -343
  381. data/spec/spec_helper.rb +0 -24
  382. data/spec/support/console_helper.rb +0 -29
  383. data/spec/syntax/multiple.exp +0 -23
  384. data/spec/syntax/multiple.yaml +0 -198
  385. data/spec/syntax/multiple_formatted.exp +0 -71
  386. data/spec/syntax/multiple_hyperlink_formatted.exp +0 -71
  387. data/spec/syntax/multiple_schema_head_hyperlink_formatted.exp +0 -13
  388. data/spec/syntax/remark.exp +0 -193
  389. data/spec/syntax/remark.yaml +0 -471
  390. data/spec/syntax/remark_formatted.exp +0 -228
  391. data/spec/syntax/single.exp +0 -4
  392. data/spec/syntax/single.yaml +0 -18
  393. data/spec/syntax/single_formatted.exp +0 -10
  394. data/spec/syntax/single_formatted.yaml +0 -36
  395. data/spec/syntax/syntax.exp +0 -333
  396. data/spec/syntax/syntax.yaml +0 -3509
  397. data/spec/syntax/syntax_formatted.exp +0 -902
  398. data/spec/syntax/syntax_hyperlink_formatted.exp +0 -902
  399. data/spec/syntax/syntax_schema_head_formatted.exp +0 -18
@@ -1,78 +0,0 @@
1
-
2
- // Generated from Express.g4 by ANTLR 4.10.1
3
-
4
- #pragma once
5
-
6
-
7
- #include "antlr4-runtime.h"
8
-
9
-
10
-
11
-
12
- class ExpressLexer : public antlr4::Lexer {
13
- public:
14
- enum {
15
- T__0 = 1, T__1 = 2, T__2 = 3, T__3 = 4, T__4 = 5, T__5 = 6, T__6 = 7,
16
- T__7 = 8, T__8 = 9, T__9 = 10, T__10 = 11, T__11 = 12, T__12 = 13, T__13 = 14,
17
- T__14 = 15, T__15 = 16, T__16 = 17, T__17 = 18, T__18 = 19, T__19 = 20,
18
- T__20 = 21, T__21 = 22, T__22 = 23, T__23 = 24, T__24 = 25, T__25 = 26,
19
- T__26 = 27, T__27 = 28, T__28 = 29, ABS = 30, ABSTRACT = 31, ACOS = 32,
20
- AGGREGATE = 33, ALIAS = 34, AND = 35, ANDOR = 36, ARRAY = 37, AS = 38,
21
- ASIN = 39, ATAN = 40, BAG = 41, BASED_ON = 42, BEGIN_ = 43, BINARY = 44,
22
- BLENGTH = 45, BOOLEAN = 46, BY = 47, CASE = 48, CONSTANT = 49, CONST_E = 50,
23
- COS = 51, DERIVE = 52, DIV = 53, ELSE = 54, END_ = 55, END_ALIAS = 56,
24
- END_CASE = 57, END_CONSTANT = 58, END_ENTITY = 59, END_FUNCTION = 60,
25
- END_IF = 61, END_LOCAL = 62, END_PROCEDURE = 63, END_REPEAT = 64, END_RULE = 65,
26
- END_SCHEMA = 66, END_SUBTYPE_CONSTRAINT = 67, END_TYPE = 68, ENTITY = 69,
27
- ENUMERATION = 70, ESCAPE = 71, EXISTS = 72, EXP = 73, EXTENSIBLE = 74,
28
- FALSE = 75, FIXED = 76, FOR = 77, FORMAT = 78, FROM = 79, FUNCTION = 80,
29
- GENERIC = 81, GENERIC_ENTITY = 82, HIBOUND = 83, HIINDEX = 84, IF = 85,
30
- IN = 86, INSERT = 87, INTEGER = 88, INVERSE = 89, LENGTH = 90, LIKE = 91,
31
- LIST = 92, LOBOUND = 93, LOCAL = 94, LOG = 95, LOG10 = 96, LOG2 = 97,
32
- LOGICAL = 98, LOINDEX = 99, MOD = 100, NOT = 101, NUMBER = 102, NVL = 103,
33
- ODD = 104, OF = 105, ONEOF = 106, OPTIONAL = 107, OR = 108, OTHERWISE = 109,
34
- PI = 110, PROCEDURE = 111, QUERY = 112, REAL = 113, REFERENCE = 114,
35
- REMOVE = 115, RENAMED = 116, REPEAT = 117, RETURN = 118, ROLESOF = 119,
36
- RULE = 120, SCHEMA = 121, SELECT = 122, SELF = 123, SET = 124, SIN = 125,
37
- SIZEOF = 126, SKIP_ = 127, SQRT = 128, STRING = 129, SUBTYPE = 130,
38
- SUBTYPE_CONSTRAINT = 131, SUPERTYPE = 132, TAN = 133, THEN = 134, TO = 135,
39
- TRUE = 136, TYPE = 137, TYPEOF = 138, TOTAL_OVER = 139, UNIQUE = 140,
40
- UNKNOWN = 141, UNTIL = 142, USE = 143, USEDIN = 144, VALUE_ = 145, VALUE_IN = 146,
41
- VALUE_UNIQUE = 147, VAR = 148, WITH = 149, WHERE = 150, WHILE = 151,
42
- XOR = 152, BinaryLiteral = 153, EncodedStringLiteral = 154, IntegerLiteral = 155,
43
- RealLiteral = 156, SimpleId = 157, SimpleStringLiteral = 158, EmbeddedRemark = 159,
44
- TailRemark = 160, Whitespace = 161
45
- };
46
-
47
- explicit ExpressLexer(antlr4::CharStream *input);
48
-
49
- ~ExpressLexer() override;
50
-
51
-
52
- std::string getGrammarFileName() const override;
53
-
54
- const std::vector<std::string>& getRuleNames() const override;
55
-
56
- const std::vector<std::string>& getChannelNames() const override;
57
-
58
- const std::vector<std::string>& getModeNames() const override;
59
-
60
- const antlr4::dfa::Vocabulary& getVocabulary() const override;
61
-
62
- antlr4::atn::SerializedATNView getSerializedATN() const override;
63
-
64
- const antlr4::atn::ATN& getATN() const override;
65
-
66
- // By default the static state used to implement the lexer is lazily initialized during the first
67
- // call to the constructor. You can call this function if you wish to initialize the static state
68
- // ahead of time.
69
- static void initialize();
70
-
71
- private:
72
-
73
- // Individual action functions triggered by action() above.
74
-
75
- // Individual semantic predicate functions triggered by sempred() above.
76
-
77
- };
78
-
@@ -1,534 +0,0 @@
1
- token literal names:
2
- null
3
- ';'
4
- '('
5
- ','
6
- ')'
7
- '+'
8
- '-'
9
- '['
10
- ']'
11
- ':'
12
- ':='
13
- '.'
14
- '?'
15
- '**'
16
- '\\'
17
- '{'
18
- '}'
19
- '<'
20
- '<='
21
- '*'
22
- '/'
23
- '||'
24
- '<*'
25
- '|'
26
- '>'
27
- '>='
28
- '<>'
29
- '='
30
- ':<>:'
31
- ':=:'
32
- null
33
- null
34
- null
35
- null
36
- null
37
- null
38
- null
39
- null
40
- null
41
- null
42
- null
43
- null
44
- null
45
- null
46
- null
47
- null
48
- null
49
- null
50
- null
51
- null
52
- null
53
- null
54
- null
55
- null
56
- null
57
- null
58
- null
59
- null
60
- null
61
- null
62
- null
63
- null
64
- null
65
- null
66
- null
67
- null
68
- null
69
- null
70
- null
71
- null
72
- null
73
- null
74
- null
75
- null
76
- null
77
- null
78
- null
79
- null
80
- null
81
- null
82
- null
83
- null
84
- null
85
- null
86
- null
87
- null
88
- null
89
- null
90
- null
91
- null
92
- null
93
- null
94
- null
95
- null
96
- null
97
- null
98
- null
99
- null
100
- null
101
- null
102
- null
103
- null
104
- null
105
- null
106
- null
107
- null
108
- null
109
- null
110
- null
111
- null
112
- null
113
- null
114
- null
115
- null
116
- null
117
- null
118
- null
119
- null
120
- null
121
- null
122
- null
123
- null
124
- null
125
- null
126
- null
127
- null
128
- null
129
- null
130
- null
131
- null
132
- null
133
- null
134
- null
135
- null
136
- null
137
- null
138
- null
139
- null
140
- null
141
- null
142
- null
143
- null
144
- null
145
- null
146
- null
147
- null
148
- null
149
- null
150
- null
151
- null
152
- null
153
- null
154
- null
155
- null
156
- null
157
- null
158
- null
159
- null
160
- null
161
- null
162
- null
163
- null
164
-
165
- token symbolic names:
166
- null
167
- null
168
- null
169
- null
170
- null
171
- null
172
- null
173
- null
174
- null
175
- null
176
- null
177
- null
178
- null
179
- null
180
- null
181
- null
182
- null
183
- null
184
- null
185
- null
186
- null
187
- null
188
- null
189
- null
190
- null
191
- null
192
- null
193
- null
194
- null
195
- null
196
- ABS
197
- ABSTRACT
198
- ACOS
199
- AGGREGATE
200
- ALIAS
201
- AND
202
- ANDOR
203
- ARRAY
204
- AS
205
- ASIN
206
- ATAN
207
- BAG
208
- BASED_ON
209
- BEGIN_
210
- BINARY
211
- BLENGTH
212
- BOOLEAN
213
- BY
214
- CASE
215
- CONSTANT
216
- CONST_E
217
- COS
218
- DERIVE
219
- DIV
220
- ELSE
221
- END_
222
- END_ALIAS
223
- END_CASE
224
- END_CONSTANT
225
- END_ENTITY
226
- END_FUNCTION
227
- END_IF
228
- END_LOCAL
229
- END_PROCEDURE
230
- END_REPEAT
231
- END_RULE
232
- END_SCHEMA
233
- END_SUBTYPE_CONSTRAINT
234
- END_TYPE
235
- ENTITY
236
- ENUMERATION
237
- ESCAPE
238
- EXISTS
239
- EXP
240
- EXTENSIBLE
241
- FALSE
242
- FIXED
243
- FOR
244
- FORMAT
245
- FROM
246
- FUNCTION
247
- GENERIC
248
- GENERIC_ENTITY
249
- HIBOUND
250
- HIINDEX
251
- IF
252
- IN
253
- INSERT
254
- INTEGER
255
- INVERSE
256
- LENGTH
257
- LIKE
258
- LIST
259
- LOBOUND
260
- LOCAL
261
- LOG
262
- LOG10
263
- LOG2
264
- LOGICAL
265
- LOINDEX
266
- MOD
267
- NOT
268
- NUMBER
269
- NVL
270
- ODD
271
- OF
272
- ONEOF
273
- OPTIONAL
274
- OR
275
- OTHERWISE
276
- PI
277
- PROCEDURE
278
- QUERY
279
- REAL
280
- REFERENCE
281
- REMOVE
282
- RENAMED
283
- REPEAT
284
- RETURN
285
- ROLESOF
286
- RULE
287
- SCHEMA
288
- SELECT
289
- SELF
290
- SET
291
- SIN
292
- SIZEOF
293
- SKIP_
294
- SQRT
295
- STRING
296
- SUBTYPE
297
- SUBTYPE_CONSTRAINT
298
- SUPERTYPE
299
- TAN
300
- THEN
301
- TO
302
- TRUE
303
- TYPE
304
- TYPEOF
305
- TOTAL_OVER
306
- UNIQUE
307
- UNKNOWN
308
- UNTIL
309
- USE
310
- USEDIN
311
- VALUE_
312
- VALUE_IN
313
- VALUE_UNIQUE
314
- VAR
315
- WITH
316
- WHERE
317
- WHILE
318
- XOR
319
- BinaryLiteral
320
- EncodedStringLiteral
321
- IntegerLiteral
322
- RealLiteral
323
- SimpleId
324
- SimpleStringLiteral
325
- EmbeddedRemark
326
- TailRemark
327
- Whitespace
328
-
329
- rule names:
330
- T__0
331
- T__1
332
- T__2
333
- T__3
334
- T__4
335
- T__5
336
- T__6
337
- T__7
338
- T__8
339
- T__9
340
- T__10
341
- T__11
342
- T__12
343
- T__13
344
- T__14
345
- T__15
346
- T__16
347
- T__17
348
- T__18
349
- T__19
350
- T__20
351
- T__21
352
- T__22
353
- T__23
354
- T__24
355
- T__25
356
- T__26
357
- T__27
358
- T__28
359
- A
360
- B
361
- C
362
- D
363
- E
364
- F
365
- G
366
- H
367
- I
368
- J
369
- K
370
- L
371
- M
372
- N
373
- O
374
- P
375
- Q
376
- R
377
- S
378
- T
379
- U
380
- V
381
- W
382
- X
383
- Y
384
- Z
385
- ABS
386
- ABSTRACT
387
- ACOS
388
- AGGREGATE
389
- ALIAS
390
- AND
391
- ANDOR
392
- ARRAY
393
- AS
394
- ASIN
395
- ATAN
396
- BAG
397
- BASED_ON
398
- BEGIN_
399
- BINARY
400
- BLENGTH
401
- BOOLEAN
402
- BY
403
- CASE
404
- CONSTANT
405
- CONST_E
406
- COS
407
- DERIVE
408
- DIV
409
- ELSE
410
- END_
411
- END_ALIAS
412
- END_CASE
413
- END_CONSTANT
414
- END_ENTITY
415
- END_FUNCTION
416
- END_IF
417
- END_LOCAL
418
- END_PROCEDURE
419
- END_REPEAT
420
- END_RULE
421
- END_SCHEMA
422
- END_SUBTYPE_CONSTRAINT
423
- END_TYPE
424
- ENTITY
425
- ENUMERATION
426
- ESCAPE
427
- EXISTS
428
- EXP
429
- EXTENSIBLE
430
- FALSE
431
- FIXED
432
- FOR
433
- FORMAT
434
- FROM
435
- FUNCTION
436
- GENERIC
437
- GENERIC_ENTITY
438
- HIBOUND
439
- HIINDEX
440
- IF
441
- IN
442
- INSERT
443
- INTEGER
444
- INVERSE
445
- LENGTH
446
- LIKE
447
- LIST
448
- LOBOUND
449
- LOCAL
450
- LOG
451
- LOG10
452
- LOG2
453
- LOGICAL
454
- LOINDEX
455
- MOD
456
- NOT
457
- NUMBER
458
- NVL
459
- ODD
460
- OF
461
- ONEOF
462
- OPTIONAL
463
- OR
464
- OTHERWISE
465
- PI
466
- PROCEDURE
467
- QUERY
468
- REAL
469
- REFERENCE
470
- REMOVE
471
- RENAMED
472
- REPEAT
473
- RETURN
474
- ROLESOF
475
- RULE
476
- SCHEMA
477
- SELECT
478
- SELF
479
- SET
480
- SIN
481
- SIZEOF
482
- SKIP_
483
- SQRT
484
- STRING
485
- SUBTYPE
486
- SUBTYPE_CONSTRAINT
487
- SUPERTYPE
488
- TAN
489
- THEN
490
- TO
491
- TRUE
492
- TYPE
493
- TYPEOF
494
- TOTAL_OVER
495
- UNIQUE
496
- UNKNOWN
497
- UNTIL
498
- USE
499
- USEDIN
500
- VALUE_
501
- VALUE_IN
502
- VALUE_UNIQUE
503
- VAR
504
- WITH
505
- WHERE
506
- WHILE
507
- XOR
508
- Bit
509
- Digit
510
- Digits
511
- EncodedCharacter
512
- HexDigit
513
- Letter
514
- Octet
515
- Sign
516
- BinaryLiteral
517
- EncodedStringLiteral
518
- IntegerLiteral
519
- RealLiteral
520
- SimpleId
521
- SimpleStringLiteral
522
- EmbeddedRemark
523
- TailRemark
524
- Whitespace
525
-
526
- channel names:
527
- DEFAULT_TOKEN_CHANNEL
528
- HIDDEN
529
-
530
- mode names:
531
- DEFAULT_MODE
532
-
533
- atn:
534
- [4, 0, 161, 1486, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 6, 1, 6, 1, 7, 1, 7, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 30, 1, 30, 1, 31, 1, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 1, 46, 1, 47, 1, 47, 1, 48, 1, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 51, 1, 51, 1, 52, 1, 52, 1, 53, 1, 53, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, 5, 180, 1382, 8, 180, 10, 180, 12, 180, 1385, 9, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 3, 182, 1394, 8, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 5, 186, 1406, 8, 186, 10, 186, 12, 186, 1409, 9, 186, 1, 187, 1, 187, 1, 187, 5, 187, 1414, 8, 187, 10, 187, 12, 187, 1417, 9, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 3, 189, 1426, 8, 189, 1, 189, 1, 189, 3, 189, 1430, 8, 189, 1, 189, 1, 189, 3, 189, 1434, 8, 189, 1, 190, 1, 190, 1, 190, 1, 190, 5, 190, 1440, 8, 190, 10, 190, 12, 190, 1443, 9, 190, 1, 191, 1, 191, 5, 191, 1447, 8, 191, 10, 191, 12, 191, 1450, 9, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 5, 192, 1459, 8, 192, 10, 192, 12, 192, 1462, 9, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 5, 193, 1473, 8, 193, 10, 193, 12, 193, 1476, 9, 193, 1, 193, 1, 193, 1, 194, 4, 194, 1481, 8, 194, 11, 194, 12, 194, 1482, 1, 194, 1, 194, 2, 1448, 1460, 0, 195, 1, 1, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 15, 8, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 27, 14, 29, 15, 31, 16, 33, 17, 35, 18, 37, 19, 39, 20, 41, 21, 43, 22, 45, 23, 47, 24, 49, 25, 51, 26, 53, 27, 55, 28, 57, 29, 59, 0, 61, 0, 63, 0, 65, 0, 67, 0, 69, 0, 71, 0, 73, 0, 75, 0, 77, 0, 79, 0, 81, 0, 83, 0, 85, 0, 87, 0, 89, 0, 91, 0, 93, 0, 95, 0, 97, 0, 99, 0, 101, 0, 103, 0, 105, 0, 107, 0, 109, 0, 111, 30, 113, 31, 115, 32, 117, 33, 119, 34, 121, 35, 123, 36, 125, 37, 127, 38, 129, 39, 131, 40, 133, 41, 135, 42, 137, 43, 139, 44, 141, 45, 143, 46, 145, 47, 147, 48, 149, 49, 151, 50, 153, 51, 155, 52, 157, 53, 159, 54, 161, 55, 163, 56, 165, 57, 167, 58, 169, 59, 171, 60, 173, 61, 175, 62, 177, 63, 179, 64, 181, 65, 183, 66, 185, 67, 187, 68, 189, 69, 191, 70, 193, 71, 195, 72, 197, 73, 199, 74, 201, 75, 203, 76, 205, 77, 207, 78, 209, 79, 211, 80, 213, 81, 215, 82, 217, 83, 219, 84, 221, 85, 223, 86, 225, 87, 227, 88, 229, 89, 231, 90, 233, 91, 235, 92, 237, 93, 239, 94, 241, 95, 243, 96, 245, 97, 247, 98, 249, 99, 251, 100, 253, 101, 255, 102, 257, 103, 259, 104, 261, 105, 263, 106, 265, 107, 267, 108, 269, 109, 271, 110, 273, 111, 275, 112, 277, 113, 279, 114, 281, 115, 283, 116, 285, 117, 287, 118, 289, 119, 291, 120, 293, 121, 295, 122, 297, 123, 299, 124, 301, 125, 303, 126, 305, 127, 307, 128, 309, 129, 311, 130, 313, 131, 315, 132, 317, 133, 319, 134, 321, 135, 323, 136, 325, 137, 327, 138, 329, 139, 331, 140, 333, 141, 335, 142, 337, 143, 339, 144, 341, 145, 343, 146, 345, 147, 347, 148, 349, 149, 351, 150, 353, 151, 355, 152, 357, 0, 359, 0, 361, 0, 363, 0, 365, 0, 367, 0, 369, 0, 371, 0, 373, 153, 375, 154, 377, 155, 379, 156, 381, 157, 383, 158, 385, 159, 387, 160, 389, 161, 1, 0, 33, 2, 0, 65, 65, 97, 97, 2, 0, 66, 66, 98, 98, 2, 0, 67, 67, 99, 99, 2, 0, 68, 68, 100, 100, 2, 0, 69, 69, 101, 101, 2, 0, 70, 70, 102, 102, 2, 0, 71, 71, 103, 103, 2, 0, 72, 72, 104, 104, 2, 0, 73, 73, 105, 105, 2, 0, 74, 74, 106, 106, 2, 0, 75, 75, 107, 107, 2, 0, 76, 76, 108, 108, 2, 0, 77, 77, 109, 109, 2, 0, 78, 78, 110, 110, 2, 0, 79, 79, 111, 111, 2, 0, 80, 80, 112, 112, 2, 0, 81, 81, 113, 113, 2, 0, 82, 82, 114, 114, 2, 0, 83, 83, 115, 115, 2, 0, 84, 84, 116, 116, 2, 0, 85, 85, 117, 117, 2, 0, 86, 86, 118, 118, 2, 0, 87, 87, 119, 119, 2, 0, 88, 88, 120, 120, 2, 0, 89, 89, 121, 121, 2, 0, 90, 90, 122, 122, 1, 0, 48, 49, 1, 0, 48, 57, 2, 0, 65, 70, 97, 102, 2, 0, 65, 90, 97, 122, 2, 0, 43, 43, 45, 45, 1, 0, 10, 10, 3, 0, 9, 10, 12, 13, 32, 32, 1466, 0, 1, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 215, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 225, 1, 0, 0, 0, 0, 227, 1, 0, 0, 0, 0, 229, 1, 0, 0, 0, 0, 231, 1, 0, 0, 0, 0, 233, 1, 0, 0, 0, 0, 235, 1, 0, 0, 0, 0, 237, 1, 0, 0, 0, 0, 239, 1, 0, 0, 0, 0, 241, 1, 0, 0, 0, 0, 243, 1, 0, 0, 0, 0, 245, 1, 0, 0, 0, 0, 247, 1, 0, 0, 0, 0, 249, 1, 0, 0, 0, 0, 251, 1, 0, 0, 0, 0, 253, 1, 0, 0, 0, 0, 255, 1, 0, 0, 0, 0, 257, 1, 0, 0, 0, 0, 259, 1, 0, 0, 0, 0, 261, 1, 0, 0, 0, 0, 263, 1, 0, 0, 0, 0, 265, 1, 0, 0, 0, 0, 267, 1, 0, 0, 0, 0, 269, 1, 0, 0, 0, 0, 271, 1, 0, 0, 0, 0, 273, 1, 0, 0, 0, 0, 275, 1, 0, 0, 0, 0, 277, 1, 0, 0, 0, 0, 279, 1, 0, 0, 0, 0, 281, 1, 0, 0, 0, 0, 283, 1, 0, 0, 0, 0, 285, 1, 0, 0, 0, 0, 287, 1, 0, 0, 0, 0, 289, 1, 0, 0, 0, 0, 291, 1, 0, 0, 0, 0, 293, 1, 0, 0, 0, 0, 295, 1, 0, 0, 0, 0, 297, 1, 0, 0, 0, 0, 299, 1, 0, 0, 0, 0, 301, 1, 0, 0, 0, 0, 303, 1, 0, 0, 0, 0, 305, 1, 0, 0, 0, 0, 307, 1, 0, 0, 0, 0, 309, 1, 0, 0, 0, 0, 311, 1, 0, 0, 0, 0, 313, 1, 0, 0, 0, 0, 315, 1, 0, 0, 0, 0, 317, 1, 0, 0, 0, 0, 319, 1, 0, 0, 0, 0, 321, 1, 0, 0, 0, 0, 323, 1, 0, 0, 0, 0, 325, 1, 0, 0, 0, 0, 327, 1, 0, 0, 0, 0, 329, 1, 0, 0, 0, 0, 331, 1, 0, 0, 0, 0, 333, 1, 0, 0, 0, 0, 335, 1, 0, 0, 0, 0, 337, 1, 0, 0, 0, 0, 339, 1, 0, 0, 0, 0, 341, 1, 0, 0, 0, 0, 343, 1, 0, 0, 0, 0, 345, 1, 0, 0, 0, 0, 347, 1, 0, 0, 0, 0, 349, 1, 0, 0, 0, 0, 351, 1, 0, 0, 0, 0, 353, 1, 0, 0, 0, 0, 355, 1, 0, 0, 0, 0, 373, 1, 0, 0, 0, 0, 375, 1, 0, 0, 0, 0, 377, 1, 0, 0, 0, 0, 379, 1, 0, 0, 0, 0, 381, 1, 0, 0, 0, 0, 383, 1, 0, 0, 0, 0, 385, 1, 0, 0, 0, 0, 387, 1, 0, 0, 0, 0, 389, 1, 0, 0, 0, 1, 391, 1, 0, 0, 0, 3, 393, 1, 0, 0, 0, 5, 395, 1, 0, 0, 0, 7, 397, 1, 0, 0, 0, 9, 399, 1, 0, 0, 0, 11, 401, 1, 0, 0, 0, 13, 403, 1, 0, 0, 0, 15, 405, 1, 0, 0, 0, 17, 407, 1, 0, 0, 0, 19, 409, 1, 0, 0, 0, 21, 412, 1, 0, 0, 0, 23, 414, 1, 0, 0, 0, 25, 416, 1, 0, 0, 0, 27, 419, 1, 0, 0, 0, 29, 421, 1, 0, 0, 0, 31, 423, 1, 0, 0, 0, 33, 425, 1, 0, 0, 0, 35, 427, 1, 0, 0, 0, 37, 430, 1, 0, 0, 0, 39, 432, 1, 0, 0, 0, 41, 434, 1, 0, 0, 0, 43, 437, 1, 0, 0, 0, 45, 440, 1, 0, 0, 0, 47, 442, 1, 0, 0, 0, 49, 444, 1, 0, 0, 0, 51, 447, 1, 0, 0, 0, 53, 450, 1, 0, 0, 0, 55, 452, 1, 0, 0, 0, 57, 457, 1, 0, 0, 0, 59, 461, 1, 0, 0, 0, 61, 463, 1, 0, 0, 0, 63, 465, 1, 0, 0, 0, 65, 467, 1, 0, 0, 0, 67, 469, 1, 0, 0, 0, 69, 471, 1, 0, 0, 0, 71, 473, 1, 0, 0, 0, 73, 475, 1, 0, 0, 0, 75, 477, 1, 0, 0, 0, 77, 479, 1, 0, 0, 0, 79, 481, 1, 0, 0, 0, 81, 483, 1, 0, 0, 0, 83, 485, 1, 0, 0, 0, 85, 487, 1, 0, 0, 0, 87, 489, 1, 0, 0, 0, 89, 491, 1, 0, 0, 0, 91, 493, 1, 0, 0, 0, 93, 495, 1, 0, 0, 0, 95, 497, 1, 0, 0, 0, 97, 499, 1, 0, 0, 0, 99, 501, 1, 0, 0, 0, 101, 503, 1, 0, 0, 0, 103, 505, 1, 0, 0, 0, 105, 507, 1, 0, 0, 0, 107, 509, 1, 0, 0, 0, 109, 511, 1, 0, 0, 0, 111, 513, 1, 0, 0, 0, 113, 517, 1, 0, 0, 0, 115, 526, 1, 0, 0, 0, 117, 531, 1, 0, 0, 0, 119, 541, 1, 0, 0, 0, 121, 547, 1, 0, 0, 0, 123, 551, 1, 0, 0, 0, 125, 557, 1, 0, 0, 0, 127, 563, 1, 0, 0, 0, 129, 566, 1, 0, 0, 0, 131, 571, 1, 0, 0, 0, 133, 576, 1, 0, 0, 0, 135, 580, 1, 0, 0, 0, 137, 589, 1, 0, 0, 0, 139, 595, 1, 0, 0, 0, 141, 602, 1, 0, 0, 0, 143, 610, 1, 0, 0, 0, 145, 618, 1, 0, 0, 0, 147, 621, 1, 0, 0, 0, 149, 626, 1, 0, 0, 0, 151, 635, 1, 0, 0, 0, 153, 643, 1, 0, 0, 0, 155, 647, 1, 0, 0, 0, 157, 654, 1, 0, 0, 0, 159, 658, 1, 0, 0, 0, 161, 663, 1, 0, 0, 0, 163, 667, 1, 0, 0, 0, 165, 677, 1, 0, 0, 0, 167, 686, 1, 0, 0, 0, 169, 699, 1, 0, 0, 0, 171, 710, 1, 0, 0, 0, 173, 723, 1, 0, 0, 0, 175, 730, 1, 0, 0, 0, 177, 740, 1, 0, 0, 0, 179, 754, 1, 0, 0, 0, 181, 765, 1, 0, 0, 0, 183, 774, 1, 0, 0, 0, 185, 785, 1, 0, 0, 0, 187, 808, 1, 0, 0, 0, 189, 817, 1, 0, 0, 0, 191, 824, 1, 0, 0, 0, 193, 836, 1, 0, 0, 0, 195, 843, 1, 0, 0, 0, 197, 850, 1, 0, 0, 0, 199, 854, 1, 0, 0, 0, 201, 865, 1, 0, 0, 0, 203, 871, 1, 0, 0, 0, 205, 877, 1, 0, 0, 0, 207, 881, 1, 0, 0, 0, 209, 888, 1, 0, 0, 0, 211, 893, 1, 0, 0, 0, 213, 902, 1, 0, 0, 0, 215, 910, 1, 0, 0, 0, 217, 925, 1, 0, 0, 0, 219, 933, 1, 0, 0, 0, 221, 941, 1, 0, 0, 0, 223, 944, 1, 0, 0, 0, 225, 947, 1, 0, 0, 0, 227, 954, 1, 0, 0, 0, 229, 962, 1, 0, 0, 0, 231, 970, 1, 0, 0, 0, 233, 977, 1, 0, 0, 0, 235, 982, 1, 0, 0, 0, 237, 987, 1, 0, 0, 0, 239, 995, 1, 0, 0, 0, 241, 1001, 1, 0, 0, 0, 243, 1005, 1, 0, 0, 0, 245, 1011, 1, 0, 0, 0, 247, 1016, 1, 0, 0, 0, 249, 1024, 1, 0, 0, 0, 251, 1032, 1, 0, 0, 0, 253, 1036, 1, 0, 0, 0, 255, 1040, 1, 0, 0, 0, 257, 1047, 1, 0, 0, 0, 259, 1051, 1, 0, 0, 0, 261, 1055, 1, 0, 0, 0, 263, 1058, 1, 0, 0, 0, 265, 1064, 1, 0, 0, 0, 267, 1073, 1, 0, 0, 0, 269, 1076, 1, 0, 0, 0, 271, 1086, 1, 0, 0, 0, 273, 1089, 1, 0, 0, 0, 275, 1099, 1, 0, 0, 0, 277, 1105, 1, 0, 0, 0, 279, 1110, 1, 0, 0, 0, 281, 1120, 1, 0, 0, 0, 283, 1127, 1, 0, 0, 0, 285, 1135, 1, 0, 0, 0, 287, 1142, 1, 0, 0, 0, 289, 1149, 1, 0, 0, 0, 291, 1157, 1, 0, 0, 0, 293, 1162, 1, 0, 0, 0, 295, 1169, 1, 0, 0, 0, 297, 1176, 1, 0, 0, 0, 299, 1181, 1, 0, 0, 0, 301, 1185, 1, 0, 0, 0, 303, 1189, 1, 0, 0, 0, 305, 1196, 1, 0, 0, 0, 307, 1201, 1, 0, 0, 0, 309, 1206, 1, 0, 0, 0, 311, 1213, 1, 0, 0, 0, 313, 1221, 1, 0, 0, 0, 315, 1240, 1, 0, 0, 0, 317, 1250, 1, 0, 0, 0, 319, 1254, 1, 0, 0, 0, 321, 1259, 1, 0, 0, 0, 323, 1262, 1, 0, 0, 0, 325, 1267, 1, 0, 0, 0, 327, 1272, 1, 0, 0, 0, 329, 1279, 1, 0, 0, 0, 331, 1290, 1, 0, 0, 0, 333, 1297, 1, 0, 0, 0, 335, 1305, 1, 0, 0, 0, 337, 1311, 1, 0, 0, 0, 339, 1315, 1, 0, 0, 0, 341, 1322, 1, 0, 0, 0, 343, 1328, 1, 0, 0, 0, 345, 1337, 1, 0, 0, 0, 347, 1350, 1, 0, 0, 0, 349, 1354, 1, 0, 0, 0, 351, 1359, 1, 0, 0, 0, 353, 1365, 1, 0, 0, 0, 355, 1371, 1, 0, 0, 0, 357, 1375, 1, 0, 0, 0, 359, 1377, 1, 0, 0, 0, 361, 1379, 1, 0, 0, 0, 363, 1386, 1, 0, 0, 0, 365, 1393, 1, 0, 0, 0, 367, 1395, 1, 0, 0, 0, 369, 1397, 1, 0, 0, 0, 371, 1400, 1, 0, 0, 0, 373, 1402, 1, 0, 0, 0, 375, 1410, 1, 0, 0, 0, 377, 1420, 1, 0, 0, 0, 379, 1422, 1, 0, 0, 0, 381, 1435, 1, 0, 0, 0, 383, 1444, 1, 0, 0, 0, 385, 1453, 1, 0, 0, 0, 387, 1468, 1, 0, 0, 0, 389, 1480, 1, 0, 0, 0, 391, 392, 5, 59, 0, 0, 392, 2, 1, 0, 0, 0, 393, 394, 5, 40, 0, 0, 394, 4, 1, 0, 0, 0, 395, 396, 5, 44, 0, 0, 396, 6, 1, 0, 0, 0, 397, 398, 5, 41, 0, 0, 398, 8, 1, 0, 0, 0, 399, 400, 5, 43, 0, 0, 400, 10, 1, 0, 0, 0, 401, 402, 5, 45, 0, 0, 402, 12, 1, 0, 0, 0, 403, 404, 5, 91, 0, 0, 404, 14, 1, 0, 0, 0, 405, 406, 5, 93, 0, 0, 406, 16, 1, 0, 0, 0, 407, 408, 5, 58, 0, 0, 408, 18, 1, 0, 0, 0, 409, 410, 5, 58, 0, 0, 410, 411, 5, 61, 0, 0, 411, 20, 1, 0, 0, 0, 412, 413, 5, 46, 0, 0, 413, 22, 1, 0, 0, 0, 414, 415, 5, 63, 0, 0, 415, 24, 1, 0, 0, 0, 416, 417, 5, 42, 0, 0, 417, 418, 5, 42, 0, 0, 418, 26, 1, 0, 0, 0, 419, 420, 5, 92, 0, 0, 420, 28, 1, 0, 0, 0, 421, 422, 5, 123, 0, 0, 422, 30, 1, 0, 0, 0, 423, 424, 5, 125, 0, 0, 424, 32, 1, 0, 0, 0, 425, 426, 5, 60, 0, 0, 426, 34, 1, 0, 0, 0, 427, 428, 5, 60, 0, 0, 428, 429, 5, 61, 0, 0, 429, 36, 1, 0, 0, 0, 430, 431, 5, 42, 0, 0, 431, 38, 1, 0, 0, 0, 432, 433, 5, 47, 0, 0, 433, 40, 1, 0, 0, 0, 434, 435, 5, 124, 0, 0, 435, 436, 5, 124, 0, 0, 436, 42, 1, 0, 0, 0, 437, 438, 5, 60, 0, 0, 438, 439, 5, 42, 0, 0, 439, 44, 1, 0, 0, 0, 440, 441, 5, 124, 0, 0, 441, 46, 1, 0, 0, 0, 442, 443, 5, 62, 0, 0, 443, 48, 1, 0, 0, 0, 444, 445, 5, 62, 0, 0, 445, 446, 5, 61, 0, 0, 446, 50, 1, 0, 0, 0, 447, 448, 5, 60, 0, 0, 448, 449, 5, 62, 0, 0, 449, 52, 1, 0, 0, 0, 450, 451, 5, 61, 0, 0, 451, 54, 1, 0, 0, 0, 452, 453, 5, 58, 0, 0, 453, 454, 5, 60, 0, 0, 454, 455, 5, 62, 0, 0, 455, 456, 5, 58, 0, 0, 456, 56, 1, 0, 0, 0, 457, 458, 5, 58, 0, 0, 458, 459, 5, 61, 0, 0, 459, 460, 5, 58, 0, 0, 460, 58, 1, 0, 0, 0, 461, 462, 7, 0, 0, 0, 462, 60, 1, 0, 0, 0, 463, 464, 7, 1, 0, 0, 464, 62, 1, 0, 0, 0, 465, 466, 7, 2, 0, 0, 466, 64, 1, 0, 0, 0, 467, 468, 7, 3, 0, 0, 468, 66, 1, 0, 0, 0, 469, 470, 7, 4, 0, 0, 470, 68, 1, 0, 0, 0, 471, 472, 7, 5, 0, 0, 472, 70, 1, 0, 0, 0, 473, 474, 7, 6, 0, 0, 474, 72, 1, 0, 0, 0, 475, 476, 7, 7, 0, 0, 476, 74, 1, 0, 0, 0, 477, 478, 7, 8, 0, 0, 478, 76, 1, 0, 0, 0, 479, 480, 7, 9, 0, 0, 480, 78, 1, 0, 0, 0, 481, 482, 7, 10, 0, 0, 482, 80, 1, 0, 0, 0, 483, 484, 7, 11, 0, 0, 484, 82, 1, 0, 0, 0, 485, 486, 7, 12, 0, 0, 486, 84, 1, 0, 0, 0, 487, 488, 7, 13, 0, 0, 488, 86, 1, 0, 0, 0, 489, 490, 7, 14, 0, 0, 490, 88, 1, 0, 0, 0, 491, 492, 7, 15, 0, 0, 492, 90, 1, 0, 0, 0, 493, 494, 7, 16, 0, 0, 494, 92, 1, 0, 0, 0, 495, 496, 7, 17, 0, 0, 496, 94, 1, 0, 0, 0, 497, 498, 7, 18, 0, 0, 498, 96, 1, 0, 0, 0, 499, 500, 7, 19, 0, 0, 500, 98, 1, 0, 0, 0, 501, 502, 7, 20, 0, 0, 502, 100, 1, 0, 0, 0, 503, 504, 7, 21, 0, 0, 504, 102, 1, 0, 0, 0, 505, 506, 7, 22, 0, 0, 506, 104, 1, 0, 0, 0, 507, 508, 7, 23, 0, 0, 508, 106, 1, 0, 0, 0, 509, 510, 7, 24, 0, 0, 510, 108, 1, 0, 0, 0, 511, 512, 7, 25, 0, 0, 512, 110, 1, 0, 0, 0, 513, 514, 3, 59, 29, 0, 514, 515, 3, 61, 30, 0, 515, 516, 3, 95, 47, 0, 516, 112, 1, 0, 0, 0, 517, 518, 3, 59, 29, 0, 518, 519, 3, 61, 30, 0, 519, 520, 3, 95, 47, 0, 520, 521, 3, 97, 48, 0, 521, 522, 3, 93, 46, 0, 522, 523, 3, 59, 29, 0, 523, 524, 3, 63, 31, 0, 524, 525, 3, 97, 48, 0, 525, 114, 1, 0, 0, 0, 526, 527, 3, 59, 29, 0, 527, 528, 3, 63, 31, 0, 528, 529, 3, 87, 43, 0, 529, 530, 3, 95, 47, 0, 530, 116, 1, 0, 0, 0, 531, 532, 3, 59, 29, 0, 532, 533, 3, 71, 35, 0, 533, 534, 3, 71, 35, 0, 534, 535, 3, 93, 46, 0, 535, 536, 3, 67, 33, 0, 536, 537, 3, 71, 35, 0, 537, 538, 3, 59, 29, 0, 538, 539, 3, 97, 48, 0, 539, 540, 3, 67, 33, 0, 540, 118, 1, 0, 0, 0, 541, 542, 3, 59, 29, 0, 542, 543, 3, 81, 40, 0, 543, 544, 3, 75, 37, 0, 544, 545, 3, 59, 29, 0, 545, 546, 3, 95, 47, 0, 546, 120, 1, 0, 0, 0, 547, 548, 3, 59, 29, 0, 548, 549, 3, 85, 42, 0, 549, 550, 3, 65, 32, 0, 550, 122, 1, 0, 0, 0, 551, 552, 3, 59, 29, 0, 552, 553, 3, 85, 42, 0, 553, 554, 3, 65, 32, 0, 554, 555, 3, 87, 43, 0, 555, 556, 3, 93, 46, 0, 556, 124, 1, 0, 0, 0, 557, 558, 3, 59, 29, 0, 558, 559, 3, 93, 46, 0, 559, 560, 3, 93, 46, 0, 560, 561, 3, 59, 29, 0, 561, 562, 3, 107, 53, 0, 562, 126, 1, 0, 0, 0, 563, 564, 3, 59, 29, 0, 564, 565, 3, 95, 47, 0, 565, 128, 1, 0, 0, 0, 566, 567, 3, 59, 29, 0, 567, 568, 3, 95, 47, 0, 568, 569, 3, 75, 37, 0, 569, 570, 3, 85, 42, 0, 570, 130, 1, 0, 0, 0, 571, 572, 3, 59, 29, 0, 572, 573, 3, 97, 48, 0, 573, 574, 3, 59, 29, 0, 574, 575, 3, 85, 42, 0, 575, 132, 1, 0, 0, 0, 576, 577, 3, 61, 30, 0, 577, 578, 3, 59, 29, 0, 578, 579, 3, 71, 35, 0, 579, 134, 1, 0, 0, 0, 580, 581, 3, 61, 30, 0, 581, 582, 3, 59, 29, 0, 582, 583, 3, 95, 47, 0, 583, 584, 3, 67, 33, 0, 584, 585, 3, 65, 32, 0, 585, 586, 5, 95, 0, 0, 586, 587, 3, 87, 43, 0, 587, 588, 3, 85, 42, 0, 588, 136, 1, 0, 0, 0, 589, 590, 3, 61, 30, 0, 590, 591, 3, 67, 33, 0, 591, 592, 3, 71, 35, 0, 592, 593, 3, 75, 37, 0, 593, 594, 3, 85, 42, 0, 594, 138, 1, 0, 0, 0, 595, 596, 3, 61, 30, 0, 596, 597, 3, 75, 37, 0, 597, 598, 3, 85, 42, 0, 598, 599, 3, 59, 29, 0, 599, 600, 3, 93, 46, 0, 600, 601, 3, 107, 53, 0, 601, 140, 1, 0, 0, 0, 602, 603, 3, 61, 30, 0, 603, 604, 3, 81, 40, 0, 604, 605, 3, 67, 33, 0, 605, 606, 3, 85, 42, 0, 606, 607, 3, 71, 35, 0, 607, 608, 3, 97, 48, 0, 608, 609, 3, 73, 36, 0, 609, 142, 1, 0, 0, 0, 610, 611, 3, 61, 30, 0, 611, 612, 3, 87, 43, 0, 612, 613, 3, 87, 43, 0, 613, 614, 3, 81, 40, 0, 614, 615, 3, 67, 33, 0, 615, 616, 3, 59, 29, 0, 616, 617, 3, 85, 42, 0, 617, 144, 1, 0, 0, 0, 618, 619, 3, 61, 30, 0, 619, 620, 3, 107, 53, 0, 620, 146, 1, 0, 0, 0, 621, 622, 3, 63, 31, 0, 622, 623, 3, 59, 29, 0, 623, 624, 3, 95, 47, 0, 624, 625, 3, 67, 33, 0, 625, 148, 1, 0, 0, 0, 626, 627, 3, 63, 31, 0, 627, 628, 3, 87, 43, 0, 628, 629, 3, 85, 42, 0, 629, 630, 3, 95, 47, 0, 630, 631, 3, 97, 48, 0, 631, 632, 3, 59, 29, 0, 632, 633, 3, 85, 42, 0, 633, 634, 3, 97, 48, 0, 634, 150, 1, 0, 0, 0, 635, 636, 3, 63, 31, 0, 636, 637, 3, 87, 43, 0, 637, 638, 3, 85, 42, 0, 638, 639, 3, 95, 47, 0, 639, 640, 3, 97, 48, 0, 640, 641, 5, 95, 0, 0, 641, 642, 3, 67, 33, 0, 642, 152, 1, 0, 0, 0, 643, 644, 3, 63, 31, 0, 644, 645, 3, 87, 43, 0, 645, 646, 3, 95, 47, 0, 646, 154, 1, 0, 0, 0, 647, 648, 3, 65, 32, 0, 648, 649, 3, 67, 33, 0, 649, 650, 3, 93, 46, 0, 650, 651, 3, 75, 37, 0, 651, 652, 3, 101, 50, 0, 652, 653, 3, 67, 33, 0, 653, 156, 1, 0, 0, 0, 654, 655, 3, 65, 32, 0, 655, 656, 3, 75, 37, 0, 656, 657, 3, 101, 50, 0, 657, 158, 1, 0, 0, 0, 658, 659, 3, 67, 33, 0, 659, 660, 3, 81, 40, 0, 660, 661, 3, 95, 47, 0, 661, 662, 3, 67, 33, 0, 662, 160, 1, 0, 0, 0, 663, 664, 3, 67, 33, 0, 664, 665, 3, 85, 42, 0, 665, 666, 3, 65, 32, 0, 666, 162, 1, 0, 0, 0, 667, 668, 3, 67, 33, 0, 668, 669, 3, 85, 42, 0, 669, 670, 3, 65, 32, 0, 670, 671, 5, 95, 0, 0, 671, 672, 3, 59, 29, 0, 672, 673, 3, 81, 40, 0, 673, 674, 3, 75, 37, 0, 674, 675, 3, 59, 29, 0, 675, 676, 3, 95, 47, 0, 676, 164, 1, 0, 0, 0, 677, 678, 3, 67, 33, 0, 678, 679, 3, 85, 42, 0, 679, 680, 3, 65, 32, 0, 680, 681, 5, 95, 0, 0, 681, 682, 3, 63, 31, 0, 682, 683, 3, 59, 29, 0, 683, 684, 3, 95, 47, 0, 684, 685, 3, 67, 33, 0, 685, 166, 1, 0, 0, 0, 686, 687, 3, 67, 33, 0, 687, 688, 3, 85, 42, 0, 688, 689, 3, 65, 32, 0, 689, 690, 5, 95, 0, 0, 690, 691, 3, 63, 31, 0, 691, 692, 3, 87, 43, 0, 692, 693, 3, 85, 42, 0, 693, 694, 3, 95, 47, 0, 694, 695, 3, 97, 48, 0, 695, 696, 3, 59, 29, 0, 696, 697, 3, 85, 42, 0, 697, 698, 3, 97, 48, 0, 698, 168, 1, 0, 0, 0, 699, 700, 3, 67, 33, 0, 700, 701, 3, 85, 42, 0, 701, 702, 3, 65, 32, 0, 702, 703, 5, 95, 0, 0, 703, 704, 3, 67, 33, 0, 704, 705, 3, 85, 42, 0, 705, 706, 3, 97, 48, 0, 706, 707, 3, 75, 37, 0, 707, 708, 3, 97, 48, 0, 708, 709, 3, 107, 53, 0, 709, 170, 1, 0, 0, 0, 710, 711, 3, 67, 33, 0, 711, 712, 3, 85, 42, 0, 712, 713, 3, 65, 32, 0, 713, 714, 5, 95, 0, 0, 714, 715, 3, 69, 34, 0, 715, 716, 3, 99, 49, 0, 716, 717, 3, 85, 42, 0, 717, 718, 3, 63, 31, 0, 718, 719, 3, 97, 48, 0, 719, 720, 3, 75, 37, 0, 720, 721, 3, 87, 43, 0, 721, 722, 3, 85, 42, 0, 722, 172, 1, 0, 0, 0, 723, 724, 3, 67, 33, 0, 724, 725, 3, 85, 42, 0, 725, 726, 3, 65, 32, 0, 726, 727, 5, 95, 0, 0, 727, 728, 3, 75, 37, 0, 728, 729, 3, 69, 34, 0, 729, 174, 1, 0, 0, 0, 730, 731, 3, 67, 33, 0, 731, 732, 3, 85, 42, 0, 732, 733, 3, 65, 32, 0, 733, 734, 5, 95, 0, 0, 734, 735, 3, 81, 40, 0, 735, 736, 3, 87, 43, 0, 736, 737, 3, 63, 31, 0, 737, 738, 3, 59, 29, 0, 738, 739, 3, 81, 40, 0, 739, 176, 1, 0, 0, 0, 740, 741, 3, 67, 33, 0, 741, 742, 3, 85, 42, 0, 742, 743, 3, 65, 32, 0, 743, 744, 5, 95, 0, 0, 744, 745, 3, 89, 44, 0, 745, 746, 3, 93, 46, 0, 746, 747, 3, 87, 43, 0, 747, 748, 3, 63, 31, 0, 748, 749, 3, 67, 33, 0, 749, 750, 3, 65, 32, 0, 750, 751, 3, 99, 49, 0, 751, 752, 3, 93, 46, 0, 752, 753, 3, 67, 33, 0, 753, 178, 1, 0, 0, 0, 754, 755, 3, 67, 33, 0, 755, 756, 3, 85, 42, 0, 756, 757, 3, 65, 32, 0, 757, 758, 5, 95, 0, 0, 758, 759, 3, 93, 46, 0, 759, 760, 3, 67, 33, 0, 760, 761, 3, 89, 44, 0, 761, 762, 3, 67, 33, 0, 762, 763, 3, 59, 29, 0, 763, 764, 3, 97, 48, 0, 764, 180, 1, 0, 0, 0, 765, 766, 3, 67, 33, 0, 766, 767, 3, 85, 42, 0, 767, 768, 3, 65, 32, 0, 768, 769, 5, 95, 0, 0, 769, 770, 3, 93, 46, 0, 770, 771, 3, 99, 49, 0, 771, 772, 3, 81, 40, 0, 772, 773, 3, 67, 33, 0, 773, 182, 1, 0, 0, 0, 774, 775, 3, 67, 33, 0, 775, 776, 3, 85, 42, 0, 776, 777, 3, 65, 32, 0, 777, 778, 5, 95, 0, 0, 778, 779, 3, 95, 47, 0, 779, 780, 3, 63, 31, 0, 780, 781, 3, 73, 36, 0, 781, 782, 3, 67, 33, 0, 782, 783, 3, 83, 41, 0, 783, 784, 3, 59, 29, 0, 784, 184, 1, 0, 0, 0, 785, 786, 3, 67, 33, 0, 786, 787, 3, 85, 42, 0, 787, 788, 3, 65, 32, 0, 788, 789, 5, 95, 0, 0, 789, 790, 3, 95, 47, 0, 790, 791, 3, 99, 49, 0, 791, 792, 3, 61, 30, 0, 792, 793, 3, 97, 48, 0, 793, 794, 3, 107, 53, 0, 794, 795, 3, 89, 44, 0, 795, 796, 3, 67, 33, 0, 796, 797, 5, 95, 0, 0, 797, 798, 3, 63, 31, 0, 798, 799, 3, 87, 43, 0, 799, 800, 3, 85, 42, 0, 800, 801, 3, 95, 47, 0, 801, 802, 3, 97, 48, 0, 802, 803, 3, 93, 46, 0, 803, 804, 3, 59, 29, 0, 804, 805, 3, 75, 37, 0, 805, 806, 3, 85, 42, 0, 806, 807, 3, 97, 48, 0, 807, 186, 1, 0, 0, 0, 808, 809, 3, 67, 33, 0, 809, 810, 3, 85, 42, 0, 810, 811, 3, 65, 32, 0, 811, 812, 5, 95, 0, 0, 812, 813, 3, 97, 48, 0, 813, 814, 3, 107, 53, 0, 814, 815, 3, 89, 44, 0, 815, 816, 3, 67, 33, 0, 816, 188, 1, 0, 0, 0, 817, 818, 3, 67, 33, 0, 818, 819, 3, 85, 42, 0, 819, 820, 3, 97, 48, 0, 820, 821, 3, 75, 37, 0, 821, 822, 3, 97, 48, 0, 822, 823, 3, 107, 53, 0, 823, 190, 1, 0, 0, 0, 824, 825, 3, 67, 33, 0, 825, 826, 3, 85, 42, 0, 826, 827, 3, 99, 49, 0, 827, 828, 3, 83, 41, 0, 828, 829, 3, 67, 33, 0, 829, 830, 3, 93, 46, 0, 830, 831, 3, 59, 29, 0, 831, 832, 3, 97, 48, 0, 832, 833, 3, 75, 37, 0, 833, 834, 3, 87, 43, 0, 834, 835, 3, 85, 42, 0, 835, 192, 1, 0, 0, 0, 836, 837, 3, 67, 33, 0, 837, 838, 3, 95, 47, 0, 838, 839, 3, 63, 31, 0, 839, 840, 3, 59, 29, 0, 840, 841, 3, 89, 44, 0, 841, 842, 3, 67, 33, 0, 842, 194, 1, 0, 0, 0, 843, 844, 3, 67, 33, 0, 844, 845, 3, 105, 52, 0, 845, 846, 3, 75, 37, 0, 846, 847, 3, 95, 47, 0, 847, 848, 3, 97, 48, 0, 848, 849, 3, 95, 47, 0, 849, 196, 1, 0, 0, 0, 850, 851, 3, 67, 33, 0, 851, 852, 3, 105, 52, 0, 852, 853, 3, 89, 44, 0, 853, 198, 1, 0, 0, 0, 854, 855, 3, 67, 33, 0, 855, 856, 3, 105, 52, 0, 856, 857, 3, 97, 48, 0, 857, 858, 3, 67, 33, 0, 858, 859, 3, 85, 42, 0, 859, 860, 3, 95, 47, 0, 860, 861, 3, 75, 37, 0, 861, 862, 3, 61, 30, 0, 862, 863, 3, 81, 40, 0, 863, 864, 3, 67, 33, 0, 864, 200, 1, 0, 0, 0, 865, 866, 3, 69, 34, 0, 866, 867, 3, 59, 29, 0, 867, 868, 3, 81, 40, 0, 868, 869, 3, 95, 47, 0, 869, 870, 3, 67, 33, 0, 870, 202, 1, 0, 0, 0, 871, 872, 3, 69, 34, 0, 872, 873, 3, 75, 37, 0, 873, 874, 3, 105, 52, 0, 874, 875, 3, 67, 33, 0, 875, 876, 3, 65, 32, 0, 876, 204, 1, 0, 0, 0, 877, 878, 3, 69, 34, 0, 878, 879, 3, 87, 43, 0, 879, 880, 3, 93, 46, 0, 880, 206, 1, 0, 0, 0, 881, 882, 3, 69, 34, 0, 882, 883, 3, 87, 43, 0, 883, 884, 3, 93, 46, 0, 884, 885, 3, 83, 41, 0, 885, 886, 3, 59, 29, 0, 886, 887, 3, 97, 48, 0, 887, 208, 1, 0, 0, 0, 888, 889, 3, 69, 34, 0, 889, 890, 3, 93, 46, 0, 890, 891, 3, 87, 43, 0, 891, 892, 3, 83, 41, 0, 892, 210, 1, 0, 0, 0, 893, 894, 3, 69, 34, 0, 894, 895, 3, 99, 49, 0, 895, 896, 3, 85, 42, 0, 896, 897, 3, 63, 31, 0, 897, 898, 3, 97, 48, 0, 898, 899, 3, 75, 37, 0, 899, 900, 3, 87, 43, 0, 900, 901, 3, 85, 42, 0, 901, 212, 1, 0, 0, 0, 902, 903, 3, 71, 35, 0, 903, 904, 3, 67, 33, 0, 904, 905, 3, 85, 42, 0, 905, 906, 3, 67, 33, 0, 906, 907, 3, 93, 46, 0, 907, 908, 3, 75, 37, 0, 908, 909, 3, 63, 31, 0, 909, 214, 1, 0, 0, 0, 910, 911, 3, 71, 35, 0, 911, 912, 3, 67, 33, 0, 912, 913, 3, 85, 42, 0, 913, 914, 3, 67, 33, 0, 914, 915, 3, 93, 46, 0, 915, 916, 3, 75, 37, 0, 916, 917, 3, 63, 31, 0, 917, 918, 5, 95, 0, 0, 918, 919, 3, 67, 33, 0, 919, 920, 3, 85, 42, 0, 920, 921, 3, 97, 48, 0, 921, 922, 3, 75, 37, 0, 922, 923, 3, 97, 48, 0, 923, 924, 3, 107, 53, 0, 924, 216, 1, 0, 0, 0, 925, 926, 3, 73, 36, 0, 926, 927, 3, 75, 37, 0, 927, 928, 3, 61, 30, 0, 928, 929, 3, 87, 43, 0, 929, 930, 3, 99, 49, 0, 930, 931, 3, 85, 42, 0, 931, 932, 3, 65, 32, 0, 932, 218, 1, 0, 0, 0, 933, 934, 3, 73, 36, 0, 934, 935, 3, 75, 37, 0, 935, 936, 3, 75, 37, 0, 936, 937, 3, 85, 42, 0, 937, 938, 3, 65, 32, 0, 938, 939, 3, 67, 33, 0, 939, 940, 3, 105, 52, 0, 940, 220, 1, 0, 0, 0, 941, 942, 3, 75, 37, 0, 942, 943, 3, 69, 34, 0, 943, 222, 1, 0, 0, 0, 944, 945, 3, 75, 37, 0, 945, 946, 3, 85, 42, 0, 946, 224, 1, 0, 0, 0, 947, 948, 3, 75, 37, 0, 948, 949, 3, 85, 42, 0, 949, 950, 3, 95, 47, 0, 950, 951, 3, 67, 33, 0, 951, 952, 3, 93, 46, 0, 952, 953, 3, 97, 48, 0, 953, 226, 1, 0, 0, 0, 954, 955, 3, 75, 37, 0, 955, 956, 3, 85, 42, 0, 956, 957, 3, 97, 48, 0, 957, 958, 3, 67, 33, 0, 958, 959, 3, 71, 35, 0, 959, 960, 3, 67, 33, 0, 960, 961, 3, 93, 46, 0, 961, 228, 1, 0, 0, 0, 962, 963, 3, 75, 37, 0, 963, 964, 3, 85, 42, 0, 964, 965, 3, 101, 50, 0, 965, 966, 3, 67, 33, 0, 966, 967, 3, 93, 46, 0, 967, 968, 3, 95, 47, 0, 968, 969, 3, 67, 33, 0, 969, 230, 1, 0, 0, 0, 970, 971, 3, 81, 40, 0, 971, 972, 3, 67, 33, 0, 972, 973, 3, 85, 42, 0, 973, 974, 3, 71, 35, 0, 974, 975, 3, 97, 48, 0, 975, 976, 3, 73, 36, 0, 976, 232, 1, 0, 0, 0, 977, 978, 3, 81, 40, 0, 978, 979, 3, 75, 37, 0, 979, 980, 3, 79, 39, 0, 980, 981, 3, 67, 33, 0, 981, 234, 1, 0, 0, 0, 982, 983, 3, 81, 40, 0, 983, 984, 3, 75, 37, 0, 984, 985, 3, 95, 47, 0, 985, 986, 3, 97, 48, 0, 986, 236, 1, 0, 0, 0, 987, 988, 3, 81, 40, 0, 988, 989, 3, 87, 43, 0, 989, 990, 3, 61, 30, 0, 990, 991, 3, 87, 43, 0, 991, 992, 3, 99, 49, 0, 992, 993, 3, 85, 42, 0, 993, 994, 3, 65, 32, 0, 994, 238, 1, 0, 0, 0, 995, 996, 3, 81, 40, 0, 996, 997, 3, 87, 43, 0, 997, 998, 3, 63, 31, 0, 998, 999, 3, 59, 29, 0, 999, 1000, 3, 81, 40, 0, 1000, 240, 1, 0, 0, 0, 1001, 1002, 3, 81, 40, 0, 1002, 1003, 3, 87, 43, 0, 1003, 1004, 3, 71, 35, 0, 1004, 242, 1, 0, 0, 0, 1005, 1006, 3, 81, 40, 0, 1006, 1007, 3, 87, 43, 0, 1007, 1008, 3, 71, 35, 0, 1008, 1009, 5, 49, 0, 0, 1009, 1010, 5, 48, 0, 0, 1010, 244, 1, 0, 0, 0, 1011, 1012, 3, 81, 40, 0, 1012, 1013, 3, 87, 43, 0, 1013, 1014, 3, 71, 35, 0, 1014, 1015, 5, 50, 0, 0, 1015, 246, 1, 0, 0, 0, 1016, 1017, 3, 81, 40, 0, 1017, 1018, 3, 87, 43, 0, 1018, 1019, 3, 71, 35, 0, 1019, 1020, 3, 75, 37, 0, 1020, 1021, 3, 63, 31, 0, 1021, 1022, 3, 59, 29, 0, 1022, 1023, 3, 81, 40, 0, 1023, 248, 1, 0, 0, 0, 1024, 1025, 3, 81, 40, 0, 1025, 1026, 3, 87, 43, 0, 1026, 1027, 3, 75, 37, 0, 1027, 1028, 3, 85, 42, 0, 1028, 1029, 3, 65, 32, 0, 1029, 1030, 3, 67, 33, 0, 1030, 1031, 3, 105, 52, 0, 1031, 250, 1, 0, 0, 0, 1032, 1033, 3, 83, 41, 0, 1033, 1034, 3, 87, 43, 0, 1034, 1035, 3, 65, 32, 0, 1035, 252, 1, 0, 0, 0, 1036, 1037, 3, 85, 42, 0, 1037, 1038, 3, 87, 43, 0, 1038, 1039, 3, 97, 48, 0, 1039, 254, 1, 0, 0, 0, 1040, 1041, 3, 85, 42, 0, 1041, 1042, 3, 99, 49, 0, 1042, 1043, 3, 83, 41, 0, 1043, 1044, 3, 61, 30, 0, 1044, 1045, 3, 67, 33, 0, 1045, 1046, 3, 93, 46, 0, 1046, 256, 1, 0, 0, 0, 1047, 1048, 3, 85, 42, 0, 1048, 1049, 3, 101, 50, 0, 1049, 1050, 3, 81, 40, 0, 1050, 258, 1, 0, 0, 0, 1051, 1052, 3, 87, 43, 0, 1052, 1053, 3, 65, 32, 0, 1053, 1054, 3, 65, 32, 0, 1054, 260, 1, 0, 0, 0, 1055, 1056, 3, 87, 43, 0, 1056, 1057, 3, 69, 34, 0, 1057, 262, 1, 0, 0, 0, 1058, 1059, 3, 87, 43, 0, 1059, 1060, 3, 85, 42, 0, 1060, 1061, 3, 67, 33, 0, 1061, 1062, 3, 87, 43, 0, 1062, 1063, 3, 69, 34, 0, 1063, 264, 1, 0, 0, 0, 1064, 1065, 3, 87, 43, 0, 1065, 1066, 3, 89, 44, 0, 1066, 1067, 3, 97, 48, 0, 1067, 1068, 3, 75, 37, 0, 1068, 1069, 3, 87, 43, 0, 1069, 1070, 3, 85, 42, 0, 1070, 1071, 3, 59, 29, 0, 1071, 1072, 3, 81, 40, 0, 1072, 266, 1, 0, 0, 0, 1073, 1074, 3, 87, 43, 0, 1074, 1075, 3, 93, 46, 0, 1075, 268, 1, 0, 0, 0, 1076, 1077, 3, 87, 43, 0, 1077, 1078, 3, 97, 48, 0, 1078, 1079, 3, 73, 36, 0, 1079, 1080, 3, 67, 33, 0, 1080, 1081, 3, 93, 46, 0, 1081, 1082, 3, 103, 51, 0, 1082, 1083, 3, 75, 37, 0, 1083, 1084, 3, 95, 47, 0, 1084, 1085, 3, 67, 33, 0, 1085, 270, 1, 0, 0, 0, 1086, 1087, 3, 89, 44, 0, 1087, 1088, 3, 75, 37, 0, 1088, 272, 1, 0, 0, 0, 1089, 1090, 3, 89, 44, 0, 1090, 1091, 3, 93, 46, 0, 1091, 1092, 3, 87, 43, 0, 1092, 1093, 3, 63, 31, 0, 1093, 1094, 3, 67, 33, 0, 1094, 1095, 3, 65, 32, 0, 1095, 1096, 3, 99, 49, 0, 1096, 1097, 3, 93, 46, 0, 1097, 1098, 3, 67, 33, 0, 1098, 274, 1, 0, 0, 0, 1099, 1100, 3, 91, 45, 0, 1100, 1101, 3, 99, 49, 0, 1101, 1102, 3, 67, 33, 0, 1102, 1103, 3, 93, 46, 0, 1103, 1104, 3, 107, 53, 0, 1104, 276, 1, 0, 0, 0, 1105, 1106, 3, 93, 46, 0, 1106, 1107, 3, 67, 33, 0, 1107, 1108, 3, 59, 29, 0, 1108, 1109, 3, 81, 40, 0, 1109, 278, 1, 0, 0, 0, 1110, 1111, 3, 93, 46, 0, 1111, 1112, 3, 67, 33, 0, 1112, 1113, 3, 69, 34, 0, 1113, 1114, 3, 67, 33, 0, 1114, 1115, 3, 93, 46, 0, 1115, 1116, 3, 67, 33, 0, 1116, 1117, 3, 85, 42, 0, 1117, 1118, 3, 63, 31, 0, 1118, 1119, 3, 67, 33, 0, 1119, 280, 1, 0, 0, 0, 1120, 1121, 3, 93, 46, 0, 1121, 1122, 3, 67, 33, 0, 1122, 1123, 3, 83, 41, 0, 1123, 1124, 3, 87, 43, 0, 1124, 1125, 3, 101, 50, 0, 1125, 1126, 3, 67, 33, 0, 1126, 282, 1, 0, 0, 0, 1127, 1128, 3, 93, 46, 0, 1128, 1129, 3, 67, 33, 0, 1129, 1130, 3, 85, 42, 0, 1130, 1131, 3, 59, 29, 0, 1131, 1132, 3, 83, 41, 0, 1132, 1133, 3, 67, 33, 0, 1133, 1134, 3, 65, 32, 0, 1134, 284, 1, 0, 0, 0, 1135, 1136, 3, 93, 46, 0, 1136, 1137, 3, 67, 33, 0, 1137, 1138, 3, 89, 44, 0, 1138, 1139, 3, 67, 33, 0, 1139, 1140, 3, 59, 29, 0, 1140, 1141, 3, 97, 48, 0, 1141, 286, 1, 0, 0, 0, 1142, 1143, 3, 93, 46, 0, 1143, 1144, 3, 67, 33, 0, 1144, 1145, 3, 97, 48, 0, 1145, 1146, 3, 99, 49, 0, 1146, 1147, 3, 93, 46, 0, 1147, 1148, 3, 85, 42, 0, 1148, 288, 1, 0, 0, 0, 1149, 1150, 3, 93, 46, 0, 1150, 1151, 3, 87, 43, 0, 1151, 1152, 3, 81, 40, 0, 1152, 1153, 3, 67, 33, 0, 1153, 1154, 3, 95, 47, 0, 1154, 1155, 3, 87, 43, 0, 1155, 1156, 3, 69, 34, 0, 1156, 290, 1, 0, 0, 0, 1157, 1158, 3, 93, 46, 0, 1158, 1159, 3, 99, 49, 0, 1159, 1160, 3, 81, 40, 0, 1160, 1161, 3, 67, 33, 0, 1161, 292, 1, 0, 0, 0, 1162, 1163, 3, 95, 47, 0, 1163, 1164, 3, 63, 31, 0, 1164, 1165, 3, 73, 36, 0, 1165, 1166, 3, 67, 33, 0, 1166, 1167, 3, 83, 41, 0, 1167, 1168, 3, 59, 29, 0, 1168, 294, 1, 0, 0, 0, 1169, 1170, 3, 95, 47, 0, 1170, 1171, 3, 67, 33, 0, 1171, 1172, 3, 81, 40, 0, 1172, 1173, 3, 67, 33, 0, 1173, 1174, 3, 63, 31, 0, 1174, 1175, 3, 97, 48, 0, 1175, 296, 1, 0, 0, 0, 1176, 1177, 3, 95, 47, 0, 1177, 1178, 3, 67, 33, 0, 1178, 1179, 3, 81, 40, 0, 1179, 1180, 3, 69, 34, 0, 1180, 298, 1, 0, 0, 0, 1181, 1182, 3, 95, 47, 0, 1182, 1183, 3, 67, 33, 0, 1183, 1184, 3, 97, 48, 0, 1184, 300, 1, 0, 0, 0, 1185, 1186, 3, 95, 47, 0, 1186, 1187, 3, 75, 37, 0, 1187, 1188, 3, 85, 42, 0, 1188, 302, 1, 0, 0, 0, 1189, 1190, 3, 95, 47, 0, 1190, 1191, 3, 75, 37, 0, 1191, 1192, 3, 109, 54, 0, 1192, 1193, 3, 67, 33, 0, 1193, 1194, 3, 87, 43, 0, 1194, 1195, 3, 69, 34, 0, 1195, 304, 1, 0, 0, 0, 1196, 1197, 3, 95, 47, 0, 1197, 1198, 3, 79, 39, 0, 1198, 1199, 3, 75, 37, 0, 1199, 1200, 3, 89, 44, 0, 1200, 306, 1, 0, 0, 0, 1201, 1202, 3, 95, 47, 0, 1202, 1203, 3, 91, 45, 0, 1203, 1204, 3, 93, 46, 0, 1204, 1205, 3, 97, 48, 0, 1205, 308, 1, 0, 0, 0, 1206, 1207, 3, 95, 47, 0, 1207, 1208, 3, 97, 48, 0, 1208, 1209, 3, 93, 46, 0, 1209, 1210, 3, 75, 37, 0, 1210, 1211, 3, 85, 42, 0, 1211, 1212, 3, 71, 35, 0, 1212, 310, 1, 0, 0, 0, 1213, 1214, 3, 95, 47, 0, 1214, 1215, 3, 99, 49, 0, 1215, 1216, 3, 61, 30, 0, 1216, 1217, 3, 97, 48, 0, 1217, 1218, 3, 107, 53, 0, 1218, 1219, 3, 89, 44, 0, 1219, 1220, 3, 67, 33, 0, 1220, 312, 1, 0, 0, 0, 1221, 1222, 3, 95, 47, 0, 1222, 1223, 3, 99, 49, 0, 1223, 1224, 3, 61, 30, 0, 1224, 1225, 3, 97, 48, 0, 1225, 1226, 3, 107, 53, 0, 1226, 1227, 3, 89, 44, 0, 1227, 1228, 3, 67, 33, 0, 1228, 1229, 5, 95, 0, 0, 1229, 1230, 3, 63, 31, 0, 1230, 1231, 3, 87, 43, 0, 1231, 1232, 3, 85, 42, 0, 1232, 1233, 3, 95, 47, 0, 1233, 1234, 3, 97, 48, 0, 1234, 1235, 3, 93, 46, 0, 1235, 1236, 3, 59, 29, 0, 1236, 1237, 3, 75, 37, 0, 1237, 1238, 3, 85, 42, 0, 1238, 1239, 3, 97, 48, 0, 1239, 314, 1, 0, 0, 0, 1240, 1241, 3, 95, 47, 0, 1241, 1242, 3, 99, 49, 0, 1242, 1243, 3, 89, 44, 0, 1243, 1244, 3, 67, 33, 0, 1244, 1245, 3, 93, 46, 0, 1245, 1246, 3, 97, 48, 0, 1246, 1247, 3, 107, 53, 0, 1247, 1248, 3, 89, 44, 0, 1248, 1249, 3, 67, 33, 0, 1249, 316, 1, 0, 0, 0, 1250, 1251, 3, 97, 48, 0, 1251, 1252, 3, 59, 29, 0, 1252, 1253, 3, 85, 42, 0, 1253, 318, 1, 0, 0, 0, 1254, 1255, 3, 97, 48, 0, 1255, 1256, 3, 73, 36, 0, 1256, 1257, 3, 67, 33, 0, 1257, 1258, 3, 85, 42, 0, 1258, 320, 1, 0, 0, 0, 1259, 1260, 3, 97, 48, 0, 1260, 1261, 3, 87, 43, 0, 1261, 322, 1, 0, 0, 0, 1262, 1263, 3, 97, 48, 0, 1263, 1264, 3, 93, 46, 0, 1264, 1265, 3, 99, 49, 0, 1265, 1266, 3, 67, 33, 0, 1266, 324, 1, 0, 0, 0, 1267, 1268, 3, 97, 48, 0, 1268, 1269, 3, 107, 53, 0, 1269, 1270, 3, 89, 44, 0, 1270, 1271, 3, 67, 33, 0, 1271, 326, 1, 0, 0, 0, 1272, 1273, 3, 97, 48, 0, 1273, 1274, 3, 107, 53, 0, 1274, 1275, 3, 89, 44, 0, 1275, 1276, 3, 67, 33, 0, 1276, 1277, 3, 87, 43, 0, 1277, 1278, 3, 69, 34, 0, 1278, 328, 1, 0, 0, 0, 1279, 1280, 3, 97, 48, 0, 1280, 1281, 3, 87, 43, 0, 1281, 1282, 3, 97, 48, 0, 1282, 1283, 3, 59, 29, 0, 1283, 1284, 3, 81, 40, 0, 1284, 1285, 5, 95, 0, 0, 1285, 1286, 3, 87, 43, 0, 1286, 1287, 3, 101, 50, 0, 1287, 1288, 3, 67, 33, 0, 1288, 1289, 3, 93, 46, 0, 1289, 330, 1, 0, 0, 0, 1290, 1291, 3, 99, 49, 0, 1291, 1292, 3, 85, 42, 0, 1292, 1293, 3, 75, 37, 0, 1293, 1294, 3, 91, 45, 0, 1294, 1295, 3, 99, 49, 0, 1295, 1296, 3, 67, 33, 0, 1296, 332, 1, 0, 0, 0, 1297, 1298, 3, 99, 49, 0, 1298, 1299, 3, 85, 42, 0, 1299, 1300, 3, 79, 39, 0, 1300, 1301, 3, 85, 42, 0, 1301, 1302, 3, 87, 43, 0, 1302, 1303, 3, 103, 51, 0, 1303, 1304, 3, 85, 42, 0, 1304, 334, 1, 0, 0, 0, 1305, 1306, 3, 99, 49, 0, 1306, 1307, 3, 85, 42, 0, 1307, 1308, 3, 97, 48, 0, 1308, 1309, 3, 75, 37, 0, 1309, 1310, 3, 81, 40, 0, 1310, 336, 1, 0, 0, 0, 1311, 1312, 3, 99, 49, 0, 1312, 1313, 3, 95, 47, 0, 1313, 1314, 3, 67, 33, 0, 1314, 338, 1, 0, 0, 0, 1315, 1316, 3, 99, 49, 0, 1316, 1317, 3, 95, 47, 0, 1317, 1318, 3, 67, 33, 0, 1318, 1319, 3, 65, 32, 0, 1319, 1320, 3, 75, 37, 0, 1320, 1321, 3, 85, 42, 0, 1321, 340, 1, 0, 0, 0, 1322, 1323, 3, 101, 50, 0, 1323, 1324, 3, 59, 29, 0, 1324, 1325, 3, 81, 40, 0, 1325, 1326, 3, 99, 49, 0, 1326, 1327, 3, 67, 33, 0, 1327, 342, 1, 0, 0, 0, 1328, 1329, 3, 101, 50, 0, 1329, 1330, 3, 59, 29, 0, 1330, 1331, 3, 81, 40, 0, 1331, 1332, 3, 99, 49, 0, 1332, 1333, 3, 67, 33, 0, 1333, 1334, 5, 95, 0, 0, 1334, 1335, 3, 75, 37, 0, 1335, 1336, 3, 85, 42, 0, 1336, 344, 1, 0, 0, 0, 1337, 1338, 3, 101, 50, 0, 1338, 1339, 3, 59, 29, 0, 1339, 1340, 3, 81, 40, 0, 1340, 1341, 3, 99, 49, 0, 1341, 1342, 3, 67, 33, 0, 1342, 1343, 5, 95, 0, 0, 1343, 1344, 3, 99, 49, 0, 1344, 1345, 3, 85, 42, 0, 1345, 1346, 3, 75, 37, 0, 1346, 1347, 3, 91, 45, 0, 1347, 1348, 3, 99, 49, 0, 1348, 1349, 3, 67, 33, 0, 1349, 346, 1, 0, 0, 0, 1350, 1351, 3, 101, 50, 0, 1351, 1352, 3, 59, 29, 0, 1352, 1353, 3, 93, 46, 0, 1353, 348, 1, 0, 0, 0, 1354, 1355, 3, 103, 51, 0, 1355, 1356, 3, 75, 37, 0, 1356, 1357, 3, 97, 48, 0, 1357, 1358, 3, 73, 36, 0, 1358, 350, 1, 0, 0, 0, 1359, 1360, 3, 103, 51, 0, 1360, 1361, 3, 73, 36, 0, 1361, 1362, 3, 67, 33, 0, 1362, 1363, 3, 93, 46, 0, 1363, 1364, 3, 67, 33, 0, 1364, 352, 1, 0, 0, 0, 1365, 1366, 3, 103, 51, 0, 1366, 1367, 3, 73, 36, 0, 1367, 1368, 3, 75, 37, 0, 1368, 1369, 3, 81, 40, 0, 1369, 1370, 3, 67, 33, 0, 1370, 354, 1, 0, 0, 0, 1371, 1372, 3, 105, 52, 0, 1372, 1373, 3, 87, 43, 0, 1373, 1374, 3, 93, 46, 0, 1374, 356, 1, 0, 0, 0, 1375, 1376, 7, 26, 0, 0, 1376, 358, 1, 0, 0, 0, 1377, 1378, 7, 27, 0, 0, 1378, 360, 1, 0, 0, 0, 1379, 1383, 3, 359, 179, 0, 1380, 1382, 3, 359, 179, 0, 1381, 1380, 1, 0, 0, 0, 1382, 1385, 1, 0, 0, 0, 1383, 1381, 1, 0, 0, 0, 1383, 1384, 1, 0, 0, 0, 1384, 362, 1, 0, 0, 0, 1385, 1383, 1, 0, 0, 0, 1386, 1387, 3, 369, 184, 0, 1387, 1388, 3, 369, 184, 0, 1388, 1389, 3, 369, 184, 0, 1389, 1390, 3, 369, 184, 0, 1390, 364, 1, 0, 0, 0, 1391, 1394, 3, 359, 179, 0, 1392, 1394, 7, 28, 0, 0, 1393, 1391, 1, 0, 0, 0, 1393, 1392, 1, 0, 0, 0, 1394, 366, 1, 0, 0, 0, 1395, 1396, 7, 29, 0, 0, 1396, 368, 1, 0, 0, 0, 1397, 1398, 3, 365, 182, 0, 1398, 1399, 3, 365, 182, 0, 1399, 370, 1, 0, 0, 0, 1400, 1401, 7, 30, 0, 0, 1401, 372, 1, 0, 0, 0, 1402, 1403, 5, 37, 0, 0, 1403, 1407, 3, 357, 178, 0, 1404, 1406, 3, 357, 178, 0, 1405, 1404, 1, 0, 0, 0, 1406, 1409, 1, 0, 0, 0, 1407, 1405, 1, 0, 0, 0, 1407, 1408, 1, 0, 0, 0, 1408, 374, 1, 0, 0, 0, 1409, 1407, 1, 0, 0, 0, 1410, 1411, 5, 34, 0, 0, 1411, 1415, 3, 363, 181, 0, 1412, 1414, 3, 363, 181, 0, 1413, 1412, 1, 0, 0, 0, 1414, 1417, 1, 0, 0, 0, 1415, 1413, 1, 0, 0, 0, 1415, 1416, 1, 0, 0, 0, 1416, 1418, 1, 0, 0, 0, 1417, 1415, 1, 0, 0, 0, 1418, 1419, 5, 34, 0, 0, 1419, 376, 1, 0, 0, 0, 1420, 1421, 3, 361, 180, 0, 1421, 378, 1, 0, 0, 0, 1422, 1423, 3, 361, 180, 0, 1423, 1425, 5, 46, 0, 0, 1424, 1426, 3, 361, 180, 0, 1425, 1424, 1, 0, 0, 0, 1425, 1426, 1, 0, 0, 0, 1426, 1433, 1, 0, 0, 0, 1427, 1429, 3, 67, 33, 0, 1428, 1430, 3, 371, 185, 0, 1429, 1428, 1, 0, 0, 0, 1429, 1430, 1, 0, 0, 0, 1430, 1431, 1, 0, 0, 0, 1431, 1432, 3, 361, 180, 0, 1432, 1434, 1, 0, 0, 0, 1433, 1427, 1, 0, 0, 0, 1433, 1434, 1, 0, 0, 0, 1434, 380, 1, 0, 0, 0, 1435, 1441, 3, 367, 183, 0, 1436, 1440, 3, 367, 183, 0, 1437, 1440, 3, 359, 179, 0, 1438, 1440, 5, 95, 0, 0, 1439, 1436, 1, 0, 0, 0, 1439, 1437, 1, 0, 0, 0, 1439, 1438, 1, 0, 0, 0, 1440, 1443, 1, 0, 0, 0, 1441, 1439, 1, 0, 0, 0, 1441, 1442, 1, 0, 0, 0, 1442, 382, 1, 0, 0, 0, 1443, 1441, 1, 0, 0, 0, 1444, 1448, 5, 39, 0, 0, 1445, 1447, 9, 0, 0, 0, 1446, 1445, 1, 0, 0, 0, 1447, 1450, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1448, 1446, 1, 0, 0, 0, 1449, 1451, 1, 0, 0, 0, 1450, 1448, 1, 0, 0, 0, 1451, 1452, 5, 39, 0, 0, 1452, 384, 1, 0, 0, 0, 1453, 1454, 5, 40, 0, 0, 1454, 1455, 5, 42, 0, 0, 1455, 1460, 1, 0, 0, 0, 1456, 1459, 3, 385, 192, 0, 1457, 1459, 9, 0, 0, 0, 1458, 1456, 1, 0, 0, 0, 1458, 1457, 1, 0, 0, 0, 1459, 1462, 1, 0, 0, 0, 1460, 1461, 1, 0, 0, 0, 1460, 1458, 1, 0, 0, 0, 1461, 1463, 1, 0, 0, 0, 1462, 1460, 1, 0, 0, 0, 1463, 1464, 5, 42, 0, 0, 1464, 1465, 5, 41, 0, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1467, 6, 192, 0, 0, 1467, 386, 1, 0, 0, 0, 1468, 1469, 5, 45, 0, 0, 1469, 1470, 5, 45, 0, 0, 1470, 1474, 1, 0, 0, 0, 1471, 1473, 8, 31, 0, 0, 1472, 1471, 1, 0, 0, 0, 1473, 1476, 1, 0, 0, 0, 1474, 1472, 1, 0, 0, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1477, 1, 0, 0, 0, 1476, 1474, 1, 0, 0, 0, 1477, 1478, 6, 193, 0, 0, 1478, 388, 1, 0, 0, 0, 1479, 1481, 7, 32, 0, 0, 1480, 1479, 1, 0, 0, 0, 1481, 1482, 1, 0, 0, 0, 1482, 1480, 1, 0, 0, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1485, 6, 194, 1, 0, 1485, 390, 1, 0, 0, 0, 15, 0, 1383, 1393, 1407, 1415, 1425, 1429, 1433, 1439, 1441, 1448, 1458, 1460, 1474, 1482, 2, 0, 2, 0, 0, 1, 0]