expressir 1.4.3 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/codeql.yml +2 -14
- data/.github/workflows/rake.yml +6 -364
- data/.github/workflows/release.yml +15 -178
- data/.github/workflows/stress.yml +1 -18
- data/.rubocop.yml +1 -0
- data/.rubocop_todo.yml +7 -0
- data/Gemfile +13 -0
- data/README.adoc +6 -19
- data/Rakefile +6 -7
- data/expressir.gemspec +23 -32
- data/expressir_wrapped.txt +23068 -0
- data/lib/expressir/cli.rb +1 -1
- data/lib/expressir/express/formatter.rb +661 -661
- data/lib/expressir/express/parser.rb +299 -33
- data/lib/expressir/express/visitor.rb +238 -133
- data/lib/expressir/model/declarations/interface_item.rb +1 -1
- data/lib/expressir/version.rb +1 -1
- metadata +15 -573
- data/.cross_rubies +0 -28
- data/.gitmodules +0 -6
- data/.yardopts +0 -11
- data/exe/generate-parser +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/CMakeLists.txt +0 -191
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2019.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj +0 -652
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlr4cpp-vs2022.vcxproj.filters +0 -948
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/Info.plist +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp-ios/antlrcpp_ios.h +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.pbxproj +0 -3040
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_ios.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/antlrcpp.xcodeproj/xcshareddata/xcschemes/antlr4_static.xcscheme +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.nuspec +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.noarch.targets +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.nuspec +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.props +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.shared.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.nuspec +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/ANTLR4.Runtime.cpp.static.targets +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/antlr4.jpg +0 -0
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/nuget/pack.cmd +0 -93
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorListener.h +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.cpp +0 -10
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRErrorStrategy.h +0 -121
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRFileStream.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ANTLRInputStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BailErrorStrategy.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BaseErrorListener.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.cpp +0 -414
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/BufferedTokenStream.h +0 -200
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CharStream.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.cpp +0 -193
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonToken.h +0 -158
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenFactory.h +0 -74
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.cpp +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/CommonTokenStream.h +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ConsoleErrorListener.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.cpp +0 -336
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DefaultErrorStrategy.h +0 -466
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.cpp +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/DiagnosticErrorListener.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Exceptions.h +0 -99
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.cpp +0 -52
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FailedPredicateException.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashMap.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/FlatHashSet.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.cpp +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InputMismatchException.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/IntStream.h +0 -218
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/InterpreterRuleContext.h +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Lexer.h +0 -196
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerInterpreter.h +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/LexerNoViableAltException.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.cpp +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ListTokenSource.h +0 -88
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.cpp +0 -46
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/NoViableAltException.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.cpp +0 -670
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Parser.h +0 -461
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.cpp +0 -294
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserInterpreter.h +0 -173
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.cpp +0 -138
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ParserRuleContext.h +0 -147
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.cpp +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/ProxyErrorListener.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.cpp +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RecognitionException.h +0 -98
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.cpp +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Recognizer.h +0 -160
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.cpp +0 -144
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContext.h +0 -141
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuleContextWithAltNum.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/RuntimeMetaData.h +0 -155
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Token.h +0 -92
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenFactory.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenSource.h +0 -85
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.cpp +0 -11
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStream.h +0 -137
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.cpp +0 -425
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/TokenStreamRewriter.h +0 -295
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.cpp +0 -208
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedCharStream.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.cpp +0 -270
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/UnbufferedTokenStream.h +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Version.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/Vocabulary.h +0 -177
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/WritableToken.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-common.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/antlr4-runtime.h +0 -168
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.cpp +0 -159
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATN.h +0 -133
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.cpp +0 -106
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfig.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.cpp +0 -233
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNConfigSet.h +0 -157
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializationOptions.h +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.cpp +0 -628
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNDeserializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNSimulator.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNState.h +0 -139
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNStateType.h +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ATNType.h +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.cpp +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ActionTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AmbiguityInfo.h +0 -68
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.cpp +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ArrayPredictionContext.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/AtomTransition.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BasicState.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/BlockStartState.h +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ContextSensitivityInfo.h +0 -47
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.cpp +0 -14
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionEventInfo.h +0 -70
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.cpp +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionInfo.h +0 -227
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/DecisionState.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/EpsilonTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ErrorInfo.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/HashUtils.h +0 -18
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.cpp +0 -189
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LL1Analyzer.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.cpp +0 -67
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNConfig.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.cpp +0 -621
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerATNSimulator.h +0 -199
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.cpp +0 -15
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerAction.h +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.cpp +0 -108
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionExecutor.h +0 -128
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerActionType.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerChannelAction.h +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.cpp +0 -45
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerCustomAction.h +0 -75
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.cpp +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerIndexedCustomAction.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerMoreAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPopModeAction.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerPushModeAction.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerSkipAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LexerTypeAction.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LookaheadEventInfo.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/LoopEndState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.cpp +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/NotSetTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.cpp +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/OrderedATNConfigSet.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.cpp +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParseInfo.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.cpp +0 -1413
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulator.h +0 -911
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ParserATNSimulatorOptions.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusBlockStartState.h +0 -29
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PlusLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PrecedencePredicateTransition.h +0 -35
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateEvalInfo.h +0 -62
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredicateTransition.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.cpp +0 -601
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContext.h +0 -225
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.cpp +0 -56
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextCache.h +0 -63
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.cpp +0 -167
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCache.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextMergeCacheOptions.h +0 -71
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionContextType.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.cpp +0 -202
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/PredictionMode.h +0 -436
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.cpp +0 -179
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/ProfilingATNSimulator.h +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.cpp +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RangeTransition.h +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStartState.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleStopState.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/RuleTransition.h +0 -42
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.cpp +0 -418
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContext.h +0 -237
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SemanticContextType.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SerializedATNView.h +0 -101
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SetTransition.h +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.cpp +0 -79
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/SingletonPredictionContext.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarBlockStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopEntryState.h +0 -37
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.cpp +0 -19
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/StarLoopbackState.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TokensStartState.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/Transition.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.cpp +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/TransitionType.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.cpp +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/atn/WildcardTransition.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.cpp +0 -115
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFA.h +0 -96
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.cpp +0 -60
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFASerializer.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.cpp +0 -59
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/DFAState.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.cpp +0 -17
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/dfa/LexerDFASerializer.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.cpp +0 -100
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/internal/Synchronization.h +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.cpp +0 -124
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/InterpreterDataReader.h +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.cpp +0 -61
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Interval.h +0 -84
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.cpp +0 -508
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/IntervalSet.h +0 -190
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.cpp +0 -120
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/MurmurHash.h +0 -102
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.cpp +0 -4
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/misc/Predicate.h +0 -21
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.cpp +0 -8
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Any.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.cpp +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Arrays.h +0 -149
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/BitSet.h +0 -76
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.cpp +0 -207
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/CPPUtils.h +0 -65
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Casts.h +0 -34
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Declarations.h +0 -161
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.cpp +0 -38
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/StringUtils.h +0 -16
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Unicode.h +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.cpp +0 -242
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/support/Utf8.h +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/AbstractParseTreeVisitor.h +0 -129
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNode.h +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ErrorNodeImpl.h +0 -43
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.cpp +0 -66
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/IterativeParseTreeWalker.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.cpp +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTree.h +0 -111
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeListener.h +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeProperty.h +0 -50
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeType.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeVisitor.h +0 -57
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.cpp +0 -48
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/ParseTreeWalker.h +0 -55
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNode.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.cpp +0 -54
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/TerminalNodeImpl.h +0 -32
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.cpp +0 -241
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/Trees.h +0 -78
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.cpp +0 -9
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/Chunk.h +0 -44
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.cpp +0 -69
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreeMatch.h +0 -132
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.cpp +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePattern.h +0 -105
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.cpp +0 -370
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/ParseTreePatternMatcher.h +0 -185
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.cpp +0 -77
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/RuleTagToken.h +0 -117
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.cpp +0 -39
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TagChunk.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.cpp +0 -28
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TextChunk.h +0 -51
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.cpp +0 -36
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/pattern/TokenTagToken.h +0 -80
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.cpp +0 -154
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPath.h +0 -86
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.cpp +0 -31
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathElement.h +0 -40
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.cpp +0 -180
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.g4 +0 -64
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.h +0 -53
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexer.tokens +0 -12
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.cpp +0 -13
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathLexerErrorListener.h +0 -22
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleAnywhereElement.h +0 -27
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.cpp +0 -30
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathRuleElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.cpp +0 -20
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenAnywhereElement.h +0 -25
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.cpp +0 -33
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathTokenElement.h +0 -26
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.cpp +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardAnywhereElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.cpp +0 -24
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/src/tree/xpath/XPathWildcardElement.h +0 -23
- data/ext/express_parser/antlr4-upstream/runtime/Cpp/runtime/tests/Utf8Test.cpp +0 -110
- data/ext/express_parser/antlrgen/Express.interp +0 -532
- data/ext/express_parser/antlrgen/Express.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressBaseListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseListener.h +0 -623
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressBaseVisitor.h +0 -816
- data/ext/express_parser/antlrgen/ExpressLexer.cpp +0 -685
- data/ext/express_parser/antlrgen/ExpressLexer.h +0 -78
- data/ext/express_parser/antlrgen/ExpressLexer.interp +0 -534
- data/ext/express_parser/antlrgen/ExpressLexer.tokens +0 -190
- data/ext/express_parser/antlrgen/ExpressListener.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressListener.h +0 -616
- data/ext/express_parser/antlrgen/ExpressParser.cpp +0 -17591
- data/ext/express_parser/antlrgen/ExpressParser.h +0 -3692
- data/ext/express_parser/antlrgen/ExpressVisitor.cpp +0 -7
- data/ext/express_parser/antlrgen/ExpressVisitor.h +0 -422
- data/ext/express_parser/express_parser.cpp +0 -19405
- data/ext/express_parser/extconf.rb +0 -63
- data/rakelib/antlr4-native.rake +0 -173
- data/rakelib/cross-ruby.rake +0 -403
- data/spec/acceptance/version_spec.rb +0 -30
- data/spec/expressir/express/cache_spec.rb +0 -89
- data/spec/expressir/express/formatter_spec.rb +0 -171
- data/spec/expressir/express/parser_spec.rb +0 -141
- data/spec/expressir/model/model_element_spec.rb +0 -343
- data/spec/spec_helper.rb +0 -24
- data/spec/support/console_helper.rb +0 -29
- data/spec/syntax/multiple.exp +0 -23
- data/spec/syntax/multiple.yaml +0 -198
- data/spec/syntax/multiple_formatted.exp +0 -71
- data/spec/syntax/multiple_hyperlink_formatted.exp +0 -71
- data/spec/syntax/multiple_schema_head_hyperlink_formatted.exp +0 -13
- data/spec/syntax/remark.exp +0 -193
- data/spec/syntax/remark.yaml +0 -471
- data/spec/syntax/remark_formatted.exp +0 -228
- data/spec/syntax/single.exp +0 -4
- data/spec/syntax/single.yaml +0 -18
- data/spec/syntax/single_formatted.exp +0 -10
- data/spec/syntax/single_formatted.yaml +0 -36
- data/spec/syntax/syntax.exp +0 -333
- data/spec/syntax/syntax.yaml +0 -3509
- data/spec/syntax/syntax_formatted.exp +0 -902
- data/spec/syntax/syntax_hyperlink_formatted.exp +0 -902
- data/spec/syntax/syntax_schema_head_formatted.exp +0 -18
@@ -1,532 +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
|
-
attributeRef
|
331
|
-
constantRef
|
332
|
-
entityRef
|
333
|
-
enumerationRef
|
334
|
-
functionRef
|
335
|
-
parameterRef
|
336
|
-
procedureRef
|
337
|
-
ruleLabelRef
|
338
|
-
ruleRef
|
339
|
-
schemaRef
|
340
|
-
subtypeConstraintRef
|
341
|
-
typeLabelRef
|
342
|
-
typeRef
|
343
|
-
variableRef
|
344
|
-
abstractEntityDeclaration
|
345
|
-
abstractSupertype
|
346
|
-
abstractSupertypeDeclaration
|
347
|
-
actualParameterList
|
348
|
-
addLikeOp
|
349
|
-
aggregateInitializer
|
350
|
-
aggregateSource
|
351
|
-
aggregateType
|
352
|
-
aggregationTypes
|
353
|
-
algorithmHead
|
354
|
-
aliasStmt
|
355
|
-
arrayType
|
356
|
-
assignmentStmt
|
357
|
-
attributeDecl
|
358
|
-
attributeId
|
359
|
-
attributeQualifier
|
360
|
-
bagType
|
361
|
-
binaryType
|
362
|
-
booleanType
|
363
|
-
bound1
|
364
|
-
bound2
|
365
|
-
boundSpec
|
366
|
-
builtInConstant
|
367
|
-
builtInFunction
|
368
|
-
builtInProcedure
|
369
|
-
caseAction
|
370
|
-
caseLabel
|
371
|
-
caseStmt
|
372
|
-
compoundStmt
|
373
|
-
concreteTypes
|
374
|
-
constantBody
|
375
|
-
constantDecl
|
376
|
-
constantFactor
|
377
|
-
constantId
|
378
|
-
constructedTypes
|
379
|
-
declaration
|
380
|
-
derivedAttr
|
381
|
-
deriveClause
|
382
|
-
domainRule
|
383
|
-
element
|
384
|
-
entityBody
|
385
|
-
entityConstructor
|
386
|
-
entityDecl
|
387
|
-
entityHead
|
388
|
-
entityId
|
389
|
-
enumerationExtension
|
390
|
-
enumerationId
|
391
|
-
enumerationItems
|
392
|
-
enumerationItem
|
393
|
-
enumerationReference
|
394
|
-
enumerationType
|
395
|
-
escapeStmt
|
396
|
-
explicitAttr
|
397
|
-
expression
|
398
|
-
factor
|
399
|
-
formalParameter
|
400
|
-
functionCall
|
401
|
-
functionDecl
|
402
|
-
functionHead
|
403
|
-
functionId
|
404
|
-
generalizedTypes
|
405
|
-
generalAggregationTypes
|
406
|
-
generalArrayType
|
407
|
-
generalBagType
|
408
|
-
generalListType
|
409
|
-
generalRef
|
410
|
-
generalSetType
|
411
|
-
genericEntityType
|
412
|
-
genericType
|
413
|
-
groupQualifier
|
414
|
-
ifStmt
|
415
|
-
ifStmtStatements
|
416
|
-
ifStmtElseStatements
|
417
|
-
increment
|
418
|
-
incrementControl
|
419
|
-
index
|
420
|
-
index1
|
421
|
-
index2
|
422
|
-
indexQualifier
|
423
|
-
instantiableType
|
424
|
-
integerType
|
425
|
-
interfaceSpecification
|
426
|
-
interval
|
427
|
-
intervalHigh
|
428
|
-
intervalItem
|
429
|
-
intervalLow
|
430
|
-
intervalOp
|
431
|
-
inverseAttr
|
432
|
-
inverseAttrType
|
433
|
-
inverseClause
|
434
|
-
listType
|
435
|
-
literal
|
436
|
-
localDecl
|
437
|
-
localVariable
|
438
|
-
logicalExpression
|
439
|
-
logicalLiteral
|
440
|
-
logicalType
|
441
|
-
multiplicationLikeOp
|
442
|
-
namedTypes
|
443
|
-
namedTypeOrRename
|
444
|
-
nullStmt
|
445
|
-
numberType
|
446
|
-
numericExpression
|
447
|
-
oneOf
|
448
|
-
parameter
|
449
|
-
parameterId
|
450
|
-
parameterType
|
451
|
-
population
|
452
|
-
precisionSpec
|
453
|
-
primary
|
454
|
-
procedureCallStmt
|
455
|
-
procedureDecl
|
456
|
-
procedureHead
|
457
|
-
procedureHeadParameter
|
458
|
-
procedureId
|
459
|
-
qualifiableFactor
|
460
|
-
qualifiedAttribute
|
461
|
-
qualifier
|
462
|
-
queryExpression
|
463
|
-
realType
|
464
|
-
redeclaredAttribute
|
465
|
-
referencedAttribute
|
466
|
-
referenceClause
|
467
|
-
relOp
|
468
|
-
relOpExtended
|
469
|
-
renameId
|
470
|
-
repeatControl
|
471
|
-
repeatStmt
|
472
|
-
repetition
|
473
|
-
resourceOrRename
|
474
|
-
resourceRef
|
475
|
-
returnStmt
|
476
|
-
ruleDecl
|
477
|
-
ruleHead
|
478
|
-
ruleId
|
479
|
-
ruleLabelId
|
480
|
-
schemaBody
|
481
|
-
schemaBodyDeclaration
|
482
|
-
schemaDecl
|
483
|
-
schemaId
|
484
|
-
schemaVersionId
|
485
|
-
selector
|
486
|
-
selectExtension
|
487
|
-
selectList
|
488
|
-
selectType
|
489
|
-
setType
|
490
|
-
simpleExpression
|
491
|
-
simpleFactor
|
492
|
-
simpleFactorExpression
|
493
|
-
simpleFactorUnaryExpression
|
494
|
-
simpleTypes
|
495
|
-
skipStmt
|
496
|
-
stmt
|
497
|
-
stringLiteral
|
498
|
-
stringType
|
499
|
-
subsuper
|
500
|
-
subtypeConstraint
|
501
|
-
subtypeConstraintBody
|
502
|
-
subtypeConstraintDecl
|
503
|
-
subtypeConstraintHead
|
504
|
-
subtypeConstraintId
|
505
|
-
subtypeDeclaration
|
506
|
-
supertypeConstraint
|
507
|
-
supertypeExpression
|
508
|
-
supertypeFactor
|
509
|
-
supertypeRule
|
510
|
-
supertypeTerm
|
511
|
-
syntax
|
512
|
-
term
|
513
|
-
totalOver
|
514
|
-
typeDecl
|
515
|
-
typeId
|
516
|
-
typeLabel
|
517
|
-
typeLabelId
|
518
|
-
unaryOp
|
519
|
-
underlyingType
|
520
|
-
uniqueClause
|
521
|
-
uniqueRule
|
522
|
-
untilControl
|
523
|
-
useClause
|
524
|
-
variableId
|
525
|
-
whereClause
|
526
|
-
whileControl
|
527
|
-
width
|
528
|
-
widthSpec
|
529
|
-
|
530
|
-
|
531
|
-
atn:
|
532
|
-
[4, 1, 161, 1643, 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, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 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, 10, 1, 10, 1, 11, 1, 11, 1, 12, 1, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 3, 16, 436, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 5, 17, 442, 8, 17, 10, 17, 12, 17, 445, 9, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 5, 19, 455, 8, 19, 10, 19, 12, 19, 458, 9, 19, 3, 19, 460, 8, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 3, 21, 469, 8, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 478, 8, 22, 1, 23, 5, 23, 481, 8, 23, 10, 23, 12, 23, 484, 9, 23, 1, 23, 3, 23, 487, 8, 23, 1, 23, 3, 23, 490, 8, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 5, 24, 497, 8, 24, 10, 24, 12, 24, 500, 9, 24, 1, 24, 1, 24, 1, 24, 5, 24, 505, 8, 24, 10, 24, 12, 24, 508, 9, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 517, 8, 25, 1, 25, 3, 25, 520, 8, 25, 1, 25, 1, 25, 1, 26, 1, 26, 5, 26, 526, 8, 26, 10, 26, 12, 26, 529, 9, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 3, 27, 537, 8, 27, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 3, 30, 546, 8, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 3, 31, 553, 8, 31, 1, 32, 1, 32, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 5, 39, 576, 8, 39, 10, 39, 12, 39, 579, 9, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 5, 41, 590, 8, 41, 10, 41, 12, 41, 593, 9, 41, 1, 41, 1, 41, 1, 41, 3, 41, 598, 8, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 5, 42, 606, 8, 42, 10, 42, 12, 42, 609, 9, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 3, 43, 617, 8, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 5, 45, 629, 8, 45, 10, 45, 12, 45, 632, 9, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 3, 46, 639, 8, 46, 1, 47, 1, 47, 1, 48, 1, 48, 3, 48, 645, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 652, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 5, 51, 664, 8, 51, 10, 51, 12, 51, 667, 9, 51, 1, 52, 1, 52, 1, 52, 3, 52, 672, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 3, 53, 679, 8, 53, 1, 54, 5, 54, 682, 8, 54, 10, 54, 12, 54, 685, 9, 54, 1, 54, 3, 54, 688, 8, 54, 1, 54, 3, 54, 691, 8, 54, 1, 54, 3, 54, 694, 8, 54, 1, 54, 3, 54, 697, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 704, 8, 55, 10, 55, 12, 55, 707, 9, 55, 3, 55, 709, 8, 55, 1, 55, 1, 55, 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, 59, 1, 59, 1, 59, 1, 59, 3, 59, 729, 8, 59, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 737, 8, 61, 10, 61, 12, 61, 740, 9, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 3, 63, 749, 8, 63, 1, 63, 1, 63, 1, 64, 3, 64, 754, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 760, 8, 64, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 5, 66, 768, 8, 66, 10, 66, 12, 66, 771, 9, 66, 1, 66, 1, 66, 3, 66, 775, 8, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 784, 8, 67, 1, 68, 1, 68, 1, 68, 3, 68, 789, 8, 68, 1, 69, 1, 69, 1, 69, 5, 69, 794, 8, 69, 10, 69, 12, 69, 797, 9, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 3, 70, 804, 8, 70, 1, 70, 3, 70, 807, 8, 70, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 813, 8, 71, 10, 71, 12, 71, 816, 9, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 827, 8, 72, 10, 72, 12, 72, 830, 9, 72, 1, 72, 1, 72, 3, 72, 834, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 846, 8, 74, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 852, 8, 75, 1, 76, 1, 76, 3, 76, 856, 8, 76, 1, 76, 1, 76, 3, 76, 860, 8, 76, 1, 76, 3, 76, 863, 8, 76, 1, 76, 1, 76, 1, 77, 1, 77, 3, 77, 869, 8, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 3, 78, 876, 8, 78, 1, 78, 1, 78, 3, 78, 880, 8, 78, 1, 78, 1, 78, 1, 79, 1, 79, 3, 79, 886, 8, 79, 1, 80, 1, 80, 3, 80, 890, 8, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 3, 81, 898, 8, 81, 1, 82, 1, 82, 1, 82, 3, 82, 903, 8, 82, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 914, 8, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 5, 85, 921, 8, 85, 10, 85, 12, 85, 924, 9, 85, 1, 86, 1, 86, 5, 86, 928, 8, 86, 10, 86, 12, 86, 931, 9, 86, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 942, 8, 88, 1, 89, 1, 89, 1, 90, 1, 90, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 954, 8, 92, 1, 92, 1, 92, 1, 93, 1, 93, 3, 93, 960, 8, 93, 1, 94, 1, 94, 1, 95, 1, 95, 3, 95, 966, 8, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 991, 8, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 3, 102, 998, 8, 102, 1, 102, 3, 102, 1001, 8, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 5, 103, 1008, 8, 103, 10, 103, 12, 103, 1011, 9, 103, 1, 104, 1, 104, 3, 104, 1015, 8, 104, 1, 104, 1, 104, 3, 104, 1019, 8, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1028, 8, 105, 1, 106, 1, 106, 1, 106, 5, 106, 1033, 8, 106, 10, 106, 12, 106, 1036, 9, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 5, 107, 1044, 8, 107, 10, 107, 12, 107, 1047, 9, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1053, 8, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 112, 1, 112, 3, 112, 1067, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 1073, 8, 113, 3, 113, 1075, 8, 113, 1, 114, 1, 114, 1, 115, 1, 115, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 5, 117, 1088, 8, 117, 10, 117, 12, 117, 1091, 9, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 3, 120, 1102, 8, 120, 1, 121, 1, 121, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 5, 123, 1111, 8, 123, 10, 123, 12, 123, 1114, 9, 123, 3, 123, 1116, 8, 123, 1, 124, 1, 124, 3, 124, 1120, 8, 124, 1, 124, 3, 124, 1123, 8, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 5, 125, 1130, 8, 125, 10, 125, 12, 125, 1133, 9, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 5, 126, 1144, 8, 126, 10, 126, 12, 126, 1147, 9, 126, 1, 126, 1, 126, 3, 126, 1151, 8, 126, 1, 126, 1, 126, 1, 127, 3, 127, 1156, 8, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 1167, 8, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 3, 131, 1176, 8, 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, 133, 1, 133, 3, 133, 1192, 8, 133, 1, 134, 1, 134, 1, 134, 3, 134, 1197, 8, 134, 1, 135, 1, 135, 3, 135, 1201, 8, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 1210, 8, 136, 10, 136, 12, 136, 1213, 9, 136, 1, 136, 1, 136, 3, 136, 1217, 8, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 3, 138, 1226, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 1233, 8, 139, 1, 140, 3, 140, 1236, 8, 140, 1, 140, 3, 140, 1239, 8, 140, 1, 140, 3, 140, 1242, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 5, 141, 1249, 8, 141, 10, 141, 12, 141, 1252, 9, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 3, 143, 1262, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 1269, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 1276, 8, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 5, 146, 1283, 8, 146, 10, 146, 12, 146, 1286, 9, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 5, 147, 1299, 8, 147, 10, 147, 12, 147, 1302, 9, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 149, 1, 149, 1, 150, 5, 150, 1312, 8, 150, 10, 150, 12, 150, 1315, 9, 150, 1, 150, 3, 150, 1318, 8, 150, 1, 150, 5, 150, 1321, 8, 150, 10, 150, 12, 150, 1324, 9, 150, 1, 151, 1, 151, 3, 151, 1328, 8, 151, 1, 152, 1, 152, 1, 152, 3, 152, 1333, 8, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 1350, 8, 156, 1, 157, 1, 157, 1, 157, 1, 157, 5, 157, 1356, 8, 157, 10, 157, 12, 157, 1359, 9, 157, 1, 157, 1, 157, 1, 158, 1, 158, 3, 158, 1365, 8, 158, 3, 158, 1367, 8, 158, 1, 158, 1, 158, 1, 158, 3, 158, 1372, 8, 158, 1, 159, 1, 159, 3, 159, 1376, 8, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 5, 160, 1385, 8, 160, 10, 160, 12, 160, 1388, 9, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 1397, 8, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 1404, 8, 162, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 1416, 8, 164, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 1432, 8, 166, 1, 167, 1, 167, 1, 168, 1, 168, 3, 168, 1438, 8, 168, 1, 169, 3, 169, 1441, 8, 169, 1, 169, 3, 169, 1444, 8, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 3, 171, 1452, 8, 171, 1, 171, 3, 171, 1455, 8, 171, 1, 171, 1, 171, 1, 171, 3, 171, 1460, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 5, 175, 1481, 8, 175, 10, 175, 12, 175, 1484, 9, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 3, 176, 1491, 8, 176, 1, 177, 1, 177, 1, 177, 5, 177, 1496, 8, 177, 10, 177, 12, 177, 1499, 9, 177, 1, 178, 1, 178, 1, 178, 5, 178, 1504, 8, 178, 10, 178, 12, 178, 1507, 9, 178, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 1518, 8, 180, 1, 181, 4, 181, 1521, 8, 181, 11, 181, 12, 181, 1522, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 1531, 8, 182, 10, 182, 12, 182, 1534, 9, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 5, 183, 1541, 8, 183, 10, 183, 12, 183, 1544, 9, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 1555, 8, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 3, 186, 1564, 8, 186, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 3, 189, 1572, 8, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 5, 190, 1580, 8, 190, 10, 190, 12, 190, 1583, 9, 190, 1, 191, 1, 191, 1, 191, 3, 191, 1588, 8, 191, 1, 191, 1, 191, 1, 191, 5, 191, 1593, 8, 191, 10, 191, 12, 191, 1596, 9, 191, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 5, 193, 1608, 8, 193, 10, 193, 12, 193, 1611, 9, 193, 1, 193, 1, 193, 3, 193, 1615, 8, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 5, 195, 1627, 8, 195, 10, 195, 12, 195, 1630, 9, 195, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 1641, 8, 198, 1, 198, 0, 0, 199, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 0, 11, 3, 0, 5, 6, 108, 108, 152, 152, 4, 0, 12, 12, 50, 50, 110, 110, 123, 123, 19, 0, 30, 30, 32, 32, 39, 40, 45, 45, 51, 51, 72, 73, 78, 78, 83, 84, 90, 90, 93, 93, 95, 97, 99, 99, 103, 104, 119, 119, 125, 126, 128, 128, 133, 133, 138, 138, 144, 147, 2, 0, 87, 87, 115, 115, 1, 0, 17, 18, 2, 0, 41, 41, 124, 124, 3, 0, 75, 75, 136, 136, 141, 141, 4, 0, 19, 21, 35, 35, 53, 53, 100, 100, 2, 0, 17, 18, 24, 29, 2, 0, 154, 154, 158, 158, 2, 0, 5, 6, 101, 101, 1642, 0, 398, 1, 0, 0, 0, 2, 400, 1, 0, 0, 0, 4, 402, 1, 0, 0, 0, 6, 404, 1, 0, 0, 0, 8, 406, 1, 0, 0, 0, 10, 408, 1, 0, 0, 0, 12, 410, 1, 0, 0, 0, 14, 412, 1, 0, 0, 0, 16, 414, 1, 0, 0, 0, 18, 416, 1, 0, 0, 0, 20, 418, 1, 0, 0, 0, 22, 420, 1, 0, 0, 0, 24, 422, 1, 0, 0, 0, 26, 424, 1, 0, 0, 0, 28, 426, 1, 0, 0, 0, 30, 428, 1, 0, 0, 0, 32, 432, 1, 0, 0, 0, 34, 437, 1, 0, 0, 0, 36, 448, 1, 0, 0, 0, 38, 450, 1, 0, 0, 0, 40, 463, 1, 0, 0, 0, 42, 465, 1, 0, 0, 0, 44, 477, 1, 0, 0, 0, 46, 482, 1, 0, 0, 0, 48, 491, 1, 0, 0, 0, 50, 512, 1, 0, 0, 0, 52, 523, 1, 0, 0, 0, 54, 536, 1, 0, 0, 0, 56, 538, 1, 0, 0, 0, 58, 540, 1, 0, 0, 0, 60, 543, 1, 0, 0, 0, 62, 550, 1, 0, 0, 0, 64, 554, 1, 0, 0, 0, 66, 556, 1, 0, 0, 0, 68, 558, 1, 0, 0, 0, 70, 560, 1, 0, 0, 0, 72, 566, 1, 0, 0, 0, 74, 568, 1, 0, 0, 0, 76, 570, 1, 0, 0, 0, 78, 572, 1, 0, 0, 0, 80, 583, 1, 0, 0, 0, 82, 585, 1, 0, 0, 0, 84, 602, 1, 0, 0, 0, 86, 616, 1, 0, 0, 0, 88, 618, 1, 0, 0, 0, 90, 625, 1, 0, 0, 0, 92, 638, 1, 0, 0, 0, 94, 640, 1, 0, 0, 0, 96, 644, 1, 0, 0, 0, 98, 651, 1, 0, 0, 0, 100, 653, 1, 0, 0, 0, 102, 660, 1, 0, 0, 0, 104, 671, 1, 0, 0, 0, 106, 675, 1, 0, 0, 0, 108, 683, 1, 0, 0, 0, 110, 698, 1, 0, 0, 0, 112, 712, 1, 0, 0, 0, 114, 717, 1, 0, 0, 0, 116, 722, 1, 0, 0, 0, 118, 724, 1, 0, 0, 0, 120, 730, 1, 0, 0, 0, 122, 732, 1, 0, 0, 0, 124, 743, 1, 0, 0, 0, 126, 748, 1, 0, 0, 0, 128, 753, 1, 0, 0, 0, 130, 761, 1, 0, 0, 0, 132, 764, 1, 0, 0, 0, 134, 779, 1, 0, 0, 0, 136, 785, 1, 0, 0, 0, 138, 790, 1, 0, 0, 0, 140, 803, 1, 0, 0, 0, 142, 808, 1, 0, 0, 0, 144, 820, 1, 0, 0, 0, 146, 839, 1, 0, 0, 0, 148, 845, 1, 0, 0, 0, 150, 851, 1, 0, 0, 0, 152, 853, 1, 0, 0, 0, 154, 866, 1, 0, 0, 0, 156, 873, 1, 0, 0, 0, 158, 885, 1, 0, 0, 0, 160, 887, 1, 0, 0, 0, 162, 894, 1, 0, 0, 0, 164, 899, 1, 0, 0, 0, 166, 904, 1, 0, 0, 0, 168, 907, 1, 0, 0, 0, 170, 918, 1, 0, 0, 0, 172, 925, 1, 0, 0, 0, 174, 932, 1, 0, 0, 0, 176, 934, 1, 0, 0, 0, 178, 943, 1, 0, 0, 0, 180, 945, 1, 0, 0, 0, 182, 947, 1, 0, 0, 0, 184, 949, 1, 0, 0, 0, 186, 959, 1, 0, 0, 0, 188, 961, 1, 0, 0, 0, 190, 965, 1, 0, 0, 0, 192, 967, 1, 0, 0, 0, 194, 975, 1, 0, 0, 0, 196, 977, 1, 0, 0, 0, 198, 979, 1, 0, 0, 0, 200, 981, 1, 0, 0, 0, 202, 983, 1, 0, 0, 0, 204, 1000, 1, 0, 0, 0, 206, 1004, 1, 0, 0, 0, 208, 1012, 1, 0, 0, 0, 210, 1027, 1, 0, 0, 0, 212, 1029, 1, 0, 0, 0, 214, 1040, 1, 0, 0, 0, 216, 1056, 1, 0, 0, 0, 218, 1058, 1, 0, 0, 0, 220, 1060, 1, 0, 0, 0, 222, 1062, 1, 0, 0, 0, 224, 1066, 1, 0, 0, 0, 226, 1068, 1, 0, 0, 0, 228, 1076, 1, 0, 0, 0, 230, 1078, 1, 0, 0, 0, 232, 1080, 1, 0, 0, 0, 234, 1082, 1, 0, 0, 0, 236, 1094, 1, 0, 0, 0, 238, 1096, 1, 0, 0, 0, 240, 1101, 1, 0, 0, 0, 242, 1103, 1, 0, 0, 0, 244, 1105, 1, 0, 0, 0, 246, 1115, 1, 0, 0, 0, 248, 1119, 1, 0, 0, 0, 250, 1126, 1, 0, 0, 0, 252, 1137, 1, 0, 0, 0, 254, 1155, 1, 0, 0, 0, 256, 1159, 1, 0, 0, 0, 258, 1166, 1, 0, 0, 0, 260, 1168, 1, 0, 0, 0, 262, 1175, 1, 0, 0, 0, 264, 1177, 1, 0, 0, 0, 266, 1186, 1, 0, 0, 0, 268, 1193, 1, 0, 0, 0, 270, 1200, 1, 0, 0, 0, 272, 1202, 1, 0, 0, 0, 274, 1220, 1, 0, 0, 0, 276, 1225, 1, 0, 0, 0, 278, 1232, 1, 0, 0, 0, 280, 1235, 1, 0, 0, 0, 282, 1243, 1, 0, 0, 0, 284, 1256, 1, 0, 0, 0, 286, 1258, 1, 0, 0, 0, 288, 1268, 1, 0, 0, 0, 290, 1270, 1, 0, 0, 0, 292, 1279, 1, 0, 0, 0, 294, 1291, 1, 0, 0, 0, 296, 1306, 1, 0, 0, 0, 298, 1308, 1, 0, 0, 0, 300, 1313, 1, 0, 0, 0, 302, 1327, 1, 0, 0, 0, 304, 1329, 1, 0, 0, 0, 306, 1339, 1, 0, 0, 0, 308, 1341, 1, 0, 0, 0, 310, 1343, 1, 0, 0, 0, 312, 1345, 1, 0, 0, 0, 314, 1351, 1, 0, 0, 0, 316, 1366, 1, 0, 0, 0, 318, 1373, 1, 0, 0, 0, 320, 1380, 1, 0, 0, 0, 322, 1396, 1, 0, 0, 0, 324, 1403, 1, 0, 0, 0, 326, 1405, 1, 0, 0, 0, 328, 1415, 1, 0, 0, 0, 330, 1417, 1, 0, 0, 0, 332, 1431, 1, 0, 0, 0, 334, 1433, 1, 0, 0, 0, 336, 1435, 1, 0, 0, 0, 338, 1440, 1, 0, 0, 0, 340, 1445, 1, 0, 0, 0, 342, 1451, 1, 0, 0, 0, 344, 1461, 1, 0, 0, 0, 346, 1466, 1, 0, 0, 0, 348, 1472, 1, 0, 0, 0, 350, 1474, 1, 0, 0, 0, 352, 1490, 1, 0, 0, 0, 354, 1492, 1, 0, 0, 0, 356, 1500, 1, 0, 0, 0, 358, 1508, 1, 0, 0, 0, 360, 1517, 1, 0, 0, 0, 362, 1520, 1, 0, 0, 0, 364, 1526, 1, 0, 0, 0, 366, 1535, 1, 0, 0, 0, 368, 1548, 1, 0, 0, 0, 370, 1559, 1, 0, 0, 0, 372, 1563, 1, 0, 0, 0, 374, 1565, 1, 0, 0, 0, 376, 1567, 1, 0, 0, 0, 378, 1571, 1, 0, 0, 0, 380, 1573, 1, 0, 0, 0, 382, 1587, 1, 0, 0, 0, 384, 1597, 1, 0, 0, 0, 386, 1600, 1, 0, 0, 0, 388, 1618, 1, 0, 0, 0, 390, 1620, 1, 0, 0, 0, 392, 1631, 1, 0, 0, 0, 394, 1634, 1, 0, 0, 0, 396, 1636, 1, 0, 0, 0, 398, 399, 3, 56, 28, 0, 399, 1, 1, 0, 0, 0, 400, 401, 3, 94, 47, 0, 401, 3, 1, 0, 0, 0, 402, 403, 3, 116, 58, 0, 403, 5, 1, 0, 0, 0, 404, 405, 3, 120, 60, 0, 405, 7, 1, 0, 0, 0, 406, 407, 3, 146, 73, 0, 407, 9, 1, 0, 0, 0, 408, 409, 3, 238, 119, 0, 409, 11, 1, 0, 0, 0, 410, 411, 3, 256, 128, 0, 411, 13, 1, 0, 0, 0, 412, 413, 3, 298, 149, 0, 413, 15, 1, 0, 0, 0, 414, 415, 3, 296, 148, 0, 415, 17, 1, 0, 0, 0, 416, 417, 3, 306, 153, 0, 417, 19, 1, 0, 0, 0, 418, 419, 3, 348, 174, 0, 419, 21, 1, 0, 0, 0, 420, 421, 3, 374, 187, 0, 421, 23, 1, 0, 0, 0, 422, 423, 3, 370, 185, 0, 423, 25, 1, 0, 0, 0, 424, 425, 3, 388, 194, 0, 425, 27, 1, 0, 0, 0, 426, 427, 5, 31, 0, 0, 427, 29, 1, 0, 0, 0, 428, 429, 5, 31, 0, 0, 429, 430, 5, 132, 0, 0, 430, 431, 5, 1, 0, 0, 431, 31, 1, 0, 0, 0, 432, 433, 5, 31, 0, 0, 433, 435, 5, 132, 0, 0, 434, 436, 3, 340, 170, 0, 435, 434, 1, 0, 0, 0, 435, 436, 1, 0, 0, 0, 436, 33, 1, 0, 0, 0, 437, 438, 5, 2, 0, 0, 438, 443, 3, 236, 118, 0, 439, 440, 5, 3, 0, 0, 440, 442, 3, 236, 118, 0, 441, 439, 1, 0, 0, 0, 442, 445, 1, 0, 0, 0, 443, 441, 1, 0, 0, 0, 443, 444, 1, 0, 0, 0, 444, 446, 1, 0, 0, 0, 445, 443, 1, 0, 0, 0, 446, 447, 5, 4, 0, 0, 447, 35, 1, 0, 0, 0, 448, 449, 7, 0, 0, 0, 449, 37, 1, 0, 0, 0, 450, 459, 5, 7, 0, 0, 451, 456, 3, 106, 53, 0, 452, 453, 5, 3, 0, 0, 453, 455, 3, 106, 53, 0, 454, 452, 1, 0, 0, 0, 455, 458, 1, 0, 0, 0, 456, 454, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 460, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 459, 451, 1, 0, 0, 0, 459, 460, 1, 0, 0, 0, 460, 461, 1, 0, 0, 0, 461, 462, 5, 8, 0, 0, 462, 39, 1, 0, 0, 0, 463, 464, 3, 320, 160, 0, 464, 41, 1, 0, 0, 0, 465, 468, 5, 33, 0, 0, 466, 467, 5, 9, 0, 0, 467, 469, 3, 372, 186, 0, 468, 466, 1, 0, 0, 0, 468, 469, 1, 0, 0, 0, 469, 470, 1, 0, 0, 0, 470, 471, 5, 105, 0, 0, 471, 472, 3, 240, 120, 0, 472, 43, 1, 0, 0, 0, 473, 478, 3, 50, 25, 0, 474, 478, 3, 60, 30, 0, 475, 478, 3, 208, 104, 0, 476, 478, 3, 318, 159, 0, 477, 473, 1, 0, 0, 0, 477, 474, 1, 0, 0, 0, 477, 475, 1, 0, 0, 0, 477, 476, 1, 0, 0, 0, 478, 45, 1, 0, 0, 0, 479, 481, 3, 98, 49, 0, 480, 479, 1, 0, 0, 0, 481, 484, 1, 0, 0, 0, 482, 480, 1, 0, 0, 0, 482, 483, 1, 0, 0, 0, 483, 486, 1, 0, 0, 0, 484, 482, 1, 0, 0, 0, 485, 487, 3, 90, 45, 0, 486, 485, 1, 0, 0, 0, 486, 487, 1, 0, 0, 0, 487, 489, 1, 0, 0, 0, 488, 490, 3, 212, 106, 0, 489, 488, 1, 0, 0, 0, 489, 490, 1, 0, 0, 0, 490, 47, 1, 0, 0, 0, 491, 492, 5, 34, 0, 0, 492, 493, 3, 388, 194, 0, 493, 494, 5, 77, 0, 0, 494, 498, 3, 158, 79, 0, 495, 497, 3, 262, 131, 0, 496, 495, 1, 0, 0, 0, 497, 500, 1, 0, 0, 0, 498, 496, 1, 0, 0, 0, 498, 499, 1, 0, 0, 0, 499, 501, 1, 0, 0, 0, 500, 498, 1, 0, 0, 0, 501, 502, 5, 1, 0, 0, 502, 506, 3, 332, 166, 0, 503, 505, 3, 332, 166, 0, 504, 503, 1, 0, 0, 0, 505, 508, 1, 0, 0, 0, 506, 504, 1, 0, 0, 0, 506, 507, 1, 0, 0, 0, 507, 509, 1, 0, 0, 0, 508, 506, 1, 0, 0, 0, 509, 510, 5, 56, 0, 0, 510, 511, 5, 1, 0, 0, 511, 49, 1, 0, 0, 0, 512, 513, 5, 37, 0, 0, 513, 514, 3, 70, 35, 0, 514, 516, 5, 105, 0, 0, 515, 517, 5, 107, 0, 0, 516, 515, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 519, 1, 0, 0, 0, 518, 520, 5, 140, 0, 0, 519, 518, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 521, 1, 0, 0, 0, 521, 522, 3, 186, 93, 0, 522, 51, 1, 0, 0, 0, 523, 527, 3, 158, 79, 0, 524, 526, 3, 262, 131, 0, 525, 524, 1, 0, 0, 0, 526, 529, 1, 0, 0, 0, 527, 525, 1, 0, 0, 0, 527, 528, 1, 0, 0, 0, 528, 530, 1, 0, 0, 0, 529, 527, 1, 0, 0, 0, 530, 531, 5, 10, 0, 0, 531, 532, 3, 134, 67, 0, 532, 533, 5, 1, 0, 0, 533, 53, 1, 0, 0, 0, 534, 537, 3, 56, 28, 0, 535, 537, 3, 268, 134, 0, 536, 534, 1, 0, 0, 0, 536, 535, 1, 0, 0, 0, 537, 55, 1, 0, 0, 0, 538, 539, 5, 157, 0, 0, 539, 57, 1, 0, 0, 0, 540, 541, 5, 11, 0, 0, 541, 542, 3, 0, 0, 0, 542, 59, 1, 0, 0, 0, 543, 545, 5, 41, 0, 0, 544, 546, 3, 70, 35, 0, 545, 544, 1, 0, 0, 0, 545, 546, 1, 0, 0, 0, 546, 547, 1, 0, 0, 0, 547, 548, 5, 105, 0, 0, 548, 549, 3, 186, 93, 0, 549, 61, 1, 0, 0, 0, 550, 552, 5, 44, 0, 0, 551, 553, 3, 396, 198, 0, 552, 551, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 63, 1, 0, 0, 0, 554, 555, 5, 46, 0, 0, 555, 65, 1, 0, 0, 0, 556, 557, 3, 232, 116, 0, 557, 67, 1, 0, 0, 0, 558, 559, 3, 232, 116, 0, 559, 69, 1, 0, 0, 0, 560, 561, 5, 7, 0, 0, 561, 562, 3, 66, 33, 0, 562, 563, 5, 9, 0, 0, 563, 564, 3, 68, 34, 0, 564, 565, 5, 8, 0, 0, 565, 71, 1, 0, 0, 0, 566, 567, 7, 1, 0, 0, 567, 73, 1, 0, 0, 0, 568, 569, 7, 2, 0, 0, 569, 75, 1, 0, 0, 0, 570, 571, 7, 3, 0, 0, 571, 77, 1, 0, 0, 0, 572, 577, 3, 80, 40, 0, 573, 574, 5, 3, 0, 0, 574, 576, 3, 80, 40, 0, 575, 573, 1, 0, 0, 0, 576, 579, 1, 0, 0, 0, 577, 575, 1, 0, 0, 0, 577, 578, 1, 0, 0, 0, 578, 580, 1, 0, 0, 0, 579, 577, 1, 0, 0, 0, 580, 581, 5, 9, 0, 0, 581, 582, 3, 332, 166, 0, 582, 79, 1, 0, 0, 0, 583, 584, 3, 134, 67, 0, 584, 81, 1, 0, 0, 0, 585, 586, 5, 48, 0, 0, 586, 587, 3, 310, 155, 0, 587, 591, 5, 105, 0, 0, 588, 590, 3, 78, 39, 0, 589, 588, 1, 0, 0, 0, 590, 593, 1, 0, 0, 0, 591, 589, 1, 0, 0, 0, 591, 592, 1, 0, 0, 0, 592, 597, 1, 0, 0, 0, 593, 591, 1, 0, 0, 0, 594, 595, 5, 109, 0, 0, 595, 596, 5, 9, 0, 0, 596, 598, 3, 332, 166, 0, 597, 594, 1, 0, 0, 0, 597, 598, 1, 0, 0, 0, 598, 599, 1, 0, 0, 0, 599, 600, 5, 57, 0, 0, 600, 601, 5, 1, 0, 0, 601, 83, 1, 0, 0, 0, 602, 603, 5, 43, 0, 0, 603, 607, 3, 332, 166, 0, 604, 606, 3, 332, 166, 0, 605, 604, 1, 0, 0, 0, 606, 609, 1, 0, 0, 0, 607, 605, 1, 0, 0, 0, 607, 608, 1, 0, 0, 0, 608, 610, 1, 0, 0, 0, 609, 607, 1, 0, 0, 0, 610, 611, 5, 55, 0, 0, 611, 612, 5, 1, 0, 0, 612, 85, 1, 0, 0, 0, 613, 617, 3, 44, 22, 0, 614, 617, 3, 328, 164, 0, 615, 617, 3, 24, 12, 0, 616, 613, 1, 0, 0, 0, 616, 614, 1, 0, 0, 0, 616, 615, 1, 0, 0, 0, 617, 87, 1, 0, 0, 0, 618, 619, 3, 94, 47, 0, 619, 620, 5, 9, 0, 0, 620, 621, 3, 186, 93, 0, 621, 622, 5, 10, 0, 0, 622, 623, 3, 134, 67, 0, 623, 624, 5, 1, 0, 0, 624, 89, 1, 0, 0, 0, 625, 626, 5, 49, 0, 0, 626, 630, 3, 88, 44, 0, 627, 629, 3, 88, 44, 0, 628, 627, 1, 0, 0, 0, 629, 632, 1, 0, 0, 0, 630, 628, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 633, 1, 0, 0, 0, 632, 630, 1, 0, 0, 0, 633, 634, 5, 58, 0, 0, 634, 635, 5, 1, 0, 0, 635, 91, 1, 0, 0, 0, 636, 639, 3, 72, 36, 0, 637, 639, 3, 2, 1, 0, 638, 636, 1, 0, 0, 0, 638, 637, 1, 0, 0, 0, 639, 93, 1, 0, 0, 0, 640, 641, 5, 157, 0, 0, 641, 95, 1, 0, 0, 0, 642, 645, 3, 128, 64, 0, 643, 645, 3, 316, 158, 0, 644, 642, 1, 0, 0, 0, 644, 643, 1, 0, 0, 0, 645, 97, 1, 0, 0, 0, 646, 652, 3, 112, 56, 0, 647, 652, 3, 142, 71, 0, 648, 652, 3, 250, 125, 0, 649, 652, 3, 344, 172, 0, 650, 652, 3, 368, 184, 0, 651, 646, 1, 0, 0, 0, 651, 647, 1, 0, 0, 0, 651, 648, 1, 0, 0, 0, 651, 649, 1, 0, 0, 0, 651, 650, 1, 0, 0, 0, 652, 99, 1, 0, 0, 0, 653, 654, 3, 54, 27, 0, 654, 655, 5, 9, 0, 0, 655, 656, 3, 240, 120, 0, 656, 657, 5, 10, 0, 0, 657, 658, 3, 134, 67, 0, 658, 659, 5, 1, 0, 0, 659, 101, 1, 0, 0, 0, 660, 661, 5, 52, 0, 0, 661, 665, 3, 100, 50, 0, 662, 664, 3, 100, 50, 0, 663, 662, 1, 0, 0, 0, 664, 667, 1, 0, 0, 0, 665, 663, 1, 0, 0, 0, 665, 666, 1, 0, 0, 0, 666, 103, 1, 0, 0, 0, 667, 665, 1, 0, 0, 0, 668, 669, 3, 298, 149, 0, 669, 670, 5, 9, 0, 0, 670, 672, 1, 0, 0, 0, 671, 668, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 673, 1, 0, 0, 0, 673, 674, 3, 134, 67, 0, 674, 105, 1, 0, 0, 0, 675, 678, 3, 134, 67, 0, 676, 677, 5, 9, 0, 0, 677, 679, 3, 284, 142, 0, 678, 676, 1, 0, 0, 0, 678, 679, 1, 0, 0, 0, 679, 107, 1, 0, 0, 0, 680, 682, 3, 132, 66, 0, 681, 680, 1, 0, 0, 0, 682, 685, 1, 0, 0, 0, 683, 681, 1, 0, 0, 0, 683, 684, 1, 0, 0, 0, 684, 687, 1, 0, 0, 0, 685, 683, 1, 0, 0, 0, 686, 688, 3, 102, 51, 0, 687, 686, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 690, 1, 0, 0, 0, 689, 691, 3, 206, 103, 0, 690, 689, 1, 0, 0, 0, 690, 691, 1, 0, 0, 0, 691, 693, 1, 0, 0, 0, 692, 694, 3, 380, 190, 0, 693, 692, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 696, 1, 0, 0, 0, 695, 697, 3, 390, 195, 0, 696, 695, 1, 0, 0, 0, 696, 697, 1, 0, 0, 0, 697, 109, 1, 0, 0, 0, 698, 699, 3, 4, 2, 0, 699, 708, 5, 2, 0, 0, 700, 705, 3, 134, 67, 0, 701, 702, 5, 3, 0, 0, 702, 704, 3, 134, 67, 0, 703, 701, 1, 0, 0, 0, 704, 707, 1, 0, 0, 0, 705, 703, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 706, 709, 1, 0, 0, 0, 707, 705, 1, 0, 0, 0, 708, 700, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 5, 4, 0, 0, 711, 111, 1, 0, 0, 0, 712, 713, 3, 114, 57, 0, 713, 714, 3, 108, 54, 0, 714, 715, 5, 59, 0, 0, 715, 716, 5, 1, 0, 0, 716, 113, 1, 0, 0, 0, 717, 718, 5, 69, 0, 0, 718, 719, 3, 116, 58, 0, 719, 720, 3, 338, 169, 0, 720, 721, 5, 1, 0, 0, 721, 115, 1, 0, 0, 0, 722, 723, 5, 157, 0, 0, 723, 117, 1, 0, 0, 0, 724, 725, 5, 42, 0, 0, 725, 728, 3, 24, 12, 0, 726, 727, 5, 149, 0, 0, 727, 729, 3, 122, 61, 0, 728, 726, 1, 0, 0, 0, 728, 729, 1, 0, 0, 0, 729, 119, 1, 0, 0, 0, 730, 731, 5, 157, 0, 0, 731, 121, 1, 0, 0, 0, 732, 733, 5, 2, 0, 0, 733, 738, 3, 124, 62, 0, 734, 735, 5, 3, 0, 0, 735, 737, 3, 124, 62, 0, 736, 734, 1, 0, 0, 0, 737, 740, 1, 0, 0, 0, 738, 736, 1, 0, 0, 0, 738, 739, 1, 0, 0, 0, 739, 741, 1, 0, 0, 0, 740, 738, 1, 0, 0, 0, 741, 742, 5, 4, 0, 0, 742, 123, 1, 0, 0, 0, 743, 744, 3, 120, 60, 0, 744, 125, 1, 0, 0, 0, 745, 746, 3, 24, 12, 0, 746, 747, 5, 11, 0, 0, 747, 749, 1, 0, 0, 0, 748, 745, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 1, 0, 0, 0, 750, 751, 3, 6, 3, 0, 751, 127, 1, 0, 0, 0, 752, 754, 5, 74, 0, 0, 753, 752, 1, 0, 0, 0, 753, 754, 1, 0, 0, 0, 754, 755, 1, 0, 0, 0, 755, 759, 5, 70, 0, 0, 756, 757, 5, 105, 0, 0, 757, 760, 3, 122, 61, 0, 758, 760, 3, 118, 59, 0, 759, 756, 1, 0, 0, 0, 759, 758, 1, 0, 0, 0, 759, 760, 1, 0, 0, 0, 760, 129, 1, 0, 0, 0, 761, 762, 5, 71, 0, 0, 762, 763, 5, 1, 0, 0, 763, 131, 1, 0, 0, 0, 764, 769, 3, 54, 27, 0, 765, 766, 5, 3, 0, 0, 766, 768, 3, 54, 27, 0, 767, 765, 1, 0, 0, 0, 768, 771, 1, 0, 0, 0, 769, 767, 1, 0, 0, 0, 769, 770, 1, 0, 0, 0, 770, 772, 1, 0, 0, 0, 771, 769, 1, 0, 0, 0, 772, 774, 5, 9, 0, 0, 773, 775, 5, 107, 0, 0, 774, 773, 1, 0, 0, 0, 774, 775, 1, 0, 0, 0, 775, 776, 1, 0, 0, 0, 776, 777, 3, 240, 120, 0, 777, 778, 5, 1, 0, 0, 778, 133, 1, 0, 0, 0, 779, 783, 3, 320, 160, 0, 780, 781, 3, 276, 138, 0, 781, 782, 3, 320, 160, 0, 782, 784, 1, 0, 0, 0, 783, 780, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 135, 1, 0, 0, 0, 785, 788, 3, 322, 161, 0, 786, 787, 5, 13, 0, 0, 787, 789, 3, 322, 161, 0, 788, 786, 1, 0, 0, 0, 788, 789, 1, 0, 0, 0, 789, 137, 1, 0, 0, 0, 790, 795, 3, 238, 119, 0, 791, 792, 5, 3, 0, 0, 792, 794, 3, 238, 119, 0, 793, 791, 1, 0, 0, 0, 794, 797, 1, 0, 0, 0, 795, 793, 1, 0, 0, 0, 795, 796, 1, 0, 0, 0, 796, 798, 1, 0, 0, 0, 797, 795, 1, 0, 0, 0, 798, 799, 5, 9, 0, 0, 799, 800, 3, 240, 120, 0, 800, 139, 1, 0, 0, 0, 801, 804, 3, 74, 37, 0, 802, 804, 3, 8, 4, 0, 803, 801, 1, 0, 0, 0, 803, 802, 1, 0, 0, 0, 804, 806, 1, 0, 0, 0, 805, 807, 3, 34, 17, 0, 806, 805, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 141, 1, 0, 0, 0, 808, 809, 3, 144, 72, 0, 809, 810, 3, 46, 23, 0, 810, 814, 3, 332, 166, 0, 811, 813, 3, 332, 166, 0, 812, 811, 1, 0, 0, 0, 813, 816, 1, 0, 0, 0, 814, 812, 1, 0, 0, 0, 814, 815, 1, 0, 0, 0, 815, 817, 1, 0, 0, 0, 816, 814, 1, 0, 0, 0, 817, 818, 5, 60, 0, 0, 818, 819, 5, 1, 0, 0, 819, 143, 1, 0, 0, 0, 820, 821, 5, 80, 0, 0, 821, 833, 3, 146, 73, 0, 822, 823, 5, 2, 0, 0, 823, 828, 3, 138, 69, 0, 824, 825, 5, 1, 0, 0, 825, 827, 3, 138, 69, 0, 826, 824, 1, 0, 0, 0, 827, 830, 1, 0, 0, 0, 828, 826, 1, 0, 0, 0, 828, 829, 1, 0, 0, 0, 829, 831, 1, 0, 0, 0, 830, 828, 1, 0, 0, 0, 831, 832, 5, 4, 0, 0, 832, 834, 1, 0, 0, 0, 833, 822, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 835, 1, 0, 0, 0, 835, 836, 5, 9, 0, 0, 836, 837, 3, 240, 120, 0, 837, 838, 5, 1, 0, 0, 838, 145, 1, 0, 0, 0, 839, 840, 5, 157, 0, 0, 840, 147, 1, 0, 0, 0, 841, 846, 3, 42, 21, 0, 842, 846, 3, 150, 75, 0, 843, 846, 3, 162, 81, 0, 844, 846, 3, 164, 82, 0, 845, 841, 1, 0, 0, 0, 845, 842, 1, 0, 0, 0, 845, 843, 1, 0, 0, 0, 845, 844, 1, 0, 0, 0, 846, 149, 1, 0, 0, 0, 847, 852, 3, 152, 76, 0, 848, 852, 3, 154, 77, 0, 849, 852, 3, 156, 78, 0, 850, 852, 3, 160, 80, 0, 851, 847, 1, 0, 0, 0, 851, 848, 1, 0, 0, 0, 851, 849, 1, 0, 0, 0, 851, 850, 1, 0, 0, 0, 852, 151, 1, 0, 0, 0, 853, 855, 5, 37, 0, 0, 854, 856, 3, 70, 35, 0, 855, 854, 1, 0, 0, 0, 855, 856, 1, 0, 0, 0, 856, 857, 1, 0, 0, 0, 857, 859, 5, 105, 0, 0, 858, 860, 5, 107, 0, 0, 859, 858, 1, 0, 0, 0, 859, 860, 1, 0, 0, 0, 860, 862, 1, 0, 0, 0, 861, 863, 5, 140, 0, 0, 862, 861, 1, 0, 0, 0, 862, 863, 1, 0, 0, 0, 863, 864, 1, 0, 0, 0, 864, 865, 3, 240, 120, 0, 865, 153, 1, 0, 0, 0, 866, 868, 5, 41, 0, 0, 867, 869, 3, 70, 35, 0, 868, 867, 1, 0, 0, 0, 868, 869, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 871, 5, 105, 0, 0, 871, 872, 3, 240, 120, 0, 872, 155, 1, 0, 0, 0, 873, 875, 5, 92, 0, 0, 874, 876, 3, 70, 35, 0, 875, 874, 1, 0, 0, 0, 875, 876, 1, 0, 0, 0, 876, 877, 1, 0, 0, 0, 877, 879, 5, 105, 0, 0, 878, 880, 5, 140, 0, 0, 879, 878, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 881, 1, 0, 0, 0, 881, 882, 3, 240, 120, 0, 882, 157, 1, 0, 0, 0, 883, 886, 3, 10, 5, 0, 884, 886, 3, 388, 194, 0, 885, 883, 1, 0, 0, 0, 885, 884, 1, 0, 0, 0, 886, 159, 1, 0, 0, 0, 887, 889, 5, 124, 0, 0, 888, 890, 3, 70, 35, 0, 889, 888, 1, 0, 0, 0, 889, 890, 1, 0, 0, 0, 890, 891, 1, 0, 0, 0, 891, 892, 5, 105, 0, 0, 892, 893, 3, 240, 120, 0, 893, 161, 1, 0, 0, 0, 894, 897, 5, 82, 0, 0, 895, 896, 5, 9, 0, 0, 896, 898, 3, 372, 186, 0, 897, 895, 1, 0, 0, 0, 897, 898, 1, 0, 0, 0, 898, 163, 1, 0, 0, 0, 899, 902, 5, 81, 0, 0, 900, 901, 5, 9, 0, 0, 901, 903, 3, 372, 186, 0, 902, 900, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 165, 1, 0, 0, 0, 904, 905, 5, 14, 0, 0, 905, 906, 3, 4, 2, 0, 906, 167, 1, 0, 0, 0, 907, 908, 5, 85, 0, 0, 908, 909, 3, 216, 108, 0, 909, 910, 5, 134, 0, 0, 910, 913, 3, 170, 85, 0, 911, 912, 5, 54, 0, 0, 912, 914, 3, 172, 86, 0, 913, 911, 1, 0, 0, 0, 913, 914, 1, 0, 0, 0, 914, 915, 1, 0, 0, 0, 915, 916, 5, 61, 0, 0, 916, 917, 5, 1, 0, 0, 917, 169, 1, 0, 0, 0, 918, 922, 3, 332, 166, 0, 919, 921, 3, 332, 166, 0, 920, 919, 1, 0, 0, 0, 921, 924, 1, 0, 0, 0, 922, 920, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 171, 1, 0, 0, 0, 924, 922, 1, 0, 0, 0, 925, 929, 3, 332, 166, 0, 926, 928, 3, 332, 166, 0, 927, 926, 1, 0, 0, 0, 928, 931, 1, 0, 0, 0, 929, 927, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 173, 1, 0, 0, 0, 931, 929, 1, 0, 0, 0, 932, 933, 3, 232, 116, 0, 933, 175, 1, 0, 0, 0, 934, 935, 3, 388, 194, 0, 935, 936, 5, 10, 0, 0, 936, 937, 3, 66, 33, 0, 937, 938, 5, 135, 0, 0, 938, 941, 3, 68, 34, 0, 939, 940, 5, 47, 0, 0, 940, 942, 3, 174, 87, 0, 941, 939, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 177, 1, 0, 0, 0, 943, 944, 3, 232, 116, 0, 944, 179, 1, 0, 0, 0, 945, 946, 3, 178, 89, 0, 946, 181, 1, 0, 0, 0, 947, 948, 3, 178, 89, 0, 948, 183, 1, 0, 0, 0, 949, 950, 5, 7, 0, 0, 950, 953, 3, 180, 90, 0, 951, 952, 5, 9, 0, 0, 952, 954, 3, 182, 91, 0, 953, 951, 1, 0, 0, 0, 953, 954, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 5, 8, 0, 0, 956, 185, 1, 0, 0, 0, 957, 960, 3, 86, 43, 0, 958, 960, 3, 4, 2, 0, 959, 957, 1, 0, 0, 0, 959, 958, 1, 0, 0, 0, 960, 187, 1, 0, 0, 0, 961, 962, 5, 88, 0, 0, 962, 189, 1, 0, 0, 0, 963, 966, 3, 272, 136, 0, 964, 966, 3, 386, 193, 0, 965, 963, 1, 0, 0, 0, 965, 964, 1, 0, 0, 0, 966, 191, 1, 0, 0, 0, 967, 968, 5, 15, 0, 0, 968, 969, 3, 198, 99, 0, 969, 970, 3, 200, 100, 0, 970, 971, 3, 196, 98, 0, 971, 972, 3, 200, 100, 0, 972, 973, 3, 194, 97, 0, 973, 974, 5, 16, 0, 0, 974, 193, 1, 0, 0, 0, 975, 976, 3, 320, 160, 0, 976, 195, 1, 0, 0, 0, 977, 978, 3, 320, 160, 0, 978, 197, 1, 0, 0, 0, 979, 980, 3, 320, 160, 0, 980, 199, 1, 0, 0, 0, 981, 982, 7, 4, 0, 0, 982, 201, 1, 0, 0, 0, 983, 984, 3, 54, 27, 0, 984, 985, 5, 9, 0, 0, 985, 986, 3, 204, 102, 0, 986, 990, 5, 77, 0, 0, 987, 988, 3, 4, 2, 0, 988, 989, 5, 11, 0, 0, 989, 991, 1, 0, 0, 0, 990, 987, 1, 0, 0, 0, 990, 991, 1, 0, 0, 0, 991, 992, 1, 0, 0, 0, 992, 993, 3, 0, 0, 0, 993, 994, 5, 1, 0, 0, 994, 203, 1, 0, 0, 0, 995, 997, 7, 5, 0, 0, 996, 998, 3, 70, 35, 0, 997, 996, 1, 0, 0, 0, 997, 998, 1, 0, 0, 0, 998, 999, 1, 0, 0, 0, 999, 1001, 5, 105, 0, 0, 1000, 995, 1, 0, 0, 0, 1000, 1001, 1, 0, 0, 0, 1001, 1002, 1, 0, 0, 0, 1002, 1003, 3, 4, 2, 0, 1003, 205, 1, 0, 0, 0, 1004, 1005, 5, 89, 0, 0, 1005, 1009, 3, 202, 101, 0, 1006, 1008, 3, 202, 101, 0, 1007, 1006, 1, 0, 0, 0, 1008, 1011, 1, 0, 0, 0, 1009, 1007, 1, 0, 0, 0, 1009, 1010, 1, 0, 0, 0, 1010, 207, 1, 0, 0, 0, 1011, 1009, 1, 0, 0, 0, 1012, 1014, 5, 92, 0, 0, 1013, 1015, 3, 70, 35, 0, 1014, 1013, 1, 0, 0, 0, 1014, 1015, 1, 0, 0, 0, 1015, 1016, 1, 0, 0, 0, 1016, 1018, 5, 105, 0, 0, 1017, 1019, 5, 140, 0, 0, 1018, 1017, 1, 0, 0, 0, 1018, 1019, 1, 0, 0, 0, 1019, 1020, 1, 0, 0, 0, 1020, 1021, 3, 186, 93, 0, 1021, 209, 1, 0, 0, 0, 1022, 1028, 5, 153, 0, 0, 1023, 1028, 5, 155, 0, 0, 1024, 1028, 3, 218, 109, 0, 1025, 1028, 5, 156, 0, 0, 1026, 1028, 3, 334, 167, 0, 1027, 1022, 1, 0, 0, 0, 1027, 1023, 1, 0, 0, 0, 1027, 1024, 1, 0, 0, 0, 1027, 1025, 1, 0, 0, 0, 1027, 1026, 1, 0, 0, 0, 1028, 211, 1, 0, 0, 0, 1029, 1030, 5, 94, 0, 0, 1030, 1034, 3, 214, 107, 0, 1031, 1033, 3, 214, 107, 0, 1032, 1031, 1, 0, 0, 0, 1033, 1036, 1, 0, 0, 0, 1034, 1032, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1037, 1, 0, 0, 0, 1036, 1034, 1, 0, 0, 0, 1037, 1038, 5, 62, 0, 0, 1038, 1039, 5, 1, 0, 0, 1039, 213, 1, 0, 0, 0, 1040, 1045, 3, 388, 194, 0, 1041, 1042, 5, 3, 0, 0, 1042, 1044, 3, 388, 194, 0, 1043, 1041, 1, 0, 0, 0, 1044, 1047, 1, 0, 0, 0, 1045, 1043, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 1, 0, 0, 0, 1047, 1045, 1, 0, 0, 0, 1048, 1049, 5, 9, 0, 0, 1049, 1052, 3, 240, 120, 0, 1050, 1051, 5, 10, 0, 0, 1051, 1053, 3, 134, 67, 0, 1052, 1050, 1, 0, 0, 0, 1052, 1053, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 5, 1, 0, 0, 1055, 215, 1, 0, 0, 0, 1056, 1057, 3, 134, 67, 0, 1057, 217, 1, 0, 0, 0, 1058, 1059, 7, 6, 0, 0, 1059, 219, 1, 0, 0, 0, 1060, 1061, 5, 98, 0, 0, 1061, 221, 1, 0, 0, 0, 1062, 1063, 7, 7, 0, 0, 1063, 223, 1, 0, 0, 0, 1064, 1067, 3, 4, 2, 0, 1065, 1067, 3, 24, 12, 0, 1066, 1064, 1, 0, 0, 0, 1066, 1065, 1, 0, 0, 0, 1067, 225, 1, 0, 0, 0, 1068, 1074, 3, 224, 112, 0, 1069, 1072, 5, 38, 0, 0, 1070, 1073, 3, 116, 58, 0, 1071, 1073, 3, 370, 185, 0, 1072, 1070, 1, 0, 0, 0, 1072, 1071, 1, 0, 0, 0, 1073, 1075, 1, 0, 0, 0, 1074, 1069, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 227, 1, 0, 0, 0, 1076, 1077, 5, 1, 0, 0, 1077, 229, 1, 0, 0, 0, 1078, 1079, 5, 102, 0, 0, 1079, 231, 1, 0, 0, 0, 1080, 1081, 3, 320, 160, 0, 1081, 233, 1, 0, 0, 0, 1082, 1083, 5, 106, 0, 0, 1083, 1084, 5, 2, 0, 0, 1084, 1089, 3, 354, 177, 0, 1085, 1086, 5, 3, 0, 0, 1086, 1088, 3, 354, 177, 0, 1087, 1085, 1, 0, 0, 0, 1088, 1091, 1, 0, 0, 0, 1089, 1087, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 1092, 1, 0, 0, 0, 1091, 1089, 1, 0, 0, 0, 1092, 1093, 5, 4, 0, 0, 1093, 235, 1, 0, 0, 0, 1094, 1095, 3, 134, 67, 0, 1095, 237, 1, 0, 0, 0, 1096, 1097, 5, 157, 0, 0, 1097, 239, 1, 0, 0, 0, 1098, 1102, 3, 148, 74, 0, 1099, 1102, 3, 224, 112, 0, 1100, 1102, 3, 328, 164, 0, 1101, 1098, 1, 0, 0, 0, 1101, 1099, 1, 0, 0, 0, 1101, 1100, 1, 0, 0, 0, 1102, 241, 1, 0, 0, 0, 1103, 1104, 3, 4, 2, 0, 1104, 243, 1, 0, 0, 0, 1105, 1106, 3, 232, 116, 0, 1106, 245, 1, 0, 0, 0, 1107, 1116, 3, 210, 105, 0, 1108, 1112, 3, 258, 129, 0, 1109, 1111, 3, 262, 131, 0, 1110, 1109, 1, 0, 0, 0, 1111, 1114, 1, 0, 0, 0, 1112, 1110, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1116, 1, 0, 0, 0, 1114, 1112, 1, 0, 0, 0, 1115, 1107, 1, 0, 0, 0, 1115, 1108, 1, 0, 0, 0, 1116, 247, 1, 0, 0, 0, 1117, 1120, 3, 76, 38, 0, 1118, 1120, 3, 12, 6, 0, 1119, 1117, 1, 0, 0, 0, 1119, 1118, 1, 0, 0, 0, 1120, 1122, 1, 0, 0, 0, 1121, 1123, 3, 34, 17, 0, 1122, 1121, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 1124, 1, 0, 0, 0, 1124, 1125, 5, 1, 0, 0, 1125, 249, 1, 0, 0, 0, 1126, 1127, 3, 252, 126, 0, 1127, 1131, 3, 46, 23, 0, 1128, 1130, 3, 332, 166, 0, 1129, 1128, 1, 0, 0, 0, 1130, 1133, 1, 0, 0, 0, 1131, 1129, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 1134, 1, 0, 0, 0, 1133, 1131, 1, 0, 0, 0, 1134, 1135, 5, 63, 0, 0, 1135, 1136, 5, 1, 0, 0, 1136, 251, 1, 0, 0, 0, 1137, 1138, 5, 111, 0, 0, 1138, 1150, 3, 256, 128, 0, 1139, 1140, 5, 2, 0, 0, 1140, 1145, 3, 254, 127, 0, 1141, 1142, 5, 1, 0, 0, 1142, 1144, 3, 254, 127, 0, 1143, 1141, 1, 0, 0, 0, 1144, 1147, 1, 0, 0, 0, 1145, 1143, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1148, 1, 0, 0, 0, 1147, 1145, 1, 0, 0, 0, 1148, 1149, 5, 4, 0, 0, 1149, 1151, 1, 0, 0, 0, 1150, 1139, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1153, 5, 1, 0, 0, 1153, 253, 1, 0, 0, 0, 1154, 1156, 5, 148, 0, 0, 1155, 1154, 1, 0, 0, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1158, 3, 138, 69, 0, 1158, 255, 1, 0, 0, 0, 1159, 1160, 5, 157, 0, 0, 1160, 257, 1, 0, 0, 0, 1161, 1167, 3, 0, 0, 0, 1162, 1167, 3, 92, 46, 0, 1163, 1167, 3, 140, 70, 0, 1164, 1167, 3, 158, 79, 0, 1165, 1167, 3, 242, 121, 0, 1166, 1161, 1, 0, 0, 0, 1166, 1162, 1, 0, 0, 0, 1166, 1163, 1, 0, 0, 0, 1166, 1164, 1, 0, 0, 0, 1166, 1165, 1, 0, 0, 0, 1167, 259, 1, 0, 0, 0, 1168, 1169, 5, 123, 0, 0, 1169, 1170, 3, 166, 83, 0, 1170, 1171, 3, 58, 29, 0, 1171, 261, 1, 0, 0, 0, 1172, 1176, 3, 58, 29, 0, 1173, 1176, 3, 166, 83, 0, 1174, 1176, 3, 184, 92, 0, 1175, 1172, 1, 0, 0, 0, 1175, 1173, 1, 0, 0, 0, 1175, 1174, 1, 0, 0, 0, 1176, 263, 1, 0, 0, 0, 1177, 1178, 5, 112, 0, 0, 1178, 1179, 5, 2, 0, 0, 1179, 1180, 3, 388, 194, 0, 1180, 1181, 5, 22, 0, 0, 1181, 1182, 3, 40, 20, 0, 1182, 1183, 5, 23, 0, 0, 1183, 1184, 3, 216, 108, 0, 1184, 1185, 5, 4, 0, 0, 1185, 265, 1, 0, 0, 0, 1186, 1191, 5, 113, 0, 0, 1187, 1188, 5, 2, 0, 0, 1188, 1189, 3, 244, 122, 0, 1189, 1190, 5, 4, 0, 0, 1190, 1192, 1, 0, 0, 0, 1191, 1187, 1, 0, 0, 0, 1191, 1192, 1, 0, 0, 0, 1192, 267, 1, 0, 0, 0, 1193, 1196, 3, 260, 130, 0, 1194, 1195, 5, 116, 0, 0, 1195, 1197, 3, 56, 28, 0, 1196, 1194, 1, 0, 0, 0, 1196, 1197, 1, 0, 0, 0, 1197, 269, 1, 0, 0, 0, 1198, 1201, 3, 0, 0, 0, 1199, 1201, 3, 260, 130, 0, 1200, 1198, 1, 0, 0, 0, 1200, 1199, 1, 0, 0, 0, 1201, 271, 1, 0, 0, 0, 1202, 1203, 5, 114, 0, 0, 1203, 1204, 5, 79, 0, 0, 1204, 1216, 3, 18, 9, 0, 1205, 1206, 5, 2, 0, 0, 1206, 1211, 3, 286, 143, 0, 1207, 1208, 5, 3, 0, 0, 1208, 1210, 3, 286, 143, 0, 1209, 1207, 1, 0, 0, 0, 1210, 1213, 1, 0, 0, 0, 1211, 1209, 1, 0, 0, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1214, 1, 0, 0, 0, 1213, 1211, 1, 0, 0, 0, 1214, 1215, 5, 4, 0, 0, 1215, 1217, 1, 0, 0, 0, 1216, 1205, 1, 0, 0, 0, 1216, 1217, 1, 0, 0, 0, 1217, 1218, 1, 0, 0, 0, 1218, 1219, 5, 1, 0, 0, 1219, 273, 1, 0, 0, 0, 1220, 1221, 7, 8, 0, 0, 1221, 275, 1, 0, 0, 0, 1222, 1226, 3, 274, 137, 0, 1223, 1226, 5, 86, 0, 0, 1224, 1226, 5, 91, 0, 0, 1225, 1222, 1, 0, 0, 0, 1225, 1223, 1, 0, 0, 0, 1225, 1224, 1, 0, 0, 0, 1226, 277, 1, 0, 0, 0, 1227, 1233, 3, 94, 47, 0, 1228, 1233, 3, 116, 58, 0, 1229, 1233, 3, 146, 73, 0, 1230, 1233, 3, 256, 128, 0, 1231, 1233, 3, 370, 185, 0, 1232, 1227, 1, 0, 0, 0, 1232, 1228, 1, 0, 0, 0, 1232, 1229, 1, 0, 0, 0, 1232, 1230, 1, 0, 0, 0, 1232, 1231, 1, 0, 0, 0, 1233, 279, 1, 0, 0, 0, 1234, 1236, 3, 176, 88, 0, 1235, 1234, 1, 0, 0, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1238, 1, 0, 0, 0, 1237, 1239, 3, 392, 196, 0, 1238, 1237, 1, 0, 0, 0, 1238, 1239, 1, 0, 0, 0, 1239, 1241, 1, 0, 0, 0, 1240, 1242, 3, 384, 192, 0, 1241, 1240, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 281, 1, 0, 0, 0, 1243, 1244, 5, 117, 0, 0, 1244, 1245, 3, 280, 140, 0, 1245, 1246, 5, 1, 0, 0, 1246, 1250, 3, 332, 166, 0, 1247, 1249, 3, 332, 166, 0, 1248, 1247, 1, 0, 0, 0, 1249, 1252, 1, 0, 0, 0, 1250, 1248, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1253, 1, 0, 0, 0, 1252, 1250, 1, 0, 0, 0, 1253, 1254, 5, 64, 0, 0, 1254, 1255, 5, 1, 0, 0, 1255, 283, 1, 0, 0, 0, 1256, 1257, 3, 232, 116, 0, 1257, 285, 1, 0, 0, 0, 1258, 1261, 3, 288, 144, 0, 1259, 1260, 5, 38, 0, 0, 1260, 1262, 3, 278, 139, 0, 1261, 1259, 1, 0, 0, 0, 1261, 1262, 1, 0, 0, 0, 1262, 287, 1, 0, 0, 0, 1263, 1269, 3, 2, 1, 0, 1264, 1269, 3, 4, 2, 0, 1265, 1269, 3, 8, 4, 0, 1266, 1269, 3, 12, 6, 0, 1267, 1269, 3, 24, 12, 0, 1268, 1263, 1, 0, 0, 0, 1268, 1264, 1, 0, 0, 0, 1268, 1265, 1, 0, 0, 0, 1268, 1266, 1, 0, 0, 0, 1268, 1267, 1, 0, 0, 0, 1269, 289, 1, 0, 0, 0, 1270, 1275, 5, 118, 0, 0, 1271, 1272, 5, 2, 0, 0, 1272, 1273, 3, 134, 67, 0, 1273, 1274, 5, 4, 0, 0, 1274, 1276, 1, 0, 0, 0, 1275, 1271, 1, 0, 0, 0, 1275, 1276, 1, 0, 0, 0, 1276, 1277, 1, 0, 0, 0, 1277, 1278, 5, 1, 0, 0, 1278, 291, 1, 0, 0, 0, 1279, 1280, 3, 294, 147, 0, 1280, 1284, 3, 46, 23, 0, 1281, 1283, 3, 332, 166, 0, 1282, 1281, 1, 0, 0, 0, 1283, 1286, 1, 0, 0, 0, 1284, 1282, 1, 0, 0, 0, 1284, 1285, 1, 0, 0, 0, 1285, 1287, 1, 0, 0, 0, 1286, 1284, 1, 0, 0, 0, 1287, 1288, 3, 390, 195, 0, 1288, 1289, 5, 65, 0, 0, 1289, 1290, 5, 1, 0, 0, 1290, 293, 1, 0, 0, 0, 1291, 1292, 5, 120, 0, 0, 1292, 1293, 3, 296, 148, 0, 1293, 1294, 5, 77, 0, 0, 1294, 1295, 5, 2, 0, 0, 1295, 1300, 3, 4, 2, 0, 1296, 1297, 5, 3, 0, 0, 1297, 1299, 3, 4, 2, 0, 1298, 1296, 1, 0, 0, 0, 1299, 1302, 1, 0, 0, 0, 1300, 1298, 1, 0, 0, 0, 1300, 1301, 1, 0, 0, 0, 1301, 1303, 1, 0, 0, 0, 1302, 1300, 1, 0, 0, 0, 1303, 1304, 5, 4, 0, 0, 1304, 1305, 5, 1, 0, 0, 1305, 295, 1, 0, 0, 0, 1306, 1307, 5, 157, 0, 0, 1307, 297, 1, 0, 0, 0, 1308, 1309, 5, 157, 0, 0, 1309, 299, 1, 0, 0, 0, 1310, 1312, 3, 190, 95, 0, 1311, 1310, 1, 0, 0, 0, 1312, 1315, 1, 0, 0, 0, 1313, 1311, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1317, 1, 0, 0, 0, 1315, 1313, 1, 0, 0, 0, 1316, 1318, 3, 90, 45, 0, 1317, 1316, 1, 0, 0, 0, 1317, 1318, 1, 0, 0, 0, 1318, 1322, 1, 0, 0, 0, 1319, 1321, 3, 302, 151, 0, 1320, 1319, 1, 0, 0, 0, 1321, 1324, 1, 0, 0, 0, 1322, 1320, 1, 0, 0, 0, 1322, 1323, 1, 0, 0, 0, 1323, 301, 1, 0, 0, 0, 1324, 1322, 1, 0, 0, 0, 1325, 1328, 3, 98, 49, 0, 1326, 1328, 3, 292, 146, 0, 1327, 1325, 1, 0, 0, 0, 1327, 1326, 1, 0, 0, 0, 1328, 303, 1, 0, 0, 0, 1329, 1330, 5, 121, 0, 0, 1330, 1332, 3, 306, 153, 0, 1331, 1333, 3, 308, 154, 0, 1332, 1331, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1334, 1, 0, 0, 0, 1334, 1335, 5, 1, 0, 0, 1335, 1336, 3, 300, 150, 0, 1336, 1337, 5, 66, 0, 0, 1337, 1338, 5, 1, 0, 0, 1338, 305, 1, 0, 0, 0, 1339, 1340, 5, 157, 0, 0, 1340, 307, 1, 0, 0, 0, 1341, 1342, 3, 334, 167, 0, 1342, 309, 1, 0, 0, 0, 1343, 1344, 3, 134, 67, 0, 1344, 311, 1, 0, 0, 0, 1345, 1346, 5, 42, 0, 0, 1346, 1349, 3, 24, 12, 0, 1347, 1348, 5, 149, 0, 0, 1348, 1350, 3, 314, 157, 0, 1349, 1347, 1, 0, 0, 0, 1349, 1350, 1, 0, 0, 0, 1350, 313, 1, 0, 0, 0, 1351, 1352, 5, 2, 0, 0, 1352, 1357, 3, 224, 112, 0, 1353, 1354, 5, 3, 0, 0, 1354, 1356, 3, 224, 112, 0, 1355, 1353, 1, 0, 0, 0, 1356, 1359, 1, 0, 0, 0, 1357, 1355, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 1360, 1, 0, 0, 0, 1359, 1357, 1, 0, 0, 0, 1360, 1361, 5, 4, 0, 0, 1361, 315, 1, 0, 0, 0, 1362, 1364, 5, 74, 0, 0, 1363, 1365, 5, 82, 0, 0, 1364, 1363, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1367, 1, 0, 0, 0, 1366, 1362, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1368, 1, 0, 0, 0, 1368, 1371, 5, 122, 0, 0, 1369, 1372, 3, 314, 157, 0, 1370, 1372, 3, 312, 156, 0, 1371, 1369, 1, 0, 0, 0, 1371, 1370, 1, 0, 0, 0, 1371, 1372, 1, 0, 0, 0, 1372, 317, 1, 0, 0, 0, 1373, 1375, 5, 124, 0, 0, 1374, 1376, 3, 70, 35, 0, 1375, 1374, 1, 0, 0, 0, 1375, 1376, 1, 0, 0, 0, 1376, 1377, 1, 0, 0, 0, 1377, 1378, 5, 105, 0, 0, 1378, 1379, 3, 186, 93, 0, 1379, 319, 1, 0, 0, 0, 1380, 1386, 3, 364, 182, 0, 1381, 1382, 3, 36, 18, 0, 1382, 1383, 3, 364, 182, 0, 1383, 1385, 1, 0, 0, 0, 1384, 1381, 1, 0, 0, 0, 1385, 1388, 1, 0, 0, 0, 1386, 1384, 1, 0, 0, 0, 1386, 1387, 1, 0, 0, 0, 1387, 321, 1, 0, 0, 0, 1388, 1386, 1, 0, 0, 0, 1389, 1397, 3, 38, 19, 0, 1390, 1397, 3, 110, 55, 0, 1391, 1397, 3, 126, 63, 0, 1392, 1397, 3, 192, 96, 0, 1393, 1397, 3, 264, 132, 0, 1394, 1397, 3, 324, 162, 0, 1395, 1397, 3, 326, 163, 0, 1396, 1389, 1, 0, 0, 0, 1396, 1390, 1, 0, 0, 0, 1396, 1391, 1, 0, 0, 0, 1396, 1392, 1, 0, 0, 0, 1396, 1393, 1, 0, 0, 0, 1396, 1394, 1, 0, 0, 0, 1396, 1395, 1, 0, 0, 0, 1397, 323, 1, 0, 0, 0, 1398, 1399, 5, 2, 0, 0, 1399, 1400, 3, 134, 67, 0, 1400, 1401, 5, 4, 0, 0, 1401, 1404, 1, 0, 0, 0, 1402, 1404, 3, 246, 123, 0, 1403, 1398, 1, 0, 0, 0, 1403, 1402, 1, 0, 0, 0, 1404, 325, 1, 0, 0, 0, 1405, 1406, 3, 376, 188, 0, 1406, 1407, 3, 324, 162, 0, 1407, 327, 1, 0, 0, 0, 1408, 1416, 3, 62, 31, 0, 1409, 1416, 3, 64, 32, 0, 1410, 1416, 3, 188, 94, 0, 1411, 1416, 3, 220, 110, 0, 1412, 1416, 3, 230, 115, 0, 1413, 1416, 3, 266, 133, 0, 1414, 1416, 3, 336, 168, 0, 1415, 1408, 1, 0, 0, 0, 1415, 1409, 1, 0, 0, 0, 1415, 1410, 1, 0, 0, 0, 1415, 1411, 1, 0, 0, 0, 1415, 1412, 1, 0, 0, 0, 1415, 1413, 1, 0, 0, 0, 1415, 1414, 1, 0, 0, 0, 1416, 329, 1, 0, 0, 0, 1417, 1418, 5, 127, 0, 0, 1418, 1419, 5, 1, 0, 0, 1419, 331, 1, 0, 0, 0, 1420, 1432, 3, 48, 24, 0, 1421, 1432, 3, 52, 26, 0, 1422, 1432, 3, 82, 41, 0, 1423, 1432, 3, 84, 42, 0, 1424, 1432, 3, 130, 65, 0, 1425, 1432, 3, 168, 84, 0, 1426, 1432, 3, 228, 114, 0, 1427, 1432, 3, 248, 124, 0, 1428, 1432, 3, 282, 141, 0, 1429, 1432, 3, 290, 145, 0, 1430, 1432, 3, 330, 165, 0, 1431, 1420, 1, 0, 0, 0, 1431, 1421, 1, 0, 0, 0, 1431, 1422, 1, 0, 0, 0, 1431, 1423, 1, 0, 0, 0, 1431, 1424, 1, 0, 0, 0, 1431, 1425, 1, 0, 0, 0, 1431, 1426, 1, 0, 0, 0, 1431, 1427, 1, 0, 0, 0, 1431, 1428, 1, 0, 0, 0, 1431, 1429, 1, 0, 0, 0, 1431, 1430, 1, 0, 0, 0, 1432, 333, 1, 0, 0, 0, 1433, 1434, 7, 9, 0, 0, 1434, 335, 1, 0, 0, 0, 1435, 1437, 5, 129, 0, 0, 1436, 1438, 3, 396, 198, 0, 1437, 1436, 1, 0, 0, 0, 1437, 1438, 1, 0, 0, 0, 1438, 337, 1, 0, 0, 0, 1439, 1441, 3, 352, 176, 0, 1440, 1439, 1, 0, 0, 0, 1440, 1441, 1, 0, 0, 0, 1441, 1443, 1, 0, 0, 0, 1442, 1444, 3, 350, 175, 0, 1443, 1442, 1, 0, 0, 0, 1443, 1444, 1, 0, 0, 0, 1444, 339, 1, 0, 0, 0, 1445, 1446, 5, 105, 0, 0, 1446, 1447, 5, 2, 0, 0, 1447, 1448, 3, 354, 177, 0, 1448, 1449, 5, 4, 0, 0, 1449, 341, 1, 0, 0, 0, 1450, 1452, 3, 30, 15, 0, 1451, 1450, 1, 0, 0, 0, 1451, 1452, 1, 0, 0, 0, 1452, 1454, 1, 0, 0, 0, 1453, 1455, 3, 366, 183, 0, 1454, 1453, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1459, 1, 0, 0, 0, 1456, 1457, 3, 354, 177, 0, 1457, 1458, 5, 1, 0, 0, 1458, 1460, 1, 0, 0, 0, 1459, 1456, 1, 0, 0, 0, 1459, 1460, 1, 0, 0, 0, 1460, 343, 1, 0, 0, 0, 1461, 1462, 3, 346, 173, 0, 1462, 1463, 3, 342, 171, 0, 1463, 1464, 5, 67, 0, 0, 1464, 1465, 5, 1, 0, 0, 1465, 345, 1, 0, 0, 0, 1466, 1467, 5, 131, 0, 0, 1467, 1468, 3, 348, 174, 0, 1468, 1469, 5, 77, 0, 0, 1469, 1470, 3, 4, 2, 0, 1470, 1471, 5, 1, 0, 0, 1471, 347, 1, 0, 0, 0, 1472, 1473, 5, 157, 0, 0, 1473, 349, 1, 0, 0, 0, 1474, 1475, 5, 130, 0, 0, 1475, 1476, 5, 105, 0, 0, 1476, 1477, 5, 2, 0, 0, 1477, 1482, 3, 4, 2, 0, 1478, 1479, 5, 3, 0, 0, 1479, 1481, 3, 4, 2, 0, 1480, 1478, 1, 0, 0, 0, 1481, 1484, 1, 0, 0, 0, 1482, 1480, 1, 0, 0, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1485, 1, 0, 0, 0, 1484, 1482, 1, 0, 0, 0, 1485, 1486, 5, 4, 0, 0, 1486, 351, 1, 0, 0, 0, 1487, 1491, 3, 28, 14, 0, 1488, 1491, 3, 32, 16, 0, 1489, 1491, 3, 358, 179, 0, 1490, 1487, 1, 0, 0, 0, 1490, 1488, 1, 0, 0, 0, 1490, 1489, 1, 0, 0, 0, 1491, 353, 1, 0, 0, 0, 1492, 1497, 3, 356, 178, 0, 1493, 1494, 5, 36, 0, 0, 1494, 1496, 3, 356, 178, 0, 1495, 1493, 1, 0, 0, 0, 1496, 1499, 1, 0, 0, 0, 1497, 1495, 1, 0, 0, 0, 1497, 1498, 1, 0, 0, 0, 1498, 355, 1, 0, 0, 0, 1499, 1497, 1, 0, 0, 0, 1500, 1505, 3, 360, 180, 0, 1501, 1502, 5, 35, 0, 0, 1502, 1504, 3, 360, 180, 0, 1503, 1501, 1, 0, 0, 0, 1504, 1507, 1, 0, 0, 0, 1505, 1503, 1, 0, 0, 0, 1505, 1506, 1, 0, 0, 0, 1506, 357, 1, 0, 0, 0, 1507, 1505, 1, 0, 0, 0, 1508, 1509, 5, 132, 0, 0, 1509, 1510, 3, 340, 170, 0, 1510, 359, 1, 0, 0, 0, 1511, 1518, 3, 4, 2, 0, 1512, 1518, 3, 234, 117, 0, 1513, 1514, 5, 2, 0, 0, 1514, 1515, 3, 354, 177, 0, 1515, 1516, 5, 4, 0, 0, 1516, 1518, 1, 0, 0, 0, 1517, 1511, 1, 0, 0, 0, 1517, 1512, 1, 0, 0, 0, 1517, 1513, 1, 0, 0, 0, 1518, 361, 1, 0, 0, 0, 1519, 1521, 3, 304, 152, 0, 1520, 1519, 1, 0, 0, 0, 1521, 1522, 1, 0, 0, 0, 1522, 1520, 1, 0, 0, 0, 1522, 1523, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 1525, 5, 0, 0, 1, 1525, 363, 1, 0, 0, 0, 1526, 1532, 3, 136, 68, 0, 1527, 1528, 3, 222, 111, 0, 1528, 1529, 3, 136, 68, 0, 1529, 1531, 1, 0, 0, 0, 1530, 1527, 1, 0, 0, 0, 1531, 1534, 1, 0, 0, 0, 1532, 1530, 1, 0, 0, 0, 1532, 1533, 1, 0, 0, 0, 1533, 365, 1, 0, 0, 0, 1534, 1532, 1, 0, 0, 0, 1535, 1536, 5, 139, 0, 0, 1536, 1537, 5, 2, 0, 0, 1537, 1542, 3, 4, 2, 0, 1538, 1539, 5, 3, 0, 0, 1539, 1541, 3, 4, 2, 0, 1540, 1538, 1, 0, 0, 0, 1541, 1544, 1, 0, 0, 0, 1542, 1540, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1545, 1, 0, 0, 0, 1544, 1542, 1, 0, 0, 0, 1545, 1546, 5, 4, 0, 0, 1546, 1547, 5, 1, 0, 0, 1547, 367, 1, 0, 0, 0, 1548, 1549, 5, 137, 0, 0, 1549, 1550, 3, 370, 185, 0, 1550, 1551, 5, 27, 0, 0, 1551, 1552, 3, 378, 189, 0, 1552, 1554, 5, 1, 0, 0, 1553, 1555, 3, 390, 195, 0, 1554, 1553, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1557, 5, 68, 0, 0, 1557, 1558, 5, 1, 0, 0, 1558, 369, 1, 0, 0, 0, 1559, 1560, 5, 157, 0, 0, 1560, 371, 1, 0, 0, 0, 1561, 1564, 3, 374, 187, 0, 1562, 1564, 3, 22, 11, 0, 1563, 1561, 1, 0, 0, 0, 1563, 1562, 1, 0, 0, 0, 1564, 373, 1, 0, 0, 0, 1565, 1566, 5, 157, 0, 0, 1566, 375, 1, 0, 0, 0, 1567, 1568, 7, 10, 0, 0, 1568, 377, 1, 0, 0, 0, 1569, 1572, 3, 86, 43, 0, 1570, 1572, 3, 96, 48, 0, 1571, 1569, 1, 0, 0, 0, 1571, 1570, 1, 0, 0, 0, 1572, 379, 1, 0, 0, 0, 1573, 1574, 5, 140, 0, 0, 1574, 1575, 3, 382, 191, 0, 1575, 1581, 5, 1, 0, 0, 1576, 1577, 3, 382, 191, 0, 1577, 1578, 5, 1, 0, 0, 1578, 1580, 1, 0, 0, 0, 1579, 1576, 1, 0, 0, 0, 1580, 1583, 1, 0, 0, 0, 1581, 1579, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 381, 1, 0, 0, 0, 1583, 1581, 1, 0, 0, 0, 1584, 1585, 3, 298, 149, 0, 1585, 1586, 5, 9, 0, 0, 1586, 1588, 1, 0, 0, 0, 1587, 1584, 1, 0, 0, 0, 1587, 1588, 1, 0, 0, 0, 1588, 1589, 1, 0, 0, 0, 1589, 1594, 3, 270, 135, 0, 1590, 1591, 5, 3, 0, 0, 1591, 1593, 3, 270, 135, 0, 1592, 1590, 1, 0, 0, 0, 1593, 1596, 1, 0, 0, 0, 1594, 1592, 1, 0, 0, 0, 1594, 1595, 1, 0, 0, 0, 1595, 383, 1, 0, 0, 0, 1596, 1594, 1, 0, 0, 0, 1597, 1598, 5, 142, 0, 0, 1598, 1599, 3, 216, 108, 0, 1599, 385, 1, 0, 0, 0, 1600, 1601, 5, 143, 0, 0, 1601, 1602, 5, 79, 0, 0, 1602, 1614, 3, 18, 9, 0, 1603, 1604, 5, 2, 0, 0, 1604, 1609, 3, 226, 113, 0, 1605, 1606, 5, 3, 0, 0, 1606, 1608, 3, 226, 113, 0, 1607, 1605, 1, 0, 0, 0, 1608, 1611, 1, 0, 0, 0, 1609, 1607, 1, 0, 0, 0, 1609, 1610, 1, 0, 0, 0, 1610, 1612, 1, 0, 0, 0, 1611, 1609, 1, 0, 0, 0, 1612, 1613, 5, 4, 0, 0, 1613, 1615, 1, 0, 0, 0, 1614, 1603, 1, 0, 0, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1616, 1, 0, 0, 0, 1616, 1617, 5, 1, 0, 0, 1617, 387, 1, 0, 0, 0, 1618, 1619, 5, 157, 0, 0, 1619, 389, 1, 0, 0, 0, 1620, 1621, 5, 150, 0, 0, 1621, 1622, 3, 104, 52, 0, 1622, 1628, 5, 1, 0, 0, 1623, 1624, 3, 104, 52, 0, 1624, 1625, 5, 1, 0, 0, 1625, 1627, 1, 0, 0, 0, 1626, 1623, 1, 0, 0, 0, 1627, 1630, 1, 0, 0, 0, 1628, 1626, 1, 0, 0, 0, 1628, 1629, 1, 0, 0, 0, 1629, 391, 1, 0, 0, 0, 1630, 1628, 1, 0, 0, 0, 1631, 1632, 5, 151, 0, 0, 1632, 1633, 3, 216, 108, 0, 1633, 393, 1, 0, 0, 0, 1634, 1635, 3, 232, 116, 0, 1635, 395, 1, 0, 0, 0, 1636, 1637, 5, 2, 0, 0, 1637, 1638, 3, 394, 197, 0, 1638, 1640, 5, 4, 0, 0, 1639, 1641, 5, 76, 0, 0, 1640, 1639, 1, 0, 0, 0, 1640, 1641, 1, 0, 0, 0, 1641, 397, 1, 0, 0, 0, 151, 435, 443, 456, 459, 468, 477, 482, 486, 489, 498, 506, 516, 519, 527, 536, 545, 552, 577, 591, 597, 607, 616, 630, 638, 644, 651, 665, 671, 678, 683, 687, 690, 693, 696, 705, 708, 728, 738, 748, 753, 759, 769, 774, 783, 788, 795, 803, 806, 814, 828, 833, 845, 851, 855, 859, 862, 868, 875, 879, 885, 889, 897, 902, 913, 922, 929, 941, 953, 959, 965, 990, 997, 1000, 1009, 1014, 1018, 1027, 1034, 1045, 1052, 1066, 1072, 1074, 1089, 1101, 1112, 1115, 1119, 1122, 1131, 1145, 1150, 1155, 1166, 1175, 1191, 1196, 1200, 1211, 1216, 1225, 1232, 1235, 1238, 1241, 1250, 1261, 1268, 1275, 1284, 1300, 1313, 1317, 1322, 1327, 1332, 1349, 1357, 1364, 1366, 1371, 1375, 1386, 1396, 1403, 1415, 1431, 1437, 1440, 1443, 1451, 1454, 1459, 1482, 1490, 1497, 1505, 1517, 1522, 1532, 1542, 1554, 1563, 1571, 1581, 1587, 1594, 1609, 1614, 1628, 1640]
|